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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontElement.cpp 48 , m_isGlyphCacheValid(false)
64 if (m_isGlyphCacheValid) {
69 m_isGlyphCacheValid = false;
120 if (m_isGlyphCacheValid)
160 m_isGlyphCacheValid = true;
SVGFontElement.h 89 bool m_isGlyphCacheValid;

Completed in 58 milliseconds