Searched refs:gTextBoxesWithOverflow (Results 1 – 1 of 1) sorted by relevance
53 static InlineTextBoxOverflowMap* gTextBoxesWithOverflow; variable57 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()