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

  /external/chromium_org/content/browser/renderer_host/
compositor_resize_lock_aura.cc 64 host_->dispatcher()->ReleasePointerMoves();
  /external/chromium_org/ui/aura/
window_event_dispatcher.h 93 // HoldPointerMoves when an resize is initiated and then ReleasePointerMoves
99 void ReleasePointerMoves();
window_event_dispatcher_unittest.cc 673 // Check that on ReleasePointerMoves, held events are not dispatched
676 host()->dispatcher()->ReleasePointerMoves();
686 host()->dispatcher()->ReleasePointerMoves();
698 host()->dispatcher()->ReleasePointerMoves();
716 host()->dispatcher()->ReleasePointerMoves();
753 // Check that on ReleasePointerMoves, held events are not dispatched
756 host()->dispatcher()->ReleasePointerMoves();
774 host()->dispatcher()->ReleasePointerMoves();
811 dispatcher_->ReleasePointerMoves();
880 host()->dispatcher()->ReleasePointerMoves();
    [all...]
window_event_dispatcher.cc 181 void WindowEventDispatcher::ReleasePointerMoves() {

Completed in 55 milliseconds