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

  /external/libchrome/mojo/core/embedder/
scoped_ipc_support.cc 19 Core::Get()->RequestShutdown(callback);
  /external/libchrome/mojo/core/
core.h 156 void RequestShutdown(const base::Closure& callback);
node_controller.h 126 void RequestShutdown(const base::Closure& callback);
309 // Set by RequestShutdown(). If this is non-null, the controller will
core.cc 273 void Core::RequestShutdown(const base::Closure& callback) {
274 GetNodeController()->RequestShutdown(callback);
    [all...]
node_controller.cc 304 void NodeController::RequestShutdown(const base::Closure& callback) {
    [all...]

Completed in 85 milliseconds