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

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

Completed in 157 milliseconds