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

/external/webkit/Source/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp331 IntRect PopupContainer::layoutAndCalculateWidgetRect(int targetControlHeight, const IntPoint& popupInitialCoordinate) argument
368 if (widgetRect.y() - widgetRect.height() - targetControlHeight > 0) {
370 widgetRect.move(0, -(widgetRect.height() + targetControlHeight));
374 int spaceAbove = widgetRect.y() - targetControlHeight;
389 widgetRect.move(0, -(widgetRect.height() + targetControlHeight));

Completed in 66 milliseconds