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

  /external/chromium_org/content/browser/renderer_host/
compositor_resize_lock_aura.cc 29 host_->dispatcher()->HoldPointerMoves();
  /external/chromium_org/ui/aura/
window_event_dispatcher.h 93 // HoldPointerMoves when an resize is initiated and then ReleasePointerMoves
98 void HoldPointerMoves();
window_event_dispatcher_unittest.cc 645 host()->dispatcher()->HoldPointerMoves();
684 host()->dispatcher()->HoldPointerMoves();
696 host()->dispatcher()->HoldPointerMoves();
709 host()->dispatcher()->HoldPointerMoves();
742 host()->dispatcher()->HoldPointerMoves();
768 host()->dispatcher()->HoldPointerMoves();
808 dispatcher_->HoldPointerMoves();
869 host()->dispatcher()->HoldPointerMoves();
    [all...]
window_event_dispatcher.cc 173 void WindowEventDispatcher::HoldPointerMoves() {
177 TRACE_EVENT_ASYNC_BEGIN0("ui", "WindowEventDispatcher::HoldPointerMoves",
188 // may cancel if HoldPointerMoves is called again before it executes.
194 TRACE_EVENT_ASYNC_END0("ui", "WindowEventDispatcher::HoldPointerMoves", this);

Completed in 219 milliseconds