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 50 NativeMessageProcessHost::NativeMessageProcessHost(
70 base::Bind(&NativeMessageProcessHost::LaunchHostProcess,
74 NativeMessageProcessHost::~NativeMessageProcessHost() {
80 scoped_ptr<NativeMessageProcessHost> NativeMessageProcessHost::Create(
92 scoped_ptr<NativeMessageProcessHost>
93 NativeMessageProcessHost::CreateWithLauncher(
101 scoped_ptr<NativeMessageProcessHost> process(new NativeMessageProcessHost
    [all...]
native_message_process_host.h 36 class NativeMessageProcessHost
53 virtual ~NativeMessageProcessHost();
55 static scoped_ptr<NativeMessageProcessHost> Create(
63 static scoped_ptr<NativeMessageProcessHost> CreateWithLauncher(
84 NativeMessageProcessHost(base::WeakPtr<Client> weak_client_ui,
166 DISALLOW_COPY_AND_ASSIGN(NativeMessageProcessHost);

Completed in 555 milliseconds