Searched defs:ShellPtrWatcher (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/mojo/public/cpp/application/lib/
H A Dapplication_impl.cc14 class ApplicationImpl::ShellPtrWatcher : public ErrorHandler { class in class:mojo::ApplicationImpl
16 ShellPtrWatcher(ApplicationImpl* impl) function in class:mojo::ApplicationImpl::ShellPtrWatcher
19 virtual ~ShellPtrWatcher() {}
27 MOJO_DISALLOW_COPY_AND_ASSIGN(ShellPtrWatcher);
83 shell_watch_ = new ShellPtrWatcher(this);

Completed in 968 milliseconds