Searched defs:maxLogicalTop (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRootInlineBox.cpp257 float RootInlineBox::maxLogicalTop() const function in class:blink::RootInlineBox
259 float maxLogicalTop = 0; local
260 computeMaxLogicalTop(maxLogicalTop);
261 return maxLogicalTop;

Completed in 173 milliseconds