OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WillShutdown
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/content/renderer/input/
input_handler_proxy_client.h
23
virtual void
WillShutdown
() = 0;
input_handler_wrapper.h
29
virtual void
WillShutdown
() OVERRIDE;
input_handler_proxy.h
45
virtual void
WillShutdown
() OVERRIDE;
input_handler_wrapper.cc
40
void InputHandlerWrapper::
WillShutdown
() {
input_handler_proxy.cc
164
void InputHandlerProxy::
WillShutdown
() {
166
client_->
WillShutdown
();
input_handler_proxy_unittest.cc
163
virtual void
WillShutdown
() OVERRIDE {}
[
all
...]
/external/chromium_org/cc/input/
input_handler.h
31
virtual void
WillShutdown
() = 0;
68
// handler calls
WillShutdown
() on the client.
/external/chromium_org/cc/trees/
layer_tree_host_unittest_scroll.cc
[
all
...]
layer_tree_host_impl.cc
289
input_handler_client_->
WillShutdown
();
[
all
...]
Completed in 224 milliseconds