Home
last modified time | relevance | path

Searched refs:entryType (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/timing/
DPerformance.cpp109 PerformanceEntryVector Performance::getEntriesByType(const String& entryType) in getEntriesByType() argument
113 if (equalIgnoringCase(entryType, "resource")) in getEntriesByType()
118 if (equalIgnoringCase(entryType, "mark")) in getEntriesByType()
120 else if (equalIgnoringCase(entryType, "measure")) in getEntriesByType()
128 PerformanceEntryVector Performance::getEntriesByName(const String& name, const String& entryType) in getEntriesByName() argument
132 if (entryType.isNull() || equalIgnoringCase(entryType, "resource")) in getEntriesByName()
138 if (entryType.isNull() || equalIgnoringCase(entryType, "mark")) in getEntriesByName()
140 if (entryType.isNull() || equalIgnoringCase(entryType, "measure")) in getEntriesByName()
DPerformanceEntry.cpp36 PerformanceEntry::PerformanceEntry(const String& name, const String& entryType, double startTime, d… in PerformanceEntry() argument
38 , m_entryType(entryType) in PerformanceEntry()
54 String PerformanceEntry::entryType() const in entryType() function in WebCore::PerformanceEntry
DPerformanceEntry.h48 String entryType() const;
64 …PerformanceEntry(const String& name, const String& entryType, double startTime, double finishTime);
DPerformance.h78 PerformanceEntryVector getEntriesByType(const String& entryType);
79 PerformanceEntryVector getEntriesByName(const String& name, const String& entryType);
DPerformance.idl41 …As=UnprefixedPerformanceTimeline] sequence<PerformanceEntry> getEntriesByType(DOMString entryType);
42 …] sequence<PerformanceEntry> getEntriesByName(DOMString name, optional DOMString entryType = null);
DPerformanceEntry.idl37 readonly attribute DOMString entryType;
/external/icu/icu4c/source/i18n/
Dtransreg.cpp434 } entryType; member in TransliteratorEntry
464 entryType = NONE; in TransliteratorEntry()
470 if (entryType == PROTOTYPE) { in ~TransliteratorEntry()
472 } else if (entryType == RBT_DATA) { in ~TransliteratorEntry()
478 } else if (entryType == COMPOUND_RBT) { in ~TransliteratorEntry()
487 if (entryType == PROTOTYPE) { in adoptPrototype()
490 entryType = PROTOTYPE; in adoptPrototype()
496 if (entryType == PROTOTYPE) { in setFactory()
499 entryType = FACTORY; in setFactory()
566 if (entry->entryType == TransliteratorEntry::RULES_FORWARD || in reget()
[all …]
/external/chromium_org/third_party/icu/source/i18n/
Dtransreg.cpp432 } entryType; member in TransliteratorEntry
462 entryType = NONE; in TransliteratorEntry()
468 if (entryType == PROTOTYPE) { in ~TransliteratorEntry()
470 } else if (entryType == RBT_DATA) { in ~TransliteratorEntry()
476 } else if (entryType == COMPOUND_RBT) { in ~TransliteratorEntry()
485 if (entryType == PROTOTYPE) { in adoptPrototype()
488 entryType = PROTOTYPE; in adoptPrototype()
494 if (entryType == PROTOTYPE) { in setFactory()
497 entryType = FACTORY; in setFactory()
564 if (entry->entryType == TransliteratorEntry::RULES_FORWARD || in reget()
[all …]
/external/oprofile/libpopt/
Dpoptconfig.c18 const char * entryType; in configLine() local
36 entryType = line; in configLine()
88 if (!strcmp(entryType, "alias")) in configLine()
90 else if (!strcmp(entryType, "exec")) in configLine()
/external/chromium_org/third_party/WebKit/Source/web/
DWebDOMFileSystem.cpp130 EntryType entryType, in createV8Entry() argument
136 if (entryType == EntryTypeDirectory) in createV8Entry()
138 ASSERT(entryType == EntryTypeFile); in createV8Entry()