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

/external/webkit/Source/WebCore/platform/graphics/
H A DFontCache.cpp309 static bool isPurging; // Guard against reentry when e.g. a deleted FontData releases its small caps FontData. local
310 if (isPurging)
313 isPurging = true;
350 isPurging = false;

Completed in 42 milliseconds