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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.cpp65 typedef WTF::HashMap<const InlineTextBox*, LayoutRect> InlineTextBoxOverflowMap; typedef in namespace:WebCore
66 static InlineTextBoxOverflowMap* gTextBoxesWithOverflow;
97 gTextBoxesWithOverflow = new InlineTextBoxOverflowMap;

Completed in 41 milliseconds