Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DPopupContainer.cpp143 … int spaceAbove = widgetRectInScreen.y() - targetControlHeight + transformOffset.height(); in layoutAndCalculateWidgetRectInternal() local
145 if (spaceAbove > spaceBelow) in layoutAndCalculateWidgetRectInternal()
146 listBox->setMaxHeight(spaceAbove); in layoutAndCalculateWidgetRectInternal()
153 if (spaceAbove > spaceBelow) in layoutAndCalculateWidgetRectInternal()