OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IPC
(Results
151 - 175
of
259
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/chromium_org/content/public/renderer/
pepper_plugin_instance.h
32
namespace
IPC
{
70
// Switches this instance with one that uses the out of process
IPC
proxy.
74
const
IPC
::ChannelHandle& channel_handle,
renderer_ppapi_host.h
15
#include "
ipc
/ipc_platform_file.h"
27
namespace
IPC
{
114
// returns a handle that should be sent in exactly one
IPC
message. Upon
116
// message fails, the returned handle is properly closed by the
IPC
system. If
119
virtual
IPC
::PlatformFileForTransit ShareHandleWithRemote(
135
const std::vector<
IPC
::Message>& nested_msgs,
/external/chromium_org/content/renderer/pepper/
host_dispatcher_wrapper.h
14
namespace
IPC
{
34
bool Init(const
IPC
::ChannelHandle& channel_handle,
pepper_broker.h
15
namespace
IPC
{
36
const
IPC
::ChannelHandle& channel_handle);
61
const
IPC
::ChannelHandle& channel_handle);
pepper_in_process_router.h
13
namespace
IPC
{
22
// This class fakes an
IPC
channel so that we can take the new resources with
23
//
IPC
backends and run them in-process.
32
// The resources in ppapi/proxy assume that there is an
IPC
connection to
40
// support faking
IPC
channels for resources that send messages directly to the
45
// To keep things consistent, we provide an
IPC
::Sender for the browser channel
60
IPC
::Sender* GetPluginToRendererSender();
61
IPC
::Sender* GetRendererToPluginSender();
69
static bool OnPluginMsgReceived(const
IPC
::Message& msg);
72
bool SendToHost(
IPC
::Message *msg)
[
all
...]
renderer_ppapi_host_impl.h
14
namespace
IPC
{
59
// Returns the router that we use for in-process
IPC
emulation (see the
93
virtual
IPC
::PlatformFileForTransit ShareHandleWithRemote(
99
const std::vector<
IPC
::Message>& nested_msgs,
resource_converter.h
20
namespace
IPC
{
68
const
IPC
::Message& create_message);
75
const
IPC
::Message& create_message,
76
const
IPC
::Message& browser_host_create_message);
86
std::vector<
IPC
::Message> browser_host_create_messages_;
/external/chromium_org/content/worker/
worker_webkitplatformsupport_impl.h
17
namespace
IPC
{
36
IPC
::SyncMessageFilter* sync_message_filter,
115
scoped_refptr<
IPC
::SyncMessageFilter> sync_message_filter_;
/external/chromium_org/ipc/
ipc_channel_nacl.h
16
#include "
ipc
/ipc_channel.h"
17
#include "
ipc
/ipc_channel_reader.h"
19
namespace
IPC
{
37
ChannelImpl(const
IPC
::ChannelHandle& channel_handle,
54
bool CreatePipe(const
IPC
::ChannelHandle& channel_handle);
87
//
IPC
::ChannelReader expects to be able to call ReadData on us to
116
} // namespace
IPC
ipc_channel_reader.h
9
#include "
ipc
/ipc_channel.h"
11
namespace
IPC
{
15
// platform-specific
IPC
channel implementations.
33
// Call to process messages received from the
IPC
connection and dispatch
45
// Returns true if the given message is internal to the
IPC
implementation,
87
// Takes the given data received from the
IPC
channel and dispatches any
107
} // namespace
IPC
ipc_message_utils_unittest.cc
5
#include "
ipc
/ipc_message_utils.h"
8
#include "
ipc
/ipc_message.h"
11
namespace
IPC
{
33
IPC
::Message result_msg;
50
IPC
::Message dummy;
62
IPC
::Message message;
74
} // namespace
IPC
ipc_sync_message_filter.cc
5
#include "
ipc
/ipc_sync_message_filter.h"
12
#include "
ipc
/ipc_sync_message.h"
16
namespace
IPC
{
128
} // namespace
IPC
ipc_sync_message_filter.h
13
#include "
ipc
/ipc_channel_proxy.h"
14
#include "
ipc
/ipc_sync_message.h"
21
namespace
IPC
{
23
// This MessageFilter allows sending synchronous
IPC
messages from a thread
70
} // namespace
IPC
ipc_test_sink.cc
5
#include "
ipc
/ipc_test_sink.h"
7
#include "
ipc
/ipc_listener.h"
8
#include "
ipc
/ipc_message.h"
10
namespace
IPC
{
77
} // namespace
IPC
/external/chromium_org/ppapi/host/
resource_host.h
17
namespace
IPC
{
43
virtual bool HandleMessage(const
IPC
::Message& msg,
55
const
IPC
::Message& msg) OVERRIDE;
resource_message_filter.h
19
namespace
IPC
{
52
// const
IPC
::Message& message) OVERRIDE {
59
// const
IPC
::Message& msg,
99
virtual bool HandleMessage(const
IPC
::Message& msg,
104
const
IPC
::Message& msg) OVERRIDE;
112
const
IPC
::Message& message);
121
void DispatchMessage(const
IPC
::Message& msg,
/external/chromium_org/ppapi/proxy/
ppapi_command_buffer_proxy.h
15
namespace
IPC
{
69
bool Send(
IPC
::Message* msg);
proxy_channel.h
10
#include "
ipc
/ipc_listener.h"
11
#include "
ipc
/ipc_platform_file.h"
12
#include "
ipc
/ipc_sender.h"
13
#include "
ipc
/ipc_sync_channel.h"
21
namespace
IPC
{
29
: public
IPC
::Listener,
30
public
IPC
::Sender {
36
// Returns the dedicated message loop for processing
IPC
requests.
48
virtual
IPC
::PlatformFileForTransit ShareHandleWithRemote(
60
void InitWithTestSink(
IPC
::TestSink* test_sink)
[
all
...]
/external/chromium_org/printing/
pdf_render_settings.h
9
#include "
ipc
/ipc_param_traits.h"
35
namespace
IPC
{
41
} // namespace
IPC
/external/chromium_org/remoting/host/
chromoting_param_traits.cc
9
namespace
IPC
{
126
} // namespace
IPC
desktop_process.h
16
#include "
ipc
/ipc_listener.h"
19
namespace
IPC
{
21
} // namespace
IPC
31
public
IPC
::Listener,
44
//
IPC
::Listener implementation.
45
virtual bool OnMessageReceived(const
IPC
::Message& message) OVERRIDE;
52
// Creates the desktop agent and required threads and
IPC
channels. Returns
73
// Name of the
IPC
channel connecting the desktop process with the daemon
77
//
IPC
channel connecting the desktop process with the daemon process.
78
scoped_ptr<
IPC
::ChannelProxy> daemon_channel_
[
all
...]
ipc_video_frame_capturer.h
13
namespace
IPC
{
15
} // namespace
IPC
25
// Routes webrtc::ScreenCapturer calls though the
IPC
channel to the desktop
53
// Wraps the
IPC
channel to the desktop session agent.
/external/chromium_org/remoting/host/win/
unprivileged_process_delegate.h
15
#include "
ipc
/ipc_listener.h"
24
namespace
IPC
{
27
} // namespace
IPC
35
public
IPC
::Listener,
45
virtual void Send(
IPC
::Message* message) OVERRIDE;
50
//
IPC
::Listener implementation.
51
virtual bool OnMessageReceived(const
IPC
::Message& message) OVERRIDE;
64
// The server end of the
IPC
channel used to communicate to the worker
66
scoped_ptr<
IPC
::ChannelProxy> channel_;
/external/chromium/chrome/common/extensions/
extension_messages.cc
63
namespace
IPC
{
149
} // namespace
IPC
/external/chromium_org/chrome/browser/android/
shortcut_helper.h
23
namespace
IPC
{
32
//
IPC
message.
58
virtual bool OnMessageReceived(const
IPC
::Message& message) OVERRIDE;
Completed in 636 milliseconds
1
2
3
4
5
6
7
8
9
10
11