Searched refs:IPC (Results 1 - 25 of 1449) sorted by path

1234567891011>>

/external/chromium_org/android_webview/browser/
H A Daw_content_browser_client.cc45 // This class filters out incoming aw_contents related IPC messages for the
46 // renderer process on the IPC thread.
53 const IPC::Message& message,
56 const IPC::Message& message) OVERRIDE;
80 const IPC::Message& message, BrowserThread::ID* thread) {
86 bool AwContentsMessageFilter::OnMessageReceived(const IPC::Message& message) {
/external/chromium_org/android_webview/browser/renderer_host/
H A Daw_render_view_host_ext.cc127 bool AwRenderViewHostExt::OnMessageReceived(const IPC::Message& message) {
H A Daw_render_view_host_ext.h37 // IPC messages to the renderer and from there to WebKit.
87 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
H A Daw_resource_dispatcher_host_delegate.cc233 // via a sync IPC.
314 IPC::Sender* sender) {
H A Daw_resource_dispatcher_host_delegate.h18 namespace IPC { namespace
20 } // namespace IPC
59 IPC::Sender* sender) OVERRIDE;
H A Dprint_manager.cc38 bool PrintManager::OnMessageReceived(const IPC::Message& message) {
82 void PrintManager::OnGetDefaultPrintSettings(IPC::Message* reply_msg) {
118 void PrintManager::OnGetDefaultPrintSettingsReply(IPC::Message* reply_msg) {
H A Dprint_manager.h35 // IPC messages to the renderer and from there to WebKit.
60 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
64 void OnGetDefaultPrintSettingsReply(IPC::Message* reply_msg);
65 void OnGetDefaultPrintSettings(IPC::Message* reply_msg);
/external/chromium_org/android_webview/common/
H A Dandroid_webview_message_generator.cc19 namespace IPC { namespace
21 } // namespace IPC
25 namespace IPC { namespace
27 } // namespace IPC
31 namespace IPC { namespace
33 } // namespace IPC
H A Daw_content_client.cc61 bool AwContentClient::CanSendWhileSwappedOut(const IPC::Message* message) {
62 // For legacy API support we perform a few browser -> renderer synchronous IPC
63 // messages that block the browser. However, the synchronous IPC replies might
65 // Because of this we should never drop any synchronous IPC replies.
H A Daw_content_client.h25 virtual bool CanSendWhileSwappedOut(const IPC::Message* message) OVERRIDE;
H A Drender_view_messages.cc7 namespace IPC { namespace
9 // TODO - add enums and custom IPC traits here when needed.
11 } // namespace IPC
H A Drender_view_messages.h13 // Singly-included section for enums and custom IPC traits.
17 namespace IPC { namespace
19 // TODO - add enums and custom IPC traits here when needed.
21 } // namespace IPC
/external/chromium_org/android_webview/renderer/
H A Daw_render_process_observer.cc22 const IPC::Message& message) {
H A Daw_render_process_observer.h15 // specific render-process wide IPC messages.
22 virtual bool OnControlMessageReceived(const IPC::Message& message) OVERRIDE;
H A Daw_render_view_ext.cc154 bool AwRenderViewExt::OnMessageReceived(const IPC::Message& message) {
H A Daw_render_view_ext.h36 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
H A Dprint_render_frame_observer.cc22 const IPC::Message& message) {
H A Dprint_render_frame_observer.h20 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
22 // IPC handlers
H A Dprint_web_view_helper.cc823 bool PrintWebViewHelper::OnMessageReceived(const IPC::Message& message) {
1577 IPC::SyncMessage* msg =
1706 IPC::SyncMessage* msg =
H A Dprint_web_view_helper.h117 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
/external/chromium_org/apps/app_shim/
H A Dapp_shim_host_mac.cc24 void AppShimHost::ServeChannel(const IPC::ChannelHandle& handle) {
27 channel_ = IPC::ChannelProxy::Create(
29 IPC::Channel::MODE_SERVER,
43 bool AppShimHost::OnMessageReceived(const IPC::Message& message) {
61 bool AppShimHost::Send(IPC::Message* message) {
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...]
H A Dapp_shim_host_mac_unittest.cc22 bool ReceiveMessage(IPC::Message* message);
24 const std::vector<IPC::Message*>& sent_messages() {
29 virtual bool Send(IPC::Message* message) OVERRIDE;
32 ScopedVector<IPC::Message> sent_messages_;
37 bool TestingAppShimHost::ReceiveMessage(IPC::Message* message) {
43 bool TestingAppShimHost::Send(IPC::Message* message) {
73 IPC::Message* message = host()->sent_messages()[0];
81 implicit_cast<IPC::Listener*>(host_.release())->OnChannelError();
H A Dapp_shim_host_manager_mac.h24 : public IPC::ChannelFactory::Delegate,
47 // IPC::ChannelFactory::Delegate implementation.
48 virtual void OnClientConnected(const IPC::ChannelHandle& handle) OVERRIDE;
66 scoped_ptr<IPC::ChannelFactory> factory_;
/external/chromium_org/apps/app_shim/test/
H A Dapp_shim_host_manager_test_api_mac.cc18 IPC::ChannelFactory* AppShimHostManagerTestApi::factory() {

Completed in 298 milliseconds

1234567891011>>