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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.h 56 bool inFontCache() const { return m_inFontCache; }
57 void setInFontCache(bool inFontCache) { m_inFontCache = inFontCache; }
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontCache.cpp 214 if (!verticalData->value || !verticalData->value->inFontCache())

Completed in 231 milliseconds