OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PlatformFileForTransit
(Results
1 - 25
of
97
) sorted by null
1
2
3
4
/external/chromium_org/ipc/
ipc_platform_file.h
20
typedef base::PlatformFile
PlatformFileForTransit
;
22
typedef base::FileDescriptor
PlatformFileForTransit
;
25
inline
PlatformFileForTransit
InvalidPlatformFileForTransit() {
34
const
PlatformFileForTransit
& transit) {
43
IPC_EXPORT
PlatformFileForTransit
GetFileHandleForProcess(
ipc_platform_file.cc
13
PlatformFileForTransit
GetFileHandleForProcess(base::PlatformFile handle,
16
IPC::
PlatformFileForTransit
out_handle;
/external/chromium_org/content/common/
sandbox_util.h
19
IPC::
PlatformFileForTransit
BrokerGetFileHandleForProcess(
sandbox_util.cc
15
IPC::
PlatformFileForTransit
BrokerGetFileHandleForProcess(
19
IPC::
PlatformFileForTransit
out_handle;
database_messages.h
41
IPC::
PlatformFileForTransit
/* file_handle */)
/external/chromium_org/chrome/common/media_galleries/
picasa_types.h
58
IPC::
PlatformFileForTransit
indicator_file;
60
IPC::
PlatformFileForTransit
category_file;
61
IPC::
PlatformFileForTransit
date_file;
62
IPC::
PlatformFileForTransit
filename_file;
63
IPC::
PlatformFileForTransit
name_file;
64
IPC::
PlatformFileForTransit
token_file;
65
IPC::
PlatformFileForTransit
uid_file;
/external/chromium_org/components/nacl/common/
nacl_host_messages.h
70
IPC::
PlatformFileForTransit
/* output file */)
75
IPC::
PlatformFileForTransit
/* out file */)
90
IPC::
PlatformFileForTransit
/* output file */)
108
IPC::
PlatformFileForTransit
/* output file */,
nacl_messages.h
88
IPC::
PlatformFileForTransit
, /* fd */
/external/chromium_org/content/renderer/
mhtml_generator.h
25
IPC::
PlatformFileForTransit
file_for_transit);
/external/chromium_org/content/renderer/pepper/
pepper_proxy_channel_delegate_impl.h
21
virtual IPC::
PlatformFileForTransit
ShareHandleWithRemote(
pepper_proxy_channel_delegate_impl.cc
26
IPC::
PlatformFileForTransit
/external/chromium_org/ppapi/proxy/
serialized_handle.h
49
const IPC::
PlatformFileForTransit
& descriptor);
64
const IPC::
PlatformFileForTransit
& descriptor() const {
78
void set_socket(const IPC::
PlatformFileForTransit
& socket) {
85
void set_channel_handle(const IPC::
PlatformFileForTransit
& descriptor) {
92
void set_file_handle(const IPC::
PlatformFileForTransit
& descriptor,
141
IPC::
PlatformFileForTransit
descriptor_;
broker_dispatcher.h
35
IPC::
PlatformFileForTransit
handle,
ppb_broker_proxy.h
38
IPC::
PlatformFileForTransit
foreign_socket_handle,
proxy_channel.h
48
virtual IPC::
PlatformFileForTransit
ShareHandleWithRemote(
68
IPC::
PlatformFileForTransit
ShareHandleWithRemote(
/external/chromium/chrome/common/safe_browsing/
safebrowsing_messages.h
50
IPC::
PlatformFileForTransit
/* model_file */)
/external/chromium_org/remoting/host/
desktop_session_connector.h
50
IPC::
PlatformFileForTransit
desktop_pipe) = 0;
ipc_util.h
39
IPC::
PlatformFileForTransit
* client_out,
chromoting_messages.h
57
IPC::
PlatformFileForTransit
/* desktop_pipe */)
122
IPC::
PlatformFileForTransit
/* desktop_pipe */)
134
IPC::
PlatformFileForTransit
/* handle */,
desktop_process_unittest.cc
48
MOCK_METHOD1(OnDesktopAttached, void(IPC::
PlatformFileForTransit
));
105
void ConnectNetworkChannel(IPC::
PlatformFileForTransit
desktop_process);
106
void OnDesktopAttached(IPC::
PlatformFileForTransit
desktop_process);
171
IPC::
PlatformFileForTransit
desktop_process) {
186
IPC::
PlatformFileForTransit
desktop_process) {
/external/chromium_org/chrome/utility/
chrome_content_utility_client.h
84
const IPC::
PlatformFileForTransit
& zip_file);
87
const IPC::
PlatformFileForTransit
& media_file);
96
const IPC::
PlatformFileForTransit
& itunes_library_file);
/external/chromium_org/content/browser/download/
mhtml_generation_manager.h
54
IPC::
PlatformFileForTransit
renderer_file;
78
IPC::
PlatformFileForTransit
renderer_file);
/external/chromium/chrome/common/
spellcheck_messages.h
43
IPC::
PlatformFileForTransit
/* bdict_file */,
/external/chromium_org/content/public/renderer/
renderer_ppapi_host.h
105
virtual IPC::
PlatformFileForTransit
ShareHandleWithRemote(
/external/chromium_org/chrome/common/
chrome_utility_messages.h
165
IPC::
PlatformFileForTransit
/* zip_file */)
178
IPC::
PlatformFileForTransit
/* XML file to parse */)
199
IPC::
PlatformFileForTransit
/* Media file to parse */)
Completed in 2812 milliseconds
1
2
3
4