Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp971 LayoutRect textBoxOverflow(enclosingLayoutRect(text->logicalFrameRect())); in computeOverflow() local
972 addTextBoxVisualOverflow(text, textBoxDataMap, textBoxOverflow); in computeOverflow()
973 logicalVisualOverflow.unite(textBoxOverflow); in computeOverflow()