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.cpp138 … int spaceAbove = widgetRectInScreen.y() - targetControlHeight + transformOffset.height(); in layoutAndCalculateWidgetRectInternal() local
140 if (spaceAbove > spaceBelow) in layoutAndCalculateWidgetRectInternal()
141 listBox->setMaxHeight(spaceAbove); in layoutAndCalculateWidgetRectInternal()
148 if (spaceAbove > spaceBelow) in layoutAndCalculateWidgetRectInternal()