OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:input_handler_client_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/trees/
layer_tree_host_impl.cc
174
input_handler_client_
(NULL),
232
if (
input_handler_client_
) {
233
input_handler_client_
->WillShutdown();
234
input_handler_client_
= NULL;
313
if (
input_handler_client_
)
314
input_handler_client_
->Animate(monotonic_time);
826
if (
input_handler_client_
)
827
input_handler_client_
->MainThreadHasStoppedFlinging();
[
all
...]
layer_tree_host_impl.h
490
InputHandlerClient*
input_handler_client_
;
member in class:cc::LayerTreeHostImpl
Completed in 698 milliseconds