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

/external/chromium_org/chrome/browser/ui/views/
H A Dmenu_test_base.cc78 gfx::Point screen_location; local
79 views::View::ConvertPointToScreen(source, &screen_location);
80 gfx::Rect bounds(screen_location, source->size());
H A Dmenu_model_adapter_test.cc232 gfx::Point screen_location; variable
233 views::View::ConvertPointToScreen(source, &screen_location);
234 gfx::Rect bounds(screen_location, source->size());
H A Dcontent_setting_bubble_contents.cc466 gfx::Point screen_location; local
467 views::View::ConvertPointToScreen(j->first, &screen_location);
471 gfx::Rect(screen_location, j->first->size()),
/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_window_event_filter.h51 const gfx::Point& screen_location);
H A Dx11_window_event_filter.cc181 const gfx::Point& screen_location) {
228 event.xclient.data.l[0] = screen_location.x();
229 event.xclient.data.l[1] = screen_location.y();
179 DispatchHostWindowDragMovement( int hittest, const gfx::Point& screen_location) argument
/external/chromium_org/mojo/services/html_viewer/
H A Dblink_input_events_type_converters.cc65 // TODO(erg): Remove this if check once we can rely on screen_location
70 if (!event->location_data->screen_location.is_null()) {
71 web_event->globalX = event->location_data->screen_location->x;
72 web_event->globalY = event->location_data->screen_location->y;
159 if (!event->location_data->screen_location.is_null()) {
160 web_event->globalX = event->location_data->screen_location->x;
161 web_event->globalY = event->location_data->screen_location->y;
/external/chromium_org/ash/wm/maximize_mode/
H A Dscoped_disable_internal_mouse_and_keyboard_x11.cc50 void SetMouseLocationInScreen(const gfx::Point& screen_location) { argument
52 screen_location);
57 gfx::Point host_location(screen_location);
/external/chromium_org/ash/autoclick/
H A Dautoclick_controller.cc181 gfx::Point screen_location = local
183 aura::Window* root_window = wm::GetRootWindowAt(screen_location);
186 gfx::Point click_location(screen_location);
/external/chromium_org/ui/views/test/
H A Dui_controls_factory_desktop_aurax11.cc134 gfx::Point screen_location(screen_x, screen_y);
135 gfx::Point root_location = screen_location;
136 aura::Window* root_window = RootWindowForPoint(screen_location);
/external/chromium_org/ui/views/widget/
H A Droot_view.cc132 gfx::Point screen_location(location);
133 View::ConvertPointToScreen(target, &screen_location);
134 target->ShowContextMenu(screen_location, ui::MENU_SOURCE_TOUCH);
/external/chromium_org/ash/shelf/
H A Dshelf_view.cc1010 gfx::Point screen_location = event.root_location(); local
1012 &screen_location);
1017 // If the shelf/overflow bubble bounds contains |screen_location| we insert
1019 if (GetBoundsForDragInsertInScreen().Contains(screen_location)) {
1045 screen_location)) {
1049 main_shelf_->StartDrag(dragged_app_id, screen_location);
1051 main_shelf_->Drag(screen_location);
1063 UpdateDragIconProxy(screen_location);
1068 int delta = CalculateShelfDistance(screen_location);
/external/chromium_org/mojo/services/public/cpp/input_events/lib/
H A Dinput_events_type_converters.cc106 location_data->screen_location =
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.cc1615 gfx::Point screen_location = grid_location;
1616 views::View::ConvertPointToScreen(this, &screen_location);
1627 drag_and_drop_host_->CreateDragIconProxy(screen_location,
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc1115 gfx::Point screen_location(event.location());
1116 views::View::ConvertPointToScreen(view, &screen_location);
1117 drag_controller_->Drag(screen_location);

Completed in 4205 milliseconds