Searched refs:IPC (Results 76 - 100 of 1528) sorted by relevance

1234567891011>>

/external/chromium_org/content/child/npapi/
H A Dnpobject_stub.h5 // A class that receives IPC messages from an NPObjectProxy and calls the real
27 // This wraps an NPObject and converts IPC messages from NPObjectProxy to calls
30 class NPObjectStub : public IPC::Listener,
31 public IPC::Sender,
43 // released, and further invokations from the IPC channel will fail once this
49 // IPC::Sender implementation:
50 virtual bool Send(IPC::Message* msg) OVERRIDE;
54 virtual IPC::Listener* GetChannelListener() OVERRIDE;
57 // IPC::Listener implementation:
58 virtual bool OnMessageReceived(const IPC
[all...]
/external/chromium_org/content/public/browser/
H A Dbrowser_message_filter.h30 public IPC::Sender {
34 // These match the corresponding IPC::ChannelProxy::MessageFilter methods and
36 virtual void OnFilterAdded(IPC::Channel* channel) {}
46 // IPC::Sender implementation. Can be called on any thread. Can't send sync
48 virtual bool Send(IPC::Message* message) OVERRIDE;
58 const IPC::Message& message,
66 const IPC::Message& message);
72 virtual bool OnMessageReceived(const IPC::Message& message,
87 static bool CheckCanDispatchOnUI(const IPC::Message& message,
88 IPC
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dpepper_in_process_router.cc22 class PepperInProcessRouter::Channel : public IPC::Sender {
24 Channel(const base::Callback<bool(IPC::Message*)>& callback)
29 virtual bool Send(IPC::Message* message) OVERRIDE {
34 base::Callback<bool(IPC::Message*)> callback_;
57 IPC::Sender* PepperInProcessRouter::GetPluginToRendererSender() {
61 IPC::Sender* PepperInProcessRouter::GetRendererToPluginSender() {
77 bool PepperInProcessRouter::OnPluginMsgReceived(const IPC::Message& msg) {
80 IPC::Message nested_msg;
109 bool PepperInProcessRouter::SendToHost(IPC::Message* msg) {
110 scoped_ptr<IPC
[all...]
H A Dhost_resource_var.cc17 const IPC::Message& creation_message)
21 creation_message_(new IPC::Message(creation_message)) {}
35 const IPC::Message* HostResourceVar::GetCreationMessage() const {
H A Dhost_resource_var.h32 const IPC::Message& creation_message);
38 virtual const IPC::Message* GetCreationMessage() const OVERRIDE;
61 scoped_ptr<IPC::Message> creation_message_;
/external/chromium_org/apps/app_shim/
H A Dapp_shim_host_mac.h18 namespace IPC { namespace
22 } // namespace IPC
28 class AppShimHost : public IPC::Listener,
29 public IPC::Sender,
36 // Creates a new server-side IPC channel at |handle|, which should contain a
37 // file descriptor of a channel created by an IPC::ChannelFactory, and begins
39 void ServeChannel(const IPC::ChannelHandle& handle);
42 // IPC::Listener implementation.
43 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
46 // IPC
[all...]
/external/chromium_org/chrome_frame/
H A Dsync_msg_reply_dispatcher.h13 // Base class used to allow synchronous IPC messages to be sent and
15 // your IPC channel using ChannelProxy::AddFilter(). From then on, before
36 // virtual bool HandleMessageType(const IPC::Message& msg,
47 // IPC::SyncChannel channel_;
53 class SyncMessageReplyDispatcher : public IPC::ChannelProxy::MessageFilter {
77 void Push(IPC::SyncMessage* msg, SyncMessageCallContext* context,
84 SyncMessageCallContext* GetContext(const IPC::Message& msg);
86 virtual bool OnMessageReceived(const IPC::Message& msg);
92 virtual bool HandleMessageType(const IPC::Message& msg,
96 void InvokeCallback(const IPC
[all...]
/external/chromium_org/remoting/host/
H A Dipc_util_posix.cc22 IPC::Listener* listener,
23 IPC::PlatformFileForTransit* client_out,
24 scoped_ptr<IPC::ChannelProxy>* server_out) {
45 // Wrap the pipe into an IPC channel.
47 IPC::ChannelHandle handle(socket_name, fd);
48 server_out->reset(new IPC::ChannelProxy(IPC::ChannelHandle(socket_name, fd),
49 IPC::Channel::MODE_SERVER,
/external/chromium_org/win8/viewer/
H A Dmetro_viewer_process_host.h22 namespace IPC { namespace
29 class MetroViewerProcessHost : public IPC::Listener,
30 public IPC::Sender,
34 // over IPC. The given task runner correspond to a thread on which
35 // IPC::Channel is created and used (e.g. IO thread). Instantly connects to
56 // IPC::Sender implementation:
57 virtual bool Send(IPC::Message* msg) OVERRIDE;
59 // IPC::Listener implementation:
60 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
63 // Called over IPC b
[all...]
/external/chromium/chrome/browser/search_engines/
H A Dsearch_provider_install_state_message_filter.h24 virtual bool OnMessageReceived(const IPC::Message& message,
36 IPC::Message* reply_msg);
41 IPC::Message* reply_msg);
/external/chromium_org/chrome_frame/test/net/
H A Dtest_automation_resource_message_filter.h15 // difference. Instead of being tied to an IPC channel running on Chrome's
31 virtual bool Send(IPC::Message* message);
34 IPC::Message* msg);
36 virtual bool OnMessageReceived(const IPC::Message& message);
/external/chromium_org/components/nacl/browser/
H A Dnacl_file_host.h18 namespace IPC { namespace
34 IPC::Message* reply_msg);
46 IPC::Message* reply_msg);
H A Dnacl_process_host.h31 namespace IPC { namespace
82 IPC::Message* reply_msg,
92 bool Send(IPC::Message* msg);
108 class PluginListener : public IPC::Listener {
111 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
128 virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
138 bool ReplyToRenderer(const IPC::ChannelHandle& channel_handle);
166 IPC::Message* reply_msg);
168 IPC::Message* reply_msg,
174 IPC
[all...]
/external/chromium_org/content/common/
H A Dsandbox_util.cc15 IPC::PlatformFileForTransit BrokerGetFileHandleForProcess(
19 IPC::PlatformFileForTransit out_handle;
26 out_handle = IPC::InvalidPlatformFileForTransit();
33 // generate IPC messages, and the handle must remain valid until it's sent to
/external/chromium_org/content/worker/
H A Dshared_worker_devtools_agent.h12 namespace IPC { namespace
29 bool OnMessageReceived(const IPC::Message& message);
41 bool Send(IPC::Message* message);
/external/chromium_org/ipc/
H A Dipc_platform_file.cc11 namespace IPC { namespace
16 IPC::PlatformFileForTransit out_handle;
29 out_handle = IPC::InvalidPlatformFileForTransit();
36 // generate IPC messages, and the handle must remain valid until it's sent to
48 } // namespace IPC
/external/chromium_org/ppapi/proxy/
H A Dinterface_proxy.h21 class InterfaceProxy : public IPC::Listener, public IPC::Sender {
49 // IPC::Sender implementation.
50 virtual bool Send(IPC::Message* msg);
52 // Sub-classes must implement IPC::Listener which contains this:
53 //virtual bool OnMessageReceived(const IPC::Message& msg);
H A Dserialized_flash_menu.h18 namespace IPC { namespace
34 void WriteToMessage(IPC::Message* m) const;
35 bool ReadFromMessage(const IPC::Message* m, PickleIterator* iter);
/external/chromium_org/tools/ipc_fuzzer/replay/
H A Dreplay_process.h20 class ReplayProcess : public IPC::Listener {
39 // IPC::Listener implementation.
40 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
46 scoped_ptr<IPC::ChannelProxy> channel_;
/external/chromium/chrome/browser/automation/
H A Dautomation_util.h19 namespace IPC { namespace
58 IPC::Message* reply_message);
64 IPC::Message* reply_message);
70 IPC::Message* reply_message);
/external/chromium/chrome/browser/net/
H A Dresolve_proxy_msg_helper.h25 // the stored IPC::Message pointers for pending requests.
39 virtual bool OnMessageReceived(const IPC::Message& message,
42 void OnResolveProxy(const GURL& url, IPC::Message* reply_msg);
58 PendingRequest(const GURL& url, IPC::Message* reply_msg) :
65 IPC::Message* reply_msg;
/external/chromium_org/chrome/browser/automation/
H A Dchrome_frame_automation_provider_win_unittest.cc23 void (const IPC::Message& message)); // NOLINT
38 IPC::Message bad_msg(1, -1, IPC::Message::PRIORITY_NORMAL);
43 EXPECT_CALL(*mock, OnUnhandledMessage(testing::Property(&IPC::Message::type,
/external/chromium_org/components/nacl/broker/
H A Dnacl_broker_listener.h14 namespace IPC { namespace
21 public IPC::Listener {
32 // IPC::Listener implementation.
34 virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
45 scoped_ptr<IPC::Channel> channel_;
/external/chromium_org/content/browser/renderer_host/
H A Dfile_utilities_message_filter.h17 namespace IPC { namespace
29 const IPC::Message& message,
31 virtual bool OnMessageReceived(const IPC::Message& message,
36 typedef void (*FileInfoWriteFunc)(IPC::Message* reply_msg,
/external/chromium_org/content/child/
H A Dchild_histogram_message_filter.h21 class ChildHistogramMessageFilter : public IPC::ChannelProxy::MessageFilter {
25 // IPC::ChannelProxy::MessageFilter implementation.
26 virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE;
28 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
44 IPC::Channel* channel_;

Completed in 6279 milliseconds

1234567891011>>