Searched refs:gTextBoxesWithOverflow (Results 1 – 1 of 1) sorted by relevance
73 static InlineTextBoxOverflowMap* gTextBoxesWithOverflow; variable81 if (!knownToHaveNoOverflow() && gTextBoxesWithOverflow) in destroy()82 gTextBoxesWithOverflow->remove(this); in destroy()95 if (knownToHaveNoOverflow() || !gTextBoxesWithOverflow) in logicalOverflowRect()97 return gTextBoxesWithOverflow->get(this); in logicalOverflowRect()103 if (!gTextBoxesWithOverflow) in setLogicalOverflowRect()104 gTextBoxesWithOverflow = new InlineTextBoxOverflowMap; in setLogicalOverflowRect()105 gTextBoxesWithOverflow->add(this, rect); in setLogicalOverflowRect()