Searched refs:_displayName (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DBranch.js32 this._displayName = displayName;
44 return this._displayName;
53 this._displayName = displayName;
H A DKeyboardShortcut.js103 this._displayName = displayName;
114 return this._displayName;
119 return this._displayName;
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DHierarchicalPathComponent.js121 return this._displayName;
127 if (newDisplayName === this._displayName)
130 this._displayName = newDisplayName;
261 var truncatedDisplayName = this._displayName;
265 this._element.title = this._displayName;
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dserv.cpp316 StringPair::StringPair(const UnicodeString& _displayName, argument
318 : displayName(_displayName)

Completed in 285 milliseconds