Searched refs:ShowSystemMenuAtPoint (Results 1 – 4 of 4) sorted by relevance
45 GFX_EXPORT void ShowSystemMenuAtPoint(HWND window, const gfx::Point& point);
214 ShowSystemMenuAtPoint(window, point); in ShowSystemMenu()217 void ShowSystemMenuAtPoint(HWND window, const Point& point) { in ShowSystemMenuAtPoint() function
2367 gfx::ShowSystemMenuAtPoint(hwnd(), gfx::Point(screen_point)); in HandleMouseEventInternal()
302 gfx::ShowSystemMenuAtPoint(views::HWNDForView(this), point); in OnMouseReleased()