Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/win/
Dhwnd_util.h45 GFX_EXPORT void ShowSystemMenuAtPoint(HWND window, const gfx::Point& point);
Dhwnd_util.cc213 ShowSystemMenuAtPoint(window, point); in ShowSystemMenu()
216 void ShowSystemMenuAtPoint(HWND window, const Point& point) { in ShowSystemMenuAtPoint() function
/external/chromium_org/ui/views/win/
Dhwnd_message_handler.cc1616 gfx::ShowSystemMenuAtPoint(hwnd(), gfx::Point(screen_point)); in OnMouseRange()
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_strip.cc405 gfx::ShowSystemMenuAtPoint(views::HWNDForView(this), point); in OnMouseReleased()