HomeSort by relevance Sort by last modified time
    Searched defs:mouse_location (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ui/views/corewm/
tooltip_controller.h 55 const gfx::Point& mouse_location() const { return curr_mouse_loc_; } function in class:views::corewm::TooltipController
  /external/chromium_org/ash/autoclick/
autoclick_controller.cc 131 gfx::Point mouse_location = event->root_location(); local
132 ::wm::ConvertPointToScreen(wm::GetRootWindowAt(mouse_location),
133 &mouse_location); local
141 gfx::Vector2d delta = mouse_location - anchor_location_;
  /external/chromium_org/chrome/browser/ui/panels/
panel_resize_browsertest.cc 37 gfx::Point mouse_location; local
40 mouse_location = bounds.origin();
43 mouse_location.SetPoint(bounds.x() + bounds.width() / 2, bounds.y());
46 mouse_location.SetPoint(bounds.right(), bounds.y());
49 mouse_location.SetPoint(bounds.x(), bounds.y() + bounds.height() / 2);
52 mouse_location.SetPoint(bounds.right(),
56 mouse_location.SetPoint(bounds.x(), bounds.bottom());
59 mouse_location.SetPoint(bounds.x() + bounds.width() / 2,
63 mouse_location.SetPoint(bounds.right(), bounds.bottom());
69 panel_manager->StartResizingByMouse(panel, mouse_location, component)
91 gfx::Point mouse_location = bounds.origin(); local
207 gfx::Point mouse_location = bounds.origin() + local
306 gfx::Point mouse_location = bounds.origin() + local
365 gfx::Point mouse_location = panel1_bounds.origin() + local
426 gfx::Point mouse_location = bounds.origin() + local
475 gfx::Point mouse_location = bounds.origin(); local
    [all...]
panel_browsertest.cc 516 gfx::Point mouse_location(panel->GetBounds().origin());
517 panel_testing->PressLeftMouseButtonTitlebar(mouse_location);
518 panel_testing->DragTitlebar(mouse_location + gfx::Vector2d(-100, 5));
1577 gfx::Point mouse_location = panel->GetBounds().origin(); local
    [all...]
panel_drag_browsertest.cc 42 gfx::Point mouse_location(panel->GetBounds().origin());
43 panel_testing->PressLeftMouseButtonTitlebar(mouse_location);
44 panel_testing->DragTitlebar(mouse_location + delta);
53 gfx::Point mouse_location(panel->GetBounds().origin());
200 gfx::Point mouse_location = panel_old_bounds.origin(); local
201 panel_testing->PressLeftMouseButtonTitlebar(mouse_location);
204 mouse_location.Offset(-big_delta_x, 0);
205 panel_testing->DragTitlebar(mouse_location);
214 mouse_location = panel_old_bounds.origin();
215 panel_testing->PressLeftMouseButtonTitlebar(mouse_location);
296 gfx::Point mouse_location = position1; local
394 gfx::Point mouse_location = position3; local
526 gfx::Point mouse_location = panel_old_bounds.origin(); local
566 gfx::Point mouse_location = panel_old_bounds.origin(); local
626 gfx::Point mouse_location = panel1->GetBounds().origin(); local
683 gfx::Point mouse_location = panel1->GetBounds().origin(); local
734 gfx::Point mouse_location = panel1->GetBounds().origin(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.cc 570 gfx::Point mouse_location = event.location(); local
571 views::View::ConvertPointToScreen(this, &mouse_location);
573 if (panel_view_->OnTitlebarMousePressed(mouse_location))
585 gfx::Point mouse_location = screen->GetCursorScreenPoint(); local
589 gfx::Point mouse_location = event.location();
590 views::View::ConvertPointToScreen(this, &mouse_location);
593 if (panel_view_->OnTitlebarMouseDragged(mouse_location))
774 const gfx::Point& mouse_location) const {
777 mouse_location, size(), PanelView::kResizeInsideBoundsSize, resizability);
  /external/chromium_org/ui/aura/
window_event_dispatcher_unittest.cc 463 gfx::Point mouse_location(int i) const { return mouse_locations_[i]; } function in class:aura::__anon294::EventFilterRecorder
734 EXPECT_EQ(gfx::Point(13, 13), recorder.mouse_location(0));
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc 2456 POINT mouse_location = CR_POINT_INITIALIZER_FROM_LPARAM(l_param); local
2457 ::ClientToScreen(hwnd(), &mouse_location); local
    [all...]

Completed in 432 milliseconds