OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HoldPointerMoves
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/aura/
compositor_resize_lock.cc
27
root_window_->
HoldPointerMoves
();
/external/chromium_org/ui/aura/
root_window.h
200
//
HoldPointerMoves
when an resize is initiated and then ReleasePointerMoves
205
void
HoldPointerMoves
();
root_window_unittest.cc
593
dispatcher()->
HoldPointerMoves
();
638
dispatcher()->
HoldPointerMoves
();
652
dispatcher()->
HoldPointerMoves
();
682
dispatcher()->
HoldPointerMoves
();
706
dispatcher()->
HoldPointerMoves
();
[
all
...]
root_window.cc
447
void RootWindow::
HoldPointerMoves
() {
451
TRACE_EVENT_ASYNC_BEGIN0("ui", "RootWindow::
HoldPointerMoves
", this);
461
// may cancel if
HoldPointerMoves
is called again before it executes.
467
TRACE_EVENT_ASYNC_END0("ui", "RootWindow::
HoldPointerMoves
", this);
[
all
...]
Completed in 46 milliseconds