HomeSort by relevance Sort by last modified time
    Searched defs:ProcessProxyRegistry (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/process_proxy/
process_proxy_registry.h 26 class CHROMEOS_EXPORT ProcessProxyRegistry : public base::NonThreadSafe {
41 static ProcessProxyRegistry* Get();
57 friend struct ::base::DefaultLazyInstanceTraits<ProcessProxyRegistry>;
59 ProcessProxyRegistry();
60 ~ProcessProxyRegistry();
70 DISALLOW_COPY_AND_ASSIGN(ProcessProxyRegistry);
process_proxy_registry.cc 32 static base::LazyInstance<ProcessProxyRegistry> g_process_proxy_registry =
37 ProcessProxyRegistry::ProcessProxyInfo::ProcessProxyInfo() {
40 ProcessProxyRegistry::ProcessProxyInfo::ProcessProxyInfo(
46 ProcessProxyRegistry::ProcessProxyInfo::~ProcessProxyInfo() {
49 ProcessProxyRegistry::ProcessProxyRegistry() {
52 ProcessProxyRegistry::~ProcessProxyRegistry() {
53 // TODO(tbarzic): Fix issue with ProcessProxyRegistry being destroyed
63 ProcessProxyRegistry* ProcessProxyRegistry::Get()
    [all...]

Completed in 34 milliseconds