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 40 , m_isGlyphCacheValid(false)
49 if (m_isGlyphCacheValid) {
54 m_isGlyphCacheValid = false;
150 if (m_isGlyphCacheValid)
199 m_isGlyphCacheValid = true;
SVGFontElement.h 86 bool m_isGlyphCacheValid;

Completed in 108 milliseconds