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.cpp141 … int spaceAbove = widgetRectInScreen.y() - targetControlHeight + transformOffset.height(); in layoutAndCalculateWidgetRectInternal() local
143 if (spaceAbove > spaceBelow) in layoutAndCalculateWidgetRectInternal()
144 listBox->setMaxHeight(spaceAbove); in layoutAndCalculateWidgetRectInternal()
151 if (spaceAbove > spaceBelow) in layoutAndCalculateWidgetRectInternal()