Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DInlineTextBox.cpp53 static InlineTextBoxOverflowMap* gTextBoxesWithOverflow; variable
57 if (!m_knownToHaveNoOverflow && gTextBoxesWithOverflow) in destroy()
58 gTextBoxesWithOverflow->remove(this); in destroy()
64 if (m_knownToHaveNoOverflow || !gTextBoxesWithOverflow) in logicalOverflowRect()
66 return gTextBoxesWithOverflow->get(this); in logicalOverflowRect()
72 if (!gTextBoxesWithOverflow) in setLogicalOverflowRect()
73 gTextBoxesWithOverflow = new InlineTextBoxOverflowMap; in setLogicalOverflowRect()
74 gTextBoxesWithOverflow->add(this, rect); in setLogicalOverflowRect()