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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
GlyphPageTreeNode.h 94 bool isSystemFallback() const { return m_isSystemFallback; }
FontFastPath.cpp 218 if (node->isSystemFallback())
255 if (node->isSystemFallback())
269 ASSERT(node->isSystemFallback());
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextControllerCoreText.mm 192 bool isSystemFallback = false;
198 isSystemFallback = true;
253 if (isSystemFallback) {

Completed in 160 milliseconds