initial_location_in_parent 355 ash/wm/dock/docked_window_resizer_unittest.cc int expected_x = initial_bounds.x() - initial_location_in_parent().x() + 1; initial_location_in_parent 641 ash/wm/dock/docked_window_resizer_unittest.cc (initial_bounds.x() - initial_location_in_parent().x()) : 0; initial_location_in_parent 50 ash/wm/drag_details.cc initial_location_in_parent(location), initial_location_in_parent 42 ash/wm/drag_details.h const gfx::Point initial_location_in_parent; initial_location_in_parent 126 ash/wm/window_resizer.cc int delta_x = location.x() - details().initial_location_in_parent.x(); initial_location_in_parent 127 ash/wm/window_resizer.cc int delta_y = location.y() - details().initial_location_in_parent.y(); initial_location_in_parent 196 ash/wm/window_resizer.cc if (details().initial_location_in_parent.x() > initial_location_in_parent 254 ash/wm/window_resizer.cc *delta_x += details().initial_location_in_parent.x() - initial_location_in_parent 257 ash/wm/window_resizer.cc *delta_x += details().initial_location_in_parent.x() - initial_location_in_parent 263 ash/wm/window_resizer.cc *delta_y += details().initial_location_in_parent.y() - initial_location_in_parent 266 ash/wm/window_resizer.cc *delta_y += details().initial_location_in_parent.y() - initial_location_in_parent 65 ash/wm/window_resizer.h return window_state_->drag_details()->initial_location_in_parent;