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

  /external/chromium_org/content/browser/renderer_host/
touch_smooth_scroll_gesture_aura.cc 18 gfx::Point screen_location = location; local
21 aura::Window::ConvertPointToTarget(window, root_window, &screen_location);
23 root_window->ConvertPointToHost(&screen_location);
24 ui::TouchEvent touch(type, screen_location, 0, 0, ui::EventTimeForNow(),
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_window_event_filter.h 48 const gfx::Point& screen_location);
x11_window_event_filter.cc 116 const gfx::Point& screen_location) {
163 event.xclient.data.l[0] = screen_location.x();
164 event.xclient.data.l[1] = screen_location.y();
  /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());
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());
content_setting_bubble_contents.cc 460 gfx::Point screen_location; local
461 views::View::ConvertPointToScreen(i->first, &screen_location);
465 gfx::Rect(screen_location, i->first->size()),
  /external/chromium_org/ash/wm/
maximize_bubble_controller.cc 491 gfx::Point screen_location = Shell::GetScreen()->GetCursorScreenPoint(); local
493 screen_location)) {
853 gfx::Point screen_location(event.location());
854 View::ConvertPointToScreen(this, &screen_location);
855 if (!GetBoundsInScreen().Contains(screen_location))
  /external/chromium/chrome/browser/automation/
automation_provider_win.cc 94 gfx::Point screen_location(point_.x(), point_.y());
95 view_->ConvertPointToScreen(view_, &screen_location);
96 MoveMouse(screen_location.ToPOINT());
  /external/chromium_org/chrome/browser/ui/views/notifications/
balloon_view_views.cc 145 gfx::Point screen_location; local
146 views::View::ConvertPointToScreen(options_menu_button_, &screen_location);
150 gfx::Rect(screen_location, options_menu_button_->size()),
  /external/chromium_org/ash/wm/workspace/
frame_maximize_button.cc 239 gfx::Point screen_location = Shell::GetScreen()->GetCursorScreenPoint(); local
241 screen_location)) {
  /external/chromium_org/ui/app_list/views/
apps_grid_view.cc 956 gfx::Point screen_location = grid_location;
957 views::View::ConvertPointToScreen(this, &screen_location);
967 drag_and_drop_host_->CreateDragIconProxy(screen_location,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc     [all...]

Completed in 962 milliseconds