Searched refs:HoldPointerMoves (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_resize_lock_aura.cc29 host_->dispatcher()->HoldPointerMoves();
/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher.h99 // HoldPointerMoves when an resize is initiated and then ReleasePointerMoves
104 void HoldPointerMoves();
H A Dwindow_event_dispatcher_unittest.cc660 host()->dispatcher()->HoldPointerMoves();
699 host()->dispatcher()->HoldPointerMoves();
711 host()->dispatcher()->HoldPointerMoves();
724 host()->dispatcher()->HoldPointerMoves();
756 host()->dispatcher()->HoldPointerMoves();
784 host()->dispatcher()->HoldPointerMoves();
824 dispatcher_->HoldPointerMoves();
885 host()->dispatcher()->HoldPointerMoves();
H A Dwindow_event_dispatcher.cc179 void WindowEventDispatcher::HoldPointerMoves() { function in class:aura::WindowEventDispatcher
183 TRACE_EVENT_ASYNC_BEGIN0("ui", "WindowEventDispatcher::HoldPointerMoves",
194 // may cancel if HoldPointerMoves is called again before it executes.
200 TRACE_EVENT_ASYNC_END0("ui", "WindowEventDispatcher::HoldPointerMoves", this);

Completed in 1794 milliseconds