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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DFontLoader.cpp36 void FontLoader::addFontToBeginLoading(FontResource* fontResource) argument
38 if (!m_resourceFetcher || !fontResource->stillNeedsLoad())
42 std::make_pair(fontResource, ResourceLoader::RequestCountTracker(m_resourceFetcher, fontResource)));
59 FontResource* fontResource = it->first.get(); local
60 fontResource->beginLoadIfNeeded(m_resourceFetcher);

Completed in 66 milliseconds