HomeSort by relevance Sort by last modified time
    Searched defs:screen_loc (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_menu_controller_views.cc 54 gfx::Point screen_loc; local
55 views::View::ConvertPointToScreen(menu_button, &screen_loc);
57 gfx::Rect bounds(screen_loc.x(), screen_loc.y(), menu_button->width(),
  /external/chromium_org/chrome/browser/ui/views/extensions/
browser_action_overflow_menu_controller.cc 106 gfx::Point screen_loc; local
107 views::View::ConvertPointToScreen(menu_button_, &screen_loc);
108 bounds.set_x(screen_loc.x());
109 bounds.set_y(screen_loc.y());
extension_action_view_controller.cc 207 gfx::Point screen_loc; local
208 views::View::ConvertPointToScreen(delegate_->GetAsView(), &screen_loc);
223 gfx::Rect(screen_loc, delegate_->GetAsView()->size()),
  /external/chromium_org/ash/wm/workspace/
multi_window_resize_controller.cc 463 gfx::Point screen_loc = Shell::GetScreen()->GetCursorScreenPoint(); local
464 if (!resize_widget_->GetWindowBoundsInScreen().Contains(screen_loc)) {
  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.cc 837 gfx::Point screen_loc; local
838 views::View::ConvertPointToScreen(host, &screen_loc);
839 gfx::Rect bounds(screen_loc, host->size());
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 779 gfx::Point screen_loc = local
781 gfx::Point client_loc = screen_loc;
788 screen_loc.x(), screen_loc.y(), ops);
    [all...]

Completed in 80 milliseconds