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

  /external/chromium_org/ash/wm/
drag_details.h 42 const gfx::Point initial_location_in_parent; member in struct:ash::DragDetails
window_resizer.cc 127 int delta_x = location.x() - details().initial_location_in_parent.x();
128 int delta_y = location.y() - details().initial_location_in_parent.y();
197 if (details().initial_location_in_parent.x() >
255 *delta_x += details().initial_location_in_parent.x() -
258 *delta_x += details().initial_location_in_parent.x() -
264 *delta_y += details().initial_location_in_parent.y() -
267 *delta_y += details().initial_location_in_parent.y() -
drag_details.cc 50 initial_location_in_parent(location),
window_resizer.h 63 // See comment for |DragDetails::initial_location_in_parent|.
65 return window_state_->drag_details()->initial_location_in_parent;
  /external/chromium_org/ash/wm/dock/
docked_window_resizer_unittest.cc 244 const gfx::Point& initial_location_in_parent() const { function in class:ash::DockedWindowResizerTest
355 int expected_x = initial_bounds.x() - initial_location_in_parent().x() + 1;
641 (initial_bounds.x() - initial_location_in_parent().x()) : 0;
    [all...]

Completed in 43 milliseconds