OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:popupX
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp
347
int
popupX
= rScreenCoords.x() + client()->clientInsetLeft();
349
IntRect popupRect(
popupX
, rScreenCoords.maxY(), popupWidth, popupHeight);
/external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.cpp
394
int
popupX
= rectInScreenCoords.x() + m_data.m_clientInsetLeft;
396
IntRect popupRect(
popupX
, rectInScreenCoords.maxY(), popupWidth, popupHeight);
Completed in 38 milliseconds