Home
last modified time | relevance | path

Searched refs:shutdown_callback_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/core/
Dnode_controller.cc307 shutdown_callback_ = callback; in RequestShutdown()
1231 if (shutdown_callback_.is_null()) in AttemptShutdownIfRequested()
1239 callback = shutdown_callback_; in AttemptShutdownIfRequested()
1240 shutdown_callback_.Reset(); in AttemptShutdownIfRequested()
Dnode_controller.h312 base::Closure shutdown_callback_; variable