Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp530 …bool textBlobIsCacheable = RuntimeEnabledFeatures::textBlobEnabled() && startOffset == 0 && endOff… in paint() local
532 if (textBlobIsCacheable) { in paint()