Searched refs:rightAligned (Results 1 – 2 of 2) sorted by relevance
219 int rightAligned = FALSE; in webkit_web_view_popup_menu_handler() local223 …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()
1067 int rightAligned = ::GetSystemMetrics(SM_MENUDROPALIGNMENT); in handleContextMenuEvent() local1075 …location = IntPoint(rightAligned ? view->contentsWidth() - contextMenuMargin : contextMenuMargin, … in handleContextMenuEvent()1105 … location = IntPoint(rightAligned ? firstRect.right() : firstRect.x(), firstRect.bottom()); in handleContextMenuEvent()