Home
last modified time | relevance | path

Searched refs:menu_loc (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view_test.cc824 gfx::Point menu_loc; in Step2() local
825 views::View::ConvertPointToScreen(first_menu_, &menu_loc); in Step2()
826 start_y_ = menu_loc.y(); in Step2()
851 gfx::Point menu_loc; in Step4() local
852 views::View::ConvertPointToScreen(first_menu_, &menu_loc); in Step4()
853 ASSERT_NE(start_y_, menu_loc.y()); in Step4()
/external/chromium_org/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view_test.cc857 gfx::Point menu_loc; in Step2() local
858 views::View::ConvertPointToScreen(first_menu_, &menu_loc); in Step2()
859 start_y_ = menu_loc.y(); in Step2()
886 gfx::Point menu_loc; in Step4() local
887 views::View::ConvertPointToScreen(first_menu_, &menu_loc); in Step4()
888 ASSERT_NE(start_y_, menu_loc.y()); in Step4()
/external/chromium_org/ui/views/controls/menu/
Dmenu_controller.cc1464 gfx::Point menu_loc = screen_loc; in GetMenuPartByScreenCoordinateImpl() local
1465 View::ConvertPointFromScreen(menu, &menu_loc); in GetMenuPartByScreenCoordinateImpl()
1466 part->menu = GetMenuItemAt(menu, menu_loc.x(), menu_loc.y()); in GetMenuPartByScreenCoordinateImpl()