Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DTextAutosizer.cpp569 bool skipLocalText = !containerShouldBeAutosized(container); in measureDescendantTextWidth() local
573 if (!skipLocalText && descendant->isText()) { in measureDescendantTextWidth()