Home
last modified time | relevance | path

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

/external/webkit/WebKit/wx/
DWebView.cpp609 wxPoint localEventPoint = ScreenToClient(event.GetPosition()); in OnContextMenuEvents() local
620 mouseEvent.m_x = localEventPoint.x; in OnContextMenuEvents()
621 mouseEvent.m_y = localEventPoint.y; in OnContextMenuEvents()
636 PopupMenu(menuWx, localEventPoint); in OnContextMenuEvents()