Home
last modified time | relevance | path

Searched refs:CSSFontSelector (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSFontSelector.cpp46 CSSFontSelector::CSSFontSelector(Document* document) in CSSFontSelector() function in blink::CSSFontSelector
61 CSSFontSelector::~CSSFontSelector() in ~CSSFontSelector()
69 void CSSFontSelector::registerForInvalidationCallbacks(CSSFontSelectorClient* client) in registerForInvalidationCallbacks()
75 void CSSFontSelector::unregisterForInvalidationCallbacks(CSSFontSelectorClient* client) in unregisterForInvalidationCallbacks()
81 void CSSFontSelector::dispatchInvalidationCallbacks() in dispatchInvalidationCallbacks()
89 void CSSFontSelector::fontFaceInvalidated() in fontFaceInvalidated()
94 void CSSFontSelector::fontCacheInvalidated() in fontCacheInvalidated()
129 PassRefPtr<FontData> CSSFontSelector::getFontData(const FontDescription& fontDescription, const Ato… in getFontData()
142 void CSSFontSelector::willUseFontData(const FontDescription& fontDescription, const AtomicString& f… in willUseFontData()
149 bool CSSFontSelector::isPlatformFontAvailable(const FontDescription& fontDescription, const AtomicS… in isPlatformFontAvailable()
[all …]
DCSSFontSelector.h44 class CSSFontSelector FINAL : public FontSelector {
46 static PassRefPtrWillBeRawPtr<CSSFontSelector> create(Document* document) in create()
48 return adoptRefWillBeNoop(new CSSFontSelector(document)); in create()
50 virtual ~CSSFontSelector();
82 explicit CSSFontSelector(Document*);
DCSSSegmentedFontFace.h41 class CSSFontSelector; variable
49 …static PassRefPtrWillBeRawPtr<CSSSegmentedFontFace> create(CSSFontSelector* selector, FontTraits t… in create()
55 CSSFontSelector* fontSelector() const { return m_fontSelector; } in fontSelector()
74 CSSSegmentedFontFace(CSSFontSelector*, FontTraits);
83 RawPtrWillBeMember<CSSFontSelector> m_fontSelector;
DFontLoader.h16 class CSSFontSelector; variable
21 …static PassRefPtrWillBeRawPtr<FontLoader> create(CSSFontSelector* fontSelector, ResourceFetcher* f… in create()
38 FontLoader(CSSFontSelector*, ResourceFetcher*);
46 RawPtrWillBeMember<CSSFontSelector> m_fontSelector;
DFontFaceCache.h39 class CSSFontSelector; variable
51 void add(CSSFontSelector*, const StyleRuleFontFace*, PassRefPtrWillBeRawPtr<FontFace>);
55 void addFontFace(CSSFontSelector*, PassRefPtrWillBeRawPtr<FontFace>, bool cssConnected);
DCSSFontSelectorClient.h38 class CSSFontSelector; variable
45 virtual void fontsNeedUpdate(CSSFontSelector*) = 0;
DFontFaceSet.h50 class CSSFontSelector; variable
109 void addFontFacesToFontFaceCache(FontFaceCache*, CSSFontSelector*);
DFontFaceSet.cpp162 void FontFaceSet::addFontFacesToFontFaceCache(FontFaceCache* fontFaceCache, CSSFontSelector* fontSe… in addFontFacesToFontFaceCache()
290 CSSFontSelector* fontSelector = document()->styleEngine()->fontSelector(); in add()
302 CSSFontSelector* fontSelector = document()->styleEngine()->fontSelector(); in clear()
324 CSSFontSelector* fontSelector = document()->styleEngine()->fontSelector(); in remove()
471 CSSFontSelector* fontSelector = document()->styleEngine()->fontSelector(); in check()
DFontLoader.cpp14 FontLoader::FontLoader(CSSFontSelector* fontSelector, ResourceFetcher* resourceFetcher) in FontLoader()
DFontFaceCache.cpp49 void FontFaceCache::add(CSSFontSelector* cssFontSelector, const StyleRuleFontFace* fontFaceRule, Pa… in add()
57 void FontFaceCache::addFontFace(CSSFontSelector* cssFontSelector, PassRefPtrWillBeRawPtr<FontFace> … in addFontFace()
DCSSSegmentedFontFace.cpp40 CSSSegmentedFontFace::CSSSegmentedFontFace(CSSFontSelector* fontSelector, FontTraits traits) in CSSSegmentedFontFace()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DStyleEngine.h46 class CSSFontSelector; variable
157 CSSFontSelector* fontSelector() { return m_fontSelector.get(); } in fontSelector()
182 virtual void fontsNeedUpdate(CSSFontSelector*) OVERRIDE;
256 RefPtrWillBeMember<CSSFontSelector> m_fontSelector;
DStyleEngine.cpp71 , m_fontSelector(document.frame() ? CSSFontSelector::create(&document) : nullptr) in StyleEngine()
692 void StyleEngine::fontsNeedUpdate(CSSFontSelector*) in fontsNeedUpdate() argument
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp300 … static_cast<CSSFontSelector*>(m_font.fontSelector())->registerForInvalidationCallbacks(this); in State()
310 … static_cast<CSSFontSelector*>(m_font.fontSelector())->unregisterForInvalidationCallbacks(this); in operator =()
340 … static_cast<CSSFontSelector*>(m_font.fontSelector())->registerForInvalidationCallbacks(this); in operator =()
349 … static_cast<CSSFontSelector*>(m_font.fontSelector())->unregisterForInvalidationCallbacks(this); in ~State()
353 void CanvasRenderingContext2D::State::fontsNeedUpdate(CSSFontSelector* fontSelector) in fontsNeedUpdate()
1989 …static_cast<CSSFontSelector*>(state().m_font.fontSelector())->unregisterForInvalidationCallbacks(&… in setFont()
DCanvasRenderingContext2D.h263 virtual void fontsNeedUpdate(CSSFontSelector*) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp124 static void addFontFaceRule(Document* document, CSSFontSelector* cssFontSelector, const StyleRuleFo… in addFontFaceRule()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_remaining.target.linux-mips64.mk133 third_party/WebKit/Source/core/css/CSSFontSelector.cpp \
Dwebcore_remaining.target.darwin-x86.mk133 third_party/WebKit/Source/core/css/CSSFontSelector.cpp \
Dwebcore_remaining.target.darwin-arm.mk133 third_party/WebKit/Source/core/css/CSSFontSelector.cpp \
Dwebcore_remaining.target.linux-mips.mk133 third_party/WebKit/Source/core/css/CSSFontSelector.cpp \
Dwebcore_remaining.target.darwin-arm64.mk133 third_party/WebKit/Source/core/css/CSSFontSelector.cpp \
Dwebcore_remaining.target.linux-arm64.mk133 third_party/WebKit/Source/core/css/CSSFontSelector.cpp \
Dwebcore_remaining.target.linux-x86_64.mk133 third_party/WebKit/Source/core/css/CSSFontSelector.cpp \
Dwebcore_remaining.target.darwin-mips.mk133 third_party/WebKit/Source/core/css/CSSFontSelector.cpp \
Dwebcore_remaining.target.linux-arm.mk133 third_party/WebKit/Source/core/css/CSSFontSelector.cpp \

12