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.cpp72 static InlineTextBoxOverflowMap* gTextBoxesWithOverflow; variable
83 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()