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

  /external/chromium_org/ash/autoclick/
autoclick_controller.cc 179 gfx::Point screen_location = local
181 aura::Window* root_window = wm::GetRootWindowAt(screen_location);
184 gfx::Point click_location(screen_location);
  /external/chromium_org/chrome/browser/ui/views/
menu_model_adapter_test.cc 235 gfx::Point screen_location; variable
236 views::View::ConvertPointToScreen(source, &screen_location);
237 gfx::Rect bounds(screen_location, source->size());
content_setting_bubble_contents.cc 437 gfx::Point screen_location; local
438 views::View::ConvertPointToScreen(j->first, &screen_location);
442 gfx::Rect(screen_location, j->first->size()),
menu_item_view_test.cc 76 gfx::Point screen_location; variable
77 views::View::ConvertPointToScreen(source, &screen_location);
78 gfx::Rect bounds(screen_location, source->size());
  /external/chromium_org/ash/wm/caption_buttons/
frame_maximize_button.cc 245 gfx::Point screen_location = Shell::GetScreen()->GetCursorScreenPoint(); local
247 screen_location)) {
maximize_bubble_controller_bubble.cc 424 gfx::Point screen_location = Shell::GetScreen()->GetCursorScreenPoint(); local
426 screen_location)) {
  /external/chromium_org/chrome/browser/ui/views/notifications/
balloon_view_views.cc 147 gfx::Point screen_location; local
148 views::View::ConvertPointToScreen(options_menu_button_, &screen_location);
152 gfx::Rect(screen_location, options_menu_button_->size()),
  /external/chromium_org/ash/shelf/
shelf_view.cc 1075 gfx::Point screen_location = event.root_location(); local
    [all...]

Completed in 369 milliseconds