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

/external/webkit/Source/WebCore/inspector/front-end/
H A DExtensionAuditCategory.js34 this._displayName = displayName;
47 return this._displayName;
H A 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;
[all...]
H A DAuditsPanel.js265 this._displayName = displayName;
278 return this._displayName;
314 this._displayName = displayName;
337 return this._displayName;
H A 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/
H A Dserv.cpp312 StringPair::StringPair(const UnicodeString& _displayName, argument
314 : displayName(_displayName)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 211 milliseconds