Home
last modified time | relevance | path

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

/external/webkit/WebKit/gtk/webkit/
Dwebkitwebview.cpp219 int rightAligned = FALSE; in webkit_web_view_popup_menu_handler() local
223 …location = IntPoint(rightAligned ? view->contentsWidth() - contextMenuMargin : contextMenuMargin, … in webkit_web_view_popup_menu_handler()
259 location = IntPoint(rightAligned ? firstRect.right() : firstRect.x(), firstRect.bottom()); in webkit_web_view_popup_menu_handler()
/external/webkit/WebKit/win/
DWebView.cpp1067 int rightAligned = ::GetSystemMetrics(SM_MENUDROPALIGNMENT); in handleContextMenuEvent() local
1075 …location = IntPoint(rightAligned ? view->contentsWidth() - contextMenuMargin : contextMenuMargin, … in handleContextMenuEvent()
1105 … location = IntPoint(rightAligned ? firstRect.right() : firstRect.x(), firstRect.bottom()); in handleContextMenuEvent()