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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTreeAsText.cpp191 bool adjustForTableCells = cb ? cb->isTableCell() : false; local
200 if (adjustForTableCells && !text.firstTextBox())
201 adjustForTableCells = false;
206 adjustForTableCells = false;
217 if (adjustForTableCells)

Completed in 1033 milliseconds