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

  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFaceSet.cpp 34 #include "core/css/FontFaceCache.h"
162 void FontFaceSet::addFontFacesToFontFaceCache(FontFaceCache* fontFaceCache, CSSFontSelector* fontSelector)
165 fontFaceCache->addFontFace(fontSelector, *it, false);
292 fontSelector->fontFaceCache()->addFontFace(fontSelector, fontFace, false);
303 FontFaceCache* fontFaceCache = fontSelector->fontFaceCache();
305 fontFaceCache->removeFontFace(it->get(), false);
325 fontSelector->fontFaceCache()->removeFontFace(fontFace, false)
    [all...]
CSSFontSelector.h 29 #include "core/css/FontFaceCache.h"
73 FontFaceCache* fontFaceCache() { return &m_fontFaceCache; }
91 FontFaceCache m_fontFaceCache;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontFaceElement.cpp 336 document().styleEngine()->fontSelector()->fontFaceCache()->remove(m_fontFaceRule.get());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
StyleEngine.cpp 34 #include "core/css/FontFaceCache.h"
571 m_fontSelector->fontFaceCache()->clearCSSConnected();
595 FontFaceCache* cache = m_fontSelector->fontFaceCache();
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.cpp 128 cssFontSelector->fontFaceCache()->add(cssFontSelector, fontFaceRule, fontFace);
    [all...]

Completed in 594 milliseconds