Searched defs:fontSelector (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DCSSSegmentedFontFace.h48 CSSFontSelector* fontSelector() const { return m_fontSelector; } function in class:WebCore::CSSSegmentedFontFace
H A DCSSFontFace.cpp97 CSSFontSelector* fontSelector = (*m_segmentedFontFaces.begin())->fontSelector(); local
98 fontSelector->fontLoaded();
108 CSSFontSelector* fontSelector = (*m_segmentedFontFaces.begin())->fontSelector(); local
112 if (SimpleFontData* result = m_sources[i]->getFontData(fontDescription, syntheticBold, syntheticItalic, fontSelector)) {
131 (*m_segmentedFontFaces.begin())->fontSelector()->retireCustomFont(fontData);
H A DCSSFontFaceSource.cpp101 SimpleFontData* CSSFontFaceSource::getFontData(const FontDescription& fontDescription, bool syntheticBold, bool syntheticItalic, CSSFontSelector* fontSelector) argument
179 if (CachedResourceLoader* cachedResourceLoader = fontSelector->cachedResourceLoader())
H A DCSSSegmentedFontFace.cpp37 CSSSegmentedFontFace::CSSSegmentedFontFace(CSSFontSelector* fontSelector) argument
38 : m_fontSelector(fontSelector)
H A DCSSStyleSelector.h169 CSSFontSelector* fontSelector() const { return m_fontSelector.get(); } function in class:WebCore::CSSStyleSelector
/external/webkit/Source/WebCore/platform/graphics/
H A DFontFallbackList.cpp49 void FontFallbackList::invalidate(PassRefPtr<FontSelector> fontSelector) argument
59 m_fontSelector = fontSelector;
H A DFontFallbackList.h52 FontSelector* fontSelector() const { return m_fontSelector.get(); } function in class:WebCore::FontFallbackList
H A DFont.h210 FontSelector* fontSelector() const;
272 inline FontSelector* Font::fontSelector() const function in class:WebCore::Font
274 return m_fontList ? m_fontList->fontSelector() : 0;
H A DFontCache.cpp367 const FontData* FontCache::getFontData(const Font& font, int& familyIndex, FontSelector* fontSelector) argument
379 if (fontSelector) {
380 FontData* data = fontSelector->getFontData(font.fontDescription(), currFamily->family());
402 if (fontSelector) {
404 if (FontData* data = fontSelector->getFontData(font.fontDescription(), "-webkit-standard"))
/external/webkit/Source/WebKit/chromium/src/
H A DAutoFillPopupMenuClient.cpp246 FontSelector* AutoFillPopupMenuClient::fontSelector() const function in class:WebKit::AutoFillPopupMenuClient
248 return m_textField->document()->styleSelector()->fontSelector();
291 regularFont.update(textField->document()->styleSelector()->fontSelector());
301 warningFont.update(regularFont.fontSelector());
/external/webkit/Source/WebCore/rendering/
H A DRenderMenuList.cpp566 FontSelector* RenderMenuList::fontSelector() const function in class:WebCore::RenderMenuList
568 return document()->styleSelector()->fontSelector();
H A DRenderTextControlSingleLine.cpp1024 FontSelector* RenderTextControlSingleLine::fontSelector() const function in class:WebCore::RenderTextControlSingleLine
1026 return document()->styleSelector()->fontSelector();
/external/webkit/Source/WebKit/chromium/tests/
H A DPopupMenuTest.cpp96 virtual FontSelector* fontSelector() const { return 0; } function in class:__anon15383::TestPopupMenuClient
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp241 m_font.fontSelector()->registerForInvalidationCallbacks(this);
250 m_font.fontSelector()->unregisterForInvalidationCallbacks(this);
274 m_font.fontSelector()->registerForInvalidationCallbacks(this);
282 m_font.fontSelector()->unregisterForInvalidationCallbacks(this);
285 void CanvasRenderingContext2D::State::fontsNeedUpdate(FontSelector* fontSelector) argument
287 ASSERT_ARG(fontSelector, fontSelector == m_font.fontSelector());
290 m_font.update(fontSelector);
1757 newStyle->font().update(newStyle->font().fontSelector());
[all...]

Completed in 286 milliseconds