Searched defs:NativeMessageProcessHost (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_message_process_host.h36 class NativeMessageProcessHost class in namespace:extensions
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);
H A Dnative_message_process_host.cc52 NativeMessageProcessHost::NativeMessageProcessHost( function in class:extensions::NativeMessageProcessHost
73 base::Bind(&NativeMessageProcessHost::LaunchHostProcess,
77 NativeMessageProcessHost::~NativeMessageProcessHost() {
83 scoped_ptr<NativeMessageProcessHost> NativeMessageProcessHost::Create(
95 scoped_ptr<NativeMessageProcessHost>
96 NativeMessageProcessHost::CreateWithLauncher(
104 scoped_ptr<NativeMessageProcessHost> proces
[all...]

Completed in 104 milliseconds