Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/
Drender_widget.h120 gfx::Point host_context_menu_location() { in host_context_menu_location() function
Drender_frame_impl.cc2561 params.x = GetRenderWidget()->host_context_menu_location().x(); in showContextMenu()
2562 params.y = GetRenderWidget()->host_context_menu_location().y(); in showContextMenu()