Searched refs:menu_loc (Results 1 – 3 of 3) sorted by relevance
824 gfx::Point menu_loc; in Step2() local825 views::View::ConvertPointToScreen(first_menu_, &menu_loc); in Step2()826 start_y_ = menu_loc.y(); in Step2()851 gfx::Point menu_loc; in Step4() local852 views::View::ConvertPointToScreen(first_menu_, &menu_loc); in Step4()853 ASSERT_NE(start_y_, menu_loc.y()); in Step4()
857 gfx::Point menu_loc; in Step2() local858 views::View::ConvertPointToScreen(first_menu_, &menu_loc); in Step2()859 start_y_ = menu_loc.y(); in Step2()886 gfx::Point menu_loc; in Step4() local887 views::View::ConvertPointToScreen(first_menu_, &menu_loc); in Step4()888 ASSERT_NE(start_y_, menu_loc.y()); in Step4()
1464 gfx::Point menu_loc = screen_loc; in GetMenuPartByScreenCoordinateImpl() local1465 View::ConvertPointFromScreen(menu, &menu_loc); in GetMenuPartByScreenCoordinateImpl()1466 part->menu = GetMenuItemAt(menu, menu_loc.x(), menu_loc.y()); in GetMenuPartByScreenCoordinateImpl()