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

  /external/chromium_org/sandbox/win/src/
registry_dispatcher.h 16 class RegistryDispatcher : public Dispatcher {
18 explicit RegistryDispatcher(PolicyBase* policy_base);
19 ~RegistryDispatcher() {}
35 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,
77 bool RegistryDispatcher::NtCreateKey(
123 bool RegistryDispatcher::NtOpenKey(IPCInfo* ipc, base::string16* name,

Completed in 140 milliseconds