Searched refs:gTextBoxesWithOverflow (Results 1 – 1 of 1) sorted by relevance
72 static InlineTextBoxOverflowMap* gTextBoxesWithOverflow; variable83 if (!knownToHaveNoOverflow() && gTextBoxesWithOverflow) in destroy()84 gTextBoxesWithOverflow->remove(this); in destroy()103 if (knownToHaveNoOverflow() || !gTextBoxesWithOverflow) in logicalOverflowRect()105 return gTextBoxesWithOverflow->get(this); in logicalOverflowRect()111 if (!gTextBoxesWithOverflow) in setLogicalOverflowRect()112 gTextBoxesWithOverflow = new InlineTextBoxOverflowMap; in setLogicalOverflowRect()113 gTextBoxesWithOverflow->add(this, rect); in setLogicalOverflowRect()