Lines Matching refs:other
48 UIShortcutCacheItem(const UIShortcutCacheItem &other)
49 : key(other.key)
50 , description(other.description)
51 , currentSequence(other.currentSequence)
52 , defaultSequence(other.defaultSequence)
55 UIShortcutCacheItem& operator=(const UIShortcutCacheItem &other)
57 key = other.key;
58 description = other.description;
59 currentSequence = other.currentSequence;
60 defaultSequence = other.defaultSequence;
64 bool operator==(const UIShortcutCacheItem &other) const
66 return key == other.key;
126 * this task COULD be performed in other than GUI thread: */
136 * this task COULD be performed in other than GUI thread: */