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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontSelector.h 29 #include "core/css/FontFaceCache.h"
77 FontFaceCache* fontFaceCache() { return &m_fontFaceCache; }
95 FontFaceCache m_fontFaceCache;
FontFaceSet.cpp 35 #include "core/css/FontFaceCache.h"
163 void FontFaceSet::addFontFacesToFontFaceCache(FontFaceCache* fontFaceCache, CSSFontSelector* fontSelector)
166 fontFaceCache->addFontFace(fontSelector, *it, false);
298 fontSelector->fontFaceCache()->addFontFace(fontSelector, fontFace, false);
309 FontFaceCache* fontFaceCache = fontSelector->fontFaceCache();
311 fontFaceCache->removeFontFace(it->get(), false);
331 fontSelector->fontFaceCache()->removeFontFace(fontFace, false)
    [all...]

Completed in 914 milliseconds