Searched refs:screen_location (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_window_event_filter.h49 const gfx::Point& screen_location);
H A Dx11_window_event_filter.cc129 const gfx::Point& screen_location) {
176 event.xclient.data.l[0] = screen_location.x();
177 event.xclient.data.l[1] = screen_location.y();
127 DispatchHostWindowDragMovement( int hittest, const gfx::Point& screen_location) argument
/external/chromium_org/ash/autoclick/
H A Dautoclick_controller.cc179 gfx::Point screen_location = local
181 aura::Window* root_window = wm::GetRootWindowAt(screen_location);
184 gfx::Point click_location(screen_location);
/external/chromium_org/ash/wm/caption_buttons/
H A Dbubble_contents_button_row.cc83 gfx::Point screen_location(event.location());
84 View::ConvertPointToScreen(this, &screen_location);
85 if (!GetBoundsInScreen().Contains(screen_location))
H A Dframe_maximize_button.cc245 gfx::Point screen_location = Shell::GetScreen()->GetCursorScreenPoint(); local
247 screen_location)) {
H A Dmaximize_bubble_controller_bubble.cc424 gfx::Point screen_location = Shell::GetScreen()->GetCursorScreenPoint(); local
426 screen_location)) {
/external/chromium_org/chrome/browser/ui/views/
H A Dmenu_model_adapter_test.cc235 gfx::Point screen_location; variable
236 views::View::ConvertPointToScreen(source, &screen_location);
237 gfx::Rect bounds(screen_location, source->size());
H A Dmenu_item_view_test.cc76 gfx::Point screen_location; variable
77 views::View::ConvertPointToScreen(source, &screen_location);
78 gfx::Rect bounds(screen_location, source->size());
H A Dcontent_setting_bubble_contents.cc437 gfx::Point screen_location; local
438 views::View::ConvertPointToScreen(j->first, &screen_location);
442 gfx::Rect(screen_location, j->first->size()),
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_win.cc94 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/
H A Dballoon_view_views.cc147 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/
H A Dshelf_view.cc1075 gfx::Point screen_location = event.root_location(); local
1077 &screen_location);
1082 // If the shelf/overflow bubble bounds contains |screen_location| we insert
1084 if (GetBoundsForDragInsertInScreen().Contains(screen_location)) {
1110 screen_location)) {
1114 main_shelf_->StartDrag(dragged_app_id, screen_location);
1116 main_shelf_->Drag(screen_location);
1128 UpdateDragIconProxy(screen_location);
1133 int delta = CalculateShelfDistance(screen_location);
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.cc1229 gfx::Point screen_location = grid_location;
1230 views::View::ConvertPointToScreen(this, &screen_location);
1240 drag_and_drop_host_->CreateDragIconProxy(screen_location,
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc1170 gfx::Point screen_location(event.location());
1171 views::View::ConvertPointToScreen(view, &screen_location);
1172 drag_controller_->Drag(screen_location);

Completed in 554 milliseconds