HomeSort by relevance Sort by last modified time
    Searched full:_displayname (Results 1 - 8 of 8) sorted by null

  /packages/apps/Exchange/exchange2/src/com/android/exchange/provider/
GalResult.java 70 private GalData(long id, String _displayName, String _emailAddress) {
73 put(DISPLAY_NAME, _displayName);
74 displayName = _displayName;
  /external/webkit/Source/WebCore/inspector/front-end/
ExtensionAuditCategory.js 34 this._displayName = displayName;
47 return this._displayName;
Resource.js 160 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...]
AuditsPanel.js 265 this._displayName = displayName;
278 return this._displayName;
314 this._displayName = displayName;
337 return this._displayName;
ResourcesPanel.js 930 return "frame://" + encodeURI(this._displayName);
    [all...]
  /external/icu4c/common/
serv.cpp 312 StringPair::StringPair(const UnicodeString& _displayName,
314 : displayName(_displayName)
  /external/clang/bindings/python/clang/
cindex.py 951 if not hasattr(self, '_displayname'):
952 self._displayname = Cursor_displayname(self)
953 return self._displayname
    [all...]
  /external/webkit/Source/WebKit/mac/
ChangeLog-2006-02-09 484 (-[DOMNode _displayName]): Ditto.
    [all...]

Completed in 104 milliseconds