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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontElement.cpp 47 , m_isGlyphCacheValid(false)
62 if (m_isGlyphCacheValid) {
67 m_isGlyphCacheValid = false;
118 if (m_isGlyphCacheValid)
157 m_isGlyphCacheValid = true;
SVGFontElement.h 89 bool m_isGlyphCacheValid;

Completed in 408 milliseconds