/external/chromium_org/content/common/ |
content_param_traits_macros.h | 6 // This allows the use of IPC serialization macros in more than one IPC message 12 #include "ipc/ipc_message_macros.h"
|
gamepad_messages.h | 8 #include "ipc/ipc_message_macros.h" 9 #include "ipc/ipc_param_traits.h" 10 #include "ipc/ipc_platform_file.h"
|
power_monitor_messages.h | 7 #include "ipc/ipc_message_macros.h" 8 #include "ipc/ipc_param_traits.h" 9 #include "ipc/ipc_platform_file.h"
|
sandbox_util.h | 9 #include "ipc/ipc_platform_file.h" 18 // IPC::GetFileHandleForProcess() 19 IPC::PlatformFileForTransit BrokerGetFileHandleForProcess(
|
/external/chromium_org/content/public/browser/ |
utility_process_host_client.h | 11 namespace IPC { 26 // Allow the client to filter IPC messages. 27 virtual bool OnMessageReceived(const IPC::Message& message) = 0;
|
/external/chromium_org/content/public/common/ |
child_process_host_delegate.h | 11 #include "ipc/ipc_listener.h" 16 class ChildProcessHostDelegate : public IPC::Listener { 26 // Called when the child process unexpected closes the IPC channel. Delegates
|
/external/chromium_org/content/public/renderer/ |
render_process_observer.h | 11 namespace IPC { 17 // Base class for objects that want to filter control IPC messages and get 25 virtual bool OnControlMessageReceived(const IPC::Message& message);
|
/external/chromium_org/content/renderer/input/ |
input_event_filter.h | 16 #include "ipc/ipc_channel_proxy.h" 31 public IPC::ChannelProxy::MessageFilter { 33 InputEventFilter(IPC::Listener* main_listener, 53 // IPC::ChannelProxy::MessageFilter methods: 54 virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE; 57 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; 60 friend class IPC::ChannelProxy::MessageFilter; 63 void ForwardToMainListener(const IPC::Message& message); 64 void ForwardToHandler(const IPC::Message& message); 69 void SendMessageOnIOThread(const IPC::Message& message) [all...] |
/external/chromium_org/content/renderer/java/ |
java_bridge_channel.h | 10 #include "ipc/ipc_channel_handle.h" 18 const IPC::ChannelHandle& channel_handle, 25 virtual bool OnControlMessageReceived(const IPC::Message& msg) OVERRIDE;
|
/external/chromium_org/content/renderer/ |
mhtml_generator.h | 10 #include "ipc/ipc_platform_file.h" 22 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; 25 IPC::PlatformFileForTransit file_for_transit);
|
/external/chromium_org/content/renderer/pepper/ |
host_resource_var.cc | 17 const IPC::Message& creation_message) 21 creation_message_(new IPC::Message(creation_message)) {} 35 const IPC::Message* HostResourceVar::GetCreationMessage() const {
|
ppb_broker_impl.h | 12 #include "ipc/ipc_listener.h" 21 namespace IPC { 30 public IPC::Listener, 52 // IPC::Listener implementation. 53 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; 56 const IPC::ChannelHandle& handle);
|
/external/chromium_org/content/worker/ |
shared_worker_devtools_agent.h | 12 namespace IPC { 29 bool OnMessageReceived(const IPC::Message& message); 41 bool Send(IPC::Message* message);
|
/external/chromium_org/gpu/ipc/ |
gpu_command_buffer_traits.h | 8 #include "ipc/ipc_message_utils.h" 16 namespace IPC { 34 } // namespace IPC
|
/external/chromium_org/ppapi/proxy/ |
serialized_flash_menu.h | 18 namespace IPC { 34 void WriteToMessage(IPC::Message* m) const; 35 bool ReadFromMessage(const IPC::Message* m, PickleIterator* iter);
|
/external/chromium_org/sandbox/win/src/ |
handle_dispatcher.h | 14 // This class handles handle-related IPC calls. 24 // Processes IPC requests coming from calls to 26 bool DuplicateHandleProxy(IPCInfo* ipc, HANDLE source_handle,
|
named_pipe_dispatcher.h | 15 // This class handles named pipe related IPC calls. 25 // Processes IPC requests coming from calls to CreateNamedPipeW() in the 27 bool CreateNamedPipe(IPCInfo* ipc, base::string16* name, DWORD open_mode,
|
/external/chromium_org/tools/ipc_fuzzer/message_lib/ |
message_lib.gyp | 16 '../../../ipc/ipc.gyp:ipc',
|
/external/chromium/chrome/browser/automation/ |
automation_provider.h | 32 #include "ipc/ipc_channel.h" 45 namespace IPC { 81 : public IPC::Channel::Listener, 82 public IPC::Message::Sender, 93 // as a server, create a named IPC socket with channel_id as its 96 // a connection on its primary IPC channel. See ipc/ipc_channel_posix.cc 126 // IPC implementations 127 virtual bool Send(IPC::Message* msg); 129 virtual bool OnMessageReceived(const IPC::Message& msg) [all...] |
automation_provider_observers.h | 58 namespace IPC { 137 IPC::Message* reply_message); 151 scoped_ptr<IPC::Message> reply_message_; 160 IPC::Message* reply_message, 175 scoped_ptr<IPC::Message> reply_message_; 206 IPC::Message* reply_message); 213 scoped_ptr<IPC::Message> reply_message_; 223 IPC::Message* reply_message); 231 scoped_ptr<IPC::Message> reply_message_; 243 IPC::Message* reply_message [all...] |
/external/chromium_org/content/child/appcache/ |
appcache_dispatcher.h | 13 #include "ipc/ipc_listener.h" 22 class AppCacheDispatcher : public IPC::Listener { 24 AppCacheDispatcher(IPC::Sender* sender, 30 // IPC::Listener implementation 31 virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE; 34 // Ipc message handlers
|
/external/chromium_org/ipc/ |
ipc_channel_factory.h | 10 #include "ipc/ipc_channel_handle.h" 11 #include "ipc/ipc_export.h" 13 namespace IPC { 17 // delegate. The delegate is then responsible for creating a new IPC::Channel 24 // responsibility to create an IPC::Channel for the handle, or else close 56 } // namespace IPC
|
ipc_fuzzing_tests.cc | 11 #include "ipc/ipc_test_base.h" 14 // IPC messages for testing ---------------------------------------------------- 17 #include "ipc/ipc_message_macros.h" 27 // Message to create a mutex in the IPC server, using the received name. 41 IPC::Message m(0, 1, IPC::Message::PRIORITY_NORMAL); 54 IPC::Message m(0, 1, IPC::Message::PRIORITY_NORMAL); 65 IPC::Message m(0, 1, IPC::Message::PRIORITY_NORMAL) [all...] |
/external/chromium_org/apps/app_shim/test/ |
app_shim_host_manager_test_api_mac.h | 16 namespace IPC { 28 IPC::ChannelFactory* factory();
|
/external/chromium_org/chrome/common/media_galleries/ |
picasa_types.h | 14 #include "ipc/ipc_platform_file.h" 74 IPC::PlatformFileForTransit indicator_file; 76 IPC::PlatformFileForTransit category_file; 77 IPC::PlatformFileForTransit date_file; 78 IPC::PlatformFileForTransit filename_file; 79 IPC::PlatformFileForTransit name_file; 80 IPC::PlatformFileForTransit token_file; 81 IPC::PlatformFileForTransit uid_file;
|