Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/UIProcess/win/
DWebPopupMenuProxyWin.cpp394 int popupX = rectInScreenCoords.x() + m_data.m_clientInsetLeft; in calculatePositionAndSize() local
396 IntRect popupRect(popupX, rectInScreenCoords.maxY(), popupWidth, popupHeight); in calculatePositionAndSize()
/external/webkit/Source/WebCore/platform/win/
DPopupMenuWin.cpp347 int popupX = rScreenCoords.x() + client()->clientInsetLeft(); in calculatePositionAndSize() local
349 IntRect popupRect(popupX, rScreenCoords.maxY(), popupWidth, popupHeight); in calculatePositionAndSize()