OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scratchpage
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
GlyphPageTreeNode.cpp
219
RefPtr<GlyphPage>
scratchPage
;
237
if (haveGlyphs && !
scratchPage
) {
238
scratchPage
= GlyphPage::createForMixedFontData(this);
239
pageToFill =
scratchPage
.get();
250
if (
scratchPage
) {
Completed in 46 milliseconds