Home
last modified time | relevance | path

Searched refs:_displayName (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DResource.js160 if (this._displayName)
161 return this._displayName;
162 this._displayName = this.lastPathComponent;
163 if (!this._displayName)
164 this._displayName = this.displayDomain;
165 if (!this._displayName && this.url)
166 …this._displayName = this.url.trimURL(WebInspector.mainResource ? WebInspector.mainResource.domain …
167 if (this._displayName === "/")
168 this._displayName = this.url;
169 return this._displayName;
DExtensionAuditCategory.js34 this._displayName = displayName;
47 return this._displayName;
DAuditsPanel.js265 this._displayName = displayName;
278 return this._displayName;
314 this._displayName = displayName;
337 return this._displayName;
DResourcesPanel.js930 return "frame://" + encodeURI(this._displayName);
946 this._storagePanel.showCategoryView(this._displayName);
954 return this._displayName;
959 this._displayName = title || "";
961 this._displayName += " (" + subtitle + ")";
/external/icu4c/common/
Dserv.cpp312 StringPair::StringPair(const UnicodeString& _displayName, in StringPair() argument
314 : displayName(_displayName) in StringPair()
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-1419078 (-[DOMNode _displayName]): return the contents of the comment
23998 (-[DOMNode _displayName]): removed localization UI_STRING calls.
DChangeLog-2006-02-09484 (-[DOMNode _displayName]): Ditto.
788 (-[DOMNode _displayName]):