HomeSort by relevance Sort by last modified time
    Searched refs:location_in_parent (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ash/wm/workspace/
multi_window_resize_controller.cc 419 gfx::Point location_in_parent(location_in_screen);
421 ConvertPointFromScreen(windows_.window2->parent(), &location_in_parent);
434 location_in_parent,
442 gfx::Point location_in_parent(location_in_screen);
444 ConvertPointFromScreen(windows_.window1->parent(), &location_in_parent);
445 window_resizer_->Drag(location_in_parent, event_flags);
448 CalculateResizeWidgetBounds(location_in_parent));
486 const gfx::Point& location_in_parent) const {
491 y = location_in_parent.y() + kResizeWidgetPadding;
494 y = location_in_parent.y() - kResizeWidgetPadding - pref.height()
    [all...]
multi_window_resize_controller.h 142 const gfx::Point& location_in_parent) const;
workspace_window_resizer.h 59 virtual void Drag(const gfx::Point& location_in_parent,
workspace_window_resizer.cc 347 void WorkspaceWindowResizer::Drag(const gfx::Point& location_in_parent,
349 last_mouse_location_ = location_in_parent;
361 gfx::Rect bounds = CalculateBoundsForDrag(location_in_parent);
373 gfx::Point location_in_screen = location_in_parent;
400 UpdateSnapPhantomWindow(location_in_parent, bounds);
    [all...]
  /external/chromium_org/ash/wm/
toplevel_window_event_handler.cc 272 gfx::Point location_in_parent = local
274 AttemptToStartDrag(target, location_in_parent, HTCAPTION,
292 gfx::Point location_in_parent(
294 AttemptToStartDrag(target, location_in_parent, component,
478 gfx::Point location_in_parent(
480 AttemptToStartDrag(target, location_in_parent, component,

Completed in 828 milliseconds