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

  /external/chromium_org/ash/wm/
drag_details.h 25 struct ASH_EXPORT DragDetails {
26 DragDetails(aura::Window* window,
30 ~DragDetails();
drag_details.cc 44 DragDetails::DragDetails(aura::Window* window,
72 DragDetails::~DragDetails() {
window_state.h 282 // 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_;
window_resizer.h 63 // See comment for |DragDetails::initial_location_in_parent|.
69 const DragDetails& details() const { return *window_state_->drag_details(); }
window_state.cc 278 new DragDetails(window, point_in_parent, window_component, source));

Completed in 2476 milliseconds