Searched refs:DragDetails (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ash/wm/
H A Ddrag_details.h25 struct ASH_EXPORT DragDetails { struct in namespace:ash
26 DragDetails(aura::Window* window,
30 ~DragDetails();
H A Ddrag_details.cc44 DragDetails::DragDetails(aura::Window* window, function in class:ash::DragDetails
72 DragDetails::~DragDetails() {
H A Dwindow_resizer.h63 // See comment for |DragDetails::initial_location_in_parent|.
69 const DragDetails& details() const { return *window_state_->drag_details(); }
H A Dwindow_state.h282 // Creates and takes ownership of a pointer to DragDetails when resizing is
289 // Deletes and clears a pointer to DragDetails. This should be done when the
296 // Returns a pointer to DragDetails during drag operations.
297 const DragDetails* drag_details() const { return drag_details_.get(); }
298 DragDetails* drag_details() { return drag_details_.get(); }
358 scoped_ptr<DragDetails> drag_details_;
H A Dwindow_state.cc285 new DragDetails(window, point_in_parent, window_component, source));

Completed in 2061 milliseconds