Home
last modified time | relevance | path

Searched refs:gTextBlobCache (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp75 static InlineTextBoxBlobCacheMap* gTextBlobCache; variable
85 if (gTextBlobCache) in destroy()
86 gTextBlobCache->remove(this); in destroy()
93 if (gTextBlobCache) in markDirty()
94 gTextBlobCache->remove(this); in markDirty()
533 if (!gTextBlobCache) in paint()
534 gTextBlobCache = new InlineTextBoxBlobCacheMap; in paint()
535 cachedTextBlob = &gTextBlobCache->add(this, nullptr).storedValue->value; in paint()