Searched defs:location_in_screen (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_tracker.cc70 gfx::Point location_in_screen = event.location(); local
72 &location_in_screen);
74 wm::GetRootWindowAt(location_in_screen);
75 gfx::Point location_in_root = location_in_screen;
87 gfx::Point location_in_screen = event.location(); local
88 ash::wm::ConvertPointToScreen(capture_window_.get(), &location_in_screen);
92 ash::wm::GetRootWindowAt(location_in_screen),
/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_size_button.cc31 // Returns true if a mouse drag while in "snap mode" at |location_in_screen|
34 const gfx::Point& location_in_screen) {
40 return expanded_bounds_in_screen.Contains(location_in_screen);
33 HitTestButton(const ash::FrameCaptionButton* button, const gfx::Point& location_in_screen) argument
/external/chromium_org/ash/wm/
H A Ddrag_window_resizer.cc81 gfx::Point location_in_screen = location; local
82 wm::ConvertPointToScreen(GetTarget()->parent(), &location_in_screen);
84 wm::GetRootWindowAt(location_in_screen) == GetTarget()->GetRootWindow();
H A Dimmersive_fullscreen_controller.cc92 gfx::Point location_in_screen = event.location(); local
96 screen_position_client->ConvertPointToScreen(target, &location_in_screen);
97 return location_in_screen;
588 gfx::Point location_in_screen = GetEventLocationInScreen(*event);
589 if (ShouldIgnoreMouseEventAtLocation(location_in_screen))
596 if (!hit_bounds_in_screen.Contains(location_in_screen)) {
606 abs(location_in_screen.x() - mouse_x_when_hit_top_in_screen_) <=
611 mouse_x_when_hit_top_in_screen_ = location_in_screen.x();
646 gfx::Point location_in_screen;
648 location_in_screen
[all...]
/external/chromium_org/ash/wm/workspace/
H A Dmulti_window_resize_controller.cc415 const gfx::Point& location_in_screen) {
419 gfx::Point location_in_parent(location_in_screen);
440 void MultiWindowResizeController::Resize(const gfx::Point& location_in_screen, argument
442 gfx::Point location_in_parent(location_in_screen);
508 const gfx::Point& location_in_screen) const {
512 if (resize_widget_->GetWindowBoundsInScreen().Contains(location_in_screen))
524 return IsOverWindow(windows_.window1, location_in_screen, hit1) ||
525 IsOverWindow(windows_.window2, location_in_screen, hit2);
530 const gfx::Point& location_in_screen,
535 gfx::Point window_loc(location_in_screen);
414 StartResize( const gfx::Point& location_in_screen) argument
528 IsOverWindow( aura::Window* window, const gfx::Point& location_in_screen, int component) const argument
[all...]
H A Dworkspace_window_resizer.cc373 gfx::Point location_in_screen = location_in_parent; local
374 wm::ConvertPointToScreen(GetTarget()->parent(), &location_in_screen);
378 ScreenUtil::FindDisplayContainingPoint(location_in_screen);
/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher.cc52 gfx::Point location_in_screen = location_in_root; local
53 client->ConvertPointToScreen(root_window, &location_in_screen);
54 Env::GetInstance()->set_last_mouse_location(location_in_screen);
/external/chromium_org/ash/
H A Droot_window_controller.cc619 void RootWindowController::ShowContextMenu(const gfx::Point& location_in_screen, argument
636 gfx::Rect(location_in_screen, gfx::Size()),
H A Dshell.cc280 void Shell::ShowContextMenu(const gfx::Point& location_in_screen, argument
290 wm::GetRootWindowMatching(gfx::Rect(location_in_screen, gfx::Size()));
292 ->ShowContextMenu(location_in_screen, source_type);

Completed in 292 milliseconds