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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.cpp72 static InlineTextBoxOverflowMap* gTextBoxesWithOverflow; member in namespace:blink
83 if (!knownToHaveNoOverflow() && gTextBoxesWithOverflow)
84 gTextBoxesWithOverflow->remove(this);
103 if (knownToHaveNoOverflow() || !gTextBoxesWithOverflow)
105 return gTextBoxesWithOverflow->get(this);
111 if (!gTextBoxesWithOverflow)
112 gTextBoxesWithOverflow = new InlineTextBoxOverflowMap;
113 gTextBoxesWithOverflow->add(this, rect);

Completed in 239 milliseconds