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.cc214 ShowSystemMenuAtPoint(window, point); in ShowSystemMenu()
217 void ShowSystemMenuAtPoint(HWND window, const Point& point) { in ShowSystemMenuAtPoint() function
/external/chromium_org/ui/views/win/
Dhwnd_message_handler.cc2367 gfx::ShowSystemMenuAtPoint(hwnd(), gfx::Point(screen_point)); in HandleMouseEventInternal()
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_strip.cc302 gfx::ShowSystemMenuAtPoint(views::HWNDForView(this), point); in OnMouseReleased()