Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DPopupContainer.cpp144 int spaceBelow = screen.maxY() - widgetRectInScreen.y(); in layoutAndCalculateWidgetRectInternal() local
145 if (spaceAbove > spaceBelow) in layoutAndCalculateWidgetRectInternal()
148 listBox->setMaxHeight(spaceBelow); in layoutAndCalculateWidgetRectInternal()
153 if (spaceAbove > spaceBelow) in layoutAndCalculateWidgetRectInternal()