Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp72 typedef WTF::HashMap<const InlineTextBox*, LayoutRect> InlineTextBoxOverflowMap; typedef
73 static InlineTextBoxOverflowMap* gTextBoxesWithOverflow;
104 gTextBoxesWithOverflow = new InlineTextBoxOverflowMap; in setLogicalOverflowRect()