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

/external/chromium_org/chrome/browser/ui/views/
H A Dmenu_test_base.cc70 gfx::Point screen_location; local
71 views::View::ConvertPointToScreen(source, &screen_location);
72 gfx::Rect bounds(screen_location, source->size());
H A Dmenu_model_adapter_test.cc231 gfx::Point screen_location; variable
232 views::View::ConvertPointToScreen(source, &screen_location);
233 gfx::Rect bounds(screen_location, source->size());
H A Dcontent_setting_bubble_contents.cc473 gfx::Point screen_location; local
474 views::View::ConvertPointToScreen(j->first, &screen_location);
478 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/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.cc1012 gfx::Point screen_location = event.root_location(); local
1014 &screen_location);
1019 // If the shelf/overflow bubble bounds contains |screen_location| we insert
1021 if (GetBoundsForDragInsertInScreen().Contains(screen_location)) {
1047 screen_location)) {
1051 main_shelf_->StartDrag(dragged_app_id, screen_location);
1053 main_shelf_->Drag(screen_location);
1065 UpdateDragIconProxy(screen_location);
1070 int delta = CalculateShelfDistance(screen_location);
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.cc1526 gfx::Point screen_location = grid_location;
1527 views::View::ConvertPointToScreen(this, &screen_location);
1538 drag_and_drop_host_->CreateDragIconProxy(screen_location,
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc1109 gfx::Point screen_location(event.location());
1110 views::View::ConvertPointToScreen(view, &screen_location);
1111 drag_controller_->Drag(screen_location);

Completed in 1341 milliseconds