Searched defs:screen_location (Results 1 - 7 of 7) sorted by relevance

/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/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/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/widget/desktop_aura/
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/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);

Completed in 5137 milliseconds