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

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DInlineTextBox.cpp69 static InlineTextBoxOverflowMap* gTextBoxesWithOverflow; member in namespace:WebCore
138 if (!knownToHaveNoOverflow() && gTextBoxesWithOverflow)
139 gTextBoxesWithOverflow->remove(this);
153 if (knownToHaveNoOverflow() || !gTextBoxesWithOverflow)
155 return gTextBoxesWithOverflow->get(this);
161 if (!gTextBoxesWithOverflow)
162 gTextBoxesWithOverflow = new InlineTextBoxOverflowMap;
163 gTextBoxesWithOverflow->add(this, rect);

Completed in 122 milliseconds