RegistryDispatcher   42 sandbox/win/src/registry_dispatcher.cc RegistryDispatcher::RegistryDispatcher(PolicyBase* policy_base)
RegistryDispatcher   47 sandbox/win/src/registry_dispatcher.cc     reinterpret_cast<CallbackGeneric>(&RegistryDispatcher::NtCreateKey)
RegistryDispatcher   52 sandbox/win/src/registry_dispatcher.cc     reinterpret_cast<CallbackGeneric>(&RegistryDispatcher::NtOpenKey)
RegistryDispatcher   59 sandbox/win/src/registry_dispatcher.cc bool RegistryDispatcher::SetupService(InterceptionManager* manager,
RegistryDispatcher   74 sandbox/win/src/registry_dispatcher.cc bool RegistryDispatcher::NtCreateKey(
RegistryDispatcher  120 sandbox/win/src/registry_dispatcher.cc bool RegistryDispatcher::NtOpenKey(IPCInfo* ipc, base::string16* name,
RegistryDispatcher   16 sandbox/win/src/registry_dispatcher.h class RegistryDispatcher : public Dispatcher {
RegistryDispatcher   18 sandbox/win/src/registry_dispatcher.h   explicit RegistryDispatcher(PolicyBase* policy_base);
RegistryDispatcher   19 sandbox/win/src/registry_dispatcher.h   ~RegistryDispatcher() {}
RegistryDispatcher   35 sandbox/win/src/registry_dispatcher.h   DISALLOW_COPY_AND_ASSIGN(RegistryDispatcher);
RegistryDispatcher  121 sandbox/win/src/sandbox_policy_base.cc   dispatcher = new RegistryDispatcher(this);