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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
GlyphPageTreeNode.h 89 bool isSystemFallback() const { return m_isSystemFallback; }
GlyphPageTreeNodeTest.cpp 73 EXPECT_FALSE(node->isSystemFallback());
211 EXPECT_TRUE(node3->isSystemFallback());
Font.cpp 496 if (node->isSystemFallback())
530 if (node->isSystemFallback())
541 ASSERT(node->isSystemFallback());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextControllerCoreText.mm 192 bool isSystemFallback = false;
198 isSystemFallback = true;
253 if (isSystemFallback) {

Completed in 268 milliseconds