Searched defs:entryType (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/timing/
H A DPerformanceEntry.cpp36 PerformanceEntry::PerformanceEntry(const String& name, const String& entryType, double startTime, double finishTime) argument
38 , m_entryType(entryType)
53 String PerformanceEntry::entryType() const function in class:blink::PerformanceEntry
H A DPerformance.cpp108 PerformanceEntryVector Performance::getEntriesByType(const String& entryType) argument
112 if (equalIgnoringCase(entryType, "resource"))
117 if (equalIgnoringCase(entryType, "mark"))
119 else if (equalIgnoringCase(entryType, "measure"))
127 PerformanceEntryVector Performance::getEntriesByName(const String& name, const String& entryType) argument
131 if (entryType.isNull() || equalIgnoringCase(entryType, "resource"))
137 if (entryType.isNull() || equalIgnoringCase(entryType, "mark"))
139 if (entryType
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDOMFileSystem.cpp128 EntryType entryType,
134 if (entryType == EntryTypeDirectory)
136 ASSERT(entryType == EntryTypeFile);
126 createV8Entry( const WebString& path, EntryType entryType, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
/external/oprofile/libpopt/
H A Dpoptconfig.c18 const char * entryType; local
36 entryType = line;
88 if (!strcmp(entryType, "alias"))
90 else if (!strcmp(entryType, "exec"))
/external/chromium_org/third_party/icu/source/i18n/
H A Dtransreg.cpp434 } entryType; member in class:TransliteratorEntry
464 entryType = NONE;
470 if (entryType == PROTOTYPE) {
472 } else if (entryType == RBT_DATA) {
478 } else if (entryType == COMPOUND_RBT) {
487 if (entryType == PROTOTYPE) {
490 entryType = PROTOTYPE;
496 if (entryType == PROTOTYPE) {
499 entryType = FACTORY;
566 if (entry->entryType
[all...]
/external/icu/icu4c/source/i18n/
H A Dtransreg.cpp434 } entryType; member in class:TransliteratorEntry
464 entryType = NONE;
470 if (entryType == PROTOTYPE) {
472 } else if (entryType == RBT_DATA) {
478 } else if (entryType == COMPOUND_RBT) {
487 if (entryType == PROTOTYPE) {
490 entryType = PROTOTYPE;
496 if (entryType == PROTOTYPE) {
499 entryType = FACTORY;
566 if (entry->entryType
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1451 milliseconds