Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp73 static InlineTextBoxOverflowMap* gTextBoxesWithOverflow; variable
81 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()