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

  /external/chromium_org/ipc/mojo/
ipc_channel_mojo_host.cc 24 virtual void OnChannelCreated(base::WeakPtr<ChannelMojo> channel) OVERRIDE;
58 void ChannelMojoHost::ChannelDelegate::OnChannelCreated(
ipc_channel_mojo.h 67 virtual void OnChannelCreated(base::WeakPtr<ChannelMojo> channel) = 0;
ipc_channel_mojo.cc 112 delegate_->OnChannelCreated(weak_factory_.GetWeakPtr());
  /external/chromium_org/content/browser/
plugin_process_host.h 136 void OnChannelCreated(const IPC::ChannelHandle& channel_handle);
plugin_process_host.cc 286 IPC_MESSAGE_HANDLER(PluginProcessHostMsg_ChannelCreated, OnChannelCreated)
407 void PluginProcessHost::OnChannelCreated(

Completed in 332 milliseconds