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

  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_message_process_host.cc 55 NativeMessageProcessHost::PolicyPermission
56 NativeMessageProcessHost::IsHostAllowed(const PrefService* pref_service,
58 NativeMessageProcessHost::PolicyPermission allow_result = ALLOW_ALL;
93 NativeMessageProcessHost::NativeMessageProcessHost(
116 base::Bind(&NativeMessageProcessHost::LaunchHostProcess,
120 NativeMessageProcessHost::~NativeMessageProcessHost() {
126 scoped_ptr<NativeMessageProcessHost> NativeMessageProcessHost::Create
    [all...]
native_message_process_host.h 38 class NativeMessageProcessHost
62 virtual ~NativeMessageProcessHost();
68 static scoped_ptr<NativeMessageProcessHost> Create(
77 static scoped_ptr<NativeMessageProcessHost> CreateWithLauncher(
98 NativeMessageProcessHost(base::WeakPtr<Client> weak_client_ui,
180 DISALLOW_COPY_AND_ASSIGN(NativeMessageProcessHost);

Completed in 135 milliseconds