Searched defs:DragDropTracker (Results 1 - 2 of 2) sorted by path

/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_tracker.cc58 DragDropTracker::DragDropTracker(aura::Window* context_root, function in class:ash::DragDropTracker
63 DragDropTracker::~DragDropTracker() {
67 void DragDropTracker::TakeCapture() {
71 aura::Window* DragDropTracker::GetTarget(const ui::LocatedEvent& event) {
82 ui::LocatedEvent* DragDropTracker::ConvertEvent(
H A Ddrag_drop_tracker.h25 class ASH_EXPORT DragDropTracker { class in namespace:ash
27 DragDropTracker(aura::Window* context_root,
29 ~DragDropTracker();
52 DISALLOW_COPY_AND_ASSIGN(DragDropTracker);

Completed in 5896 milliseconds