Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DInlineTextBox.cpp52 typedef WTF::HashMap<const InlineTextBox*, IntRect> InlineTextBoxOverflowMap; typedef
53 static InlineTextBoxOverflowMap* gTextBoxesWithOverflow;
73 gTextBoxesWithOverflow = new InlineTextBoxOverflowMap; in setLogicalOverflowRect()