Searched defs:InlineTextBoxOverflowMap (Results 1 - 1 of 1) sorted by relevance

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

Completed in 127 milliseconds