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

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

Completed in 44 milliseconds