Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/win/
DPopupMenuWin.cpp51 static const int maxPopupHeight = 320; variable
176 int popupHeight = min(maxPopupHeight, naturalHeight); in calculatePositionAndSize()
198 if (naturalHeight > maxPopupHeight) in calculatePositionAndSize()