Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
Dfont_factory.cc44 if (IsCollection(pbis)) { in LoadFonts()
58 if (IsCollection(wfd)) { in LoadFonts()
72 if (IsCollection(pbis)) { in LoadFontsForBuilding()
87 if (IsCollection(wfd)) { in LoadFontsForBuilding()
196 bool FontFactory::IsCollection(PushbackInputStream* pbis) { in IsCollection() function in sfntly::FontFactory
203 bool FontFactory::IsCollection(ReadableFontData* rfd) { in IsCollection() function in sfntly::FontFactory
Dfont_factory.h130 static bool IsCollection(PushbackInputStream* pbis);
131 static bool IsCollection(ReadableFontData* wfd);
/external/sfntly/cpp/src/sfntly/
Dfont_factory.cc44 if (IsCollection(pbis)) { in LoadFonts()
58 if (IsCollection(wfd)) { in LoadFonts()
72 if (IsCollection(pbis)) { in LoadFontsForBuilding()
87 if (IsCollection(wfd)) { in LoadFontsForBuilding()
196 bool FontFactory::IsCollection(PushbackInputStream* pbis) { in IsCollection() function in sfntly::FontFactory
203 bool FontFactory::IsCollection(ReadableFontData* rfd) { in IsCollection() function in sfntly::FontFactory
Dfont_factory.h130 static bool IsCollection(PushbackInputStream* pbis);
131 static bool IsCollection(ReadableFontData* wfd);
/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_android.h25 bool IsCollection() const;
Daccessibility_tree_formatter_android.cc81 dict->SetBoolean("collection", android_node->IsCollection()); in AddProperties()
Dbrowser_accessibility_manager_android.cc264 if (node->IsCollection()) { in PopulateAccessibilityNodeInfo()
351 if (node->IsCollection()) { in PopulateAccessibilityEvent()
Dbrowser_accessibility_android.cc116 bool BrowserAccessibilityAndroid::IsCollection() const { in IsCollection() function in content::BrowserAccessibilityAndroid
/external/chromium_org/tools/clang/blink_gc_plugin/
DEdge.h93 virtual bool IsCollection() { return false; } in IsCollection() function
213 bool IsCollection() { return true; } in IsCollection() function
DBlinkGCPlugin.cpp601 if (!(*it)->IsCollection()) in VisitValue()