HomeSort by relevance Sort by last modified time
    Searched refs:_title (Results 1 - 16 of 16) sorted by null

  /external/webkit/WebCore/inspector/front-end/
Placard.js 49 return this._title;
54 if (this._title === x)
56 this._title = x;
Section.js 58 return this._title;
63 if (this._title === x)
65 this._title = x;
SidebarPane.js 54 return this._title;
59 if (this._title === x)
61 this._title = x;
StatusBarButton.js 80 return this._title;
85 if (this._title === x)
87 this._title = x;
AuditResultView.js 124 if (this._title === x)
126 this._title = x;
treeoutline.js 434 this._title = title;
469 return this._title;
473 this._title = x;
558 this._listItemNode.innerHTML = this._title;
  /external/opencore/fileformats/mp4/parser/include/
pvuserdataatom.h 64 return _title;
94 OSCL_wHeapString<OsclMemAllocator> _title; member in class:PVUserDataAtom
  /external/clearsilver/scripts/
document.py 31 self._title = None
42 if self._title is not None:
43 out.append("Title: %s" % self._title)
131 f._title = m.group(2)
162 f._title = f._title + '\n' + m.group(1)
187 if f._title is None and f._desc is None and f._args is None and f._retr is None:
199 if f._title is None:
202 fp.write('%s %s\n' % (f._name, f._title))
233 if f._title is None and f._desc is None and f._args is None and f._retr is None
    [all...]
  /external/opencore/fileformats/mp4/parser/src/
pvuserdataatom.cpp 52 if (!AtomUtils::readNullTerminatedUnicodeString(fp, _title))
58 _count += (_title.get_size() * 2 + 2);
119 _title = atom.getPVTitle(charType);
  /external/opencore/fileformats/mp4/composer/src/
assetinfoatoms.cpp 26 _title = (_STRLIT(""));
177 _size += 2 * (_title.get_size() + 1);
209 if (!PVA_FF_AtomUtils::renderNullTerminatedUnicodeString(fp, _title))
213 rendered += _title.get_size() + 1; // 1 for the NULL entry
mpeg4file.cpp 967 _title = title;
    [all...]
  /external/webkit/WebKit/mac/Misc/
WebElementDictionary.mm 87 addLookupKey(WebElementTitleKey, @selector(_title));
222 - (NSString *)_title
  /external/opencore/fileformats/mp4/composer/include/
assetinfoatoms.h 53 _title = aTitle;
60 PVA_FF_UNICODE_HEAP_STRING _title; member in class:PVA_FF_AssetInfoTitleAtom
mpeg4file.h 280 PVA_FF_UNICODE_HEAP_STRING _title; member in class:PVA_FF_Mpeg4File
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 158 final StringBuffer _title = new StringBuffer (REPORT_HEADER_TITLE); local
160 _title.append (" (generated ");
161 _title.append (new Date (EMMAProperties.getTimeStamp ()));
162 _title.append (')');
164 title = _title.toString ();
1362 final IElementList _title = new ElementList (); local
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 1235 milliseconds