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

/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_resize_lock_aura.cc64 host_->dispatcher()->ReleasePointerMoves();
/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher.h99 // HoldPointerMoves when an resize is initiated and then ReleasePointerMoves
105 void ReleasePointerMoves();
H A Dwindow_event_dispatcher_unittest.cc688 // Check that on ReleasePointerMoves, held events are not dispatched
691 host()->dispatcher()->ReleasePointerMoves();
701 host()->dispatcher()->ReleasePointerMoves();
713 host()->dispatcher()->ReleasePointerMoves();
731 host()->dispatcher()->ReleasePointerMoves();
769 // Check that on ReleasePointerMoves, held events are not dispatched
772 host()->dispatcher()->ReleasePointerMoves();
790 host()->dispatcher()->ReleasePointerMoves();
827 dispatcher_->ReleasePointerMoves();
896 host()->dispatcher()->ReleasePointerMoves();
[all...]
H A Dwindow_event_dispatcher.cc187 void WindowEventDispatcher::ReleasePointerMoves() { function in class:aura::WindowEventDispatcher

Completed in 254 milliseconds