Searched refs:beginLoadIfNeeded (Results 1 – 14 of 14) sorted by relevance
38 virtual void beginLoadIfNeeded() const OVERRIDE in beginLoadIfNeeded() function42 m_fontFaceSource->beginLoadIfNeeded(); in beginLoadIfNeeded()
94 void CSSFontFace::beginLoadIfNeeded(CSSFontFaceSource* source) in beginLoadIfNeeded() function in WebCore::CSSFontFace183 beginLoadIfNeeded(m_activeSource); in willUseFontData()
265 void CSSFontFaceSource::beginLoadIfNeeded() in beginLoadIfNeeded() function in WebCore::CSSFontFaceSource268 m_face->beginLoadIfNeeded(this); in beginLoadIfNeeded()
74 void beginLoadIfNeeded();
66 void beginLoadIfNeeded(CSSFontFaceSource*);
84 fontsToBeginLoading[i]->beginLoadIfNeeded(m_resourceFetcher); in loadPendingFonts()
203 fontData->customFontData()->beginLoadIfNeeded(); in loadFont()
365 fontData->customFontData()->beginLoadIfNeeded(); in load()
47 virtual void beginLoadIfNeeded() const { }; in beginLoadIfNeeded() function
128 simpleFontData->customFontData()->beginLoadIfNeeded(); in primaryFontData()
233 customData->beginLoadIfNeeded(); in initializePage()
55 void beginLoadIfNeeded(ResourceFetcher* dl);
72 void FontResource::beginLoadIfNeeded(ResourceFetcher* dl) in beginLoadIfNeeded() function in WebCore::FontResource
100 m_resource->beginLoadIfNeeded(fetcher); in loadFont()