OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:client_handle_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/mojo/embedder/
platform_channel_pair.cc
23
return
client_handle_
.Pass();
27
DCHECK(
client_handle_
.is_valid());
28
client_handle_
.reset();
platform_channel_pair_win.cc
58
client_handle_
.reset(PlatformHandle(
66
PCHECK(
client_handle_
.is_valid());
96
DCHECK(
client_handle_
.is_valid());
100
handle_passing_info->push_back(
client_handle_
.get().handle);
113
base::IntToString(HandleToLong(
client_handle_
.get().handle)));
platform_channel_pair_posix.cc
57
client_handle_
.reset(PlatformHandle(fds[1]));
58
DCHECK(
client_handle_
.is_valid());
86
DCHECK(
client_handle_
.is_valid());
95
handle_passing_info->push_back(std::pair<int, int>(
client_handle_
.get().fd,
platform_channel_pair.h
86
ScopedPlatformHandle
client_handle_
;
member in class:mojo::embedder::PlatformChannelPair
/external/chromium_org/content/browser/mojo/
mojo_application_host.cc
44
client_handle_
= channel_pair.PassClientHandle();
54
DCHECK(
client_handle_
.is_valid());
57
PlatformFileFromScopedPlatformHandle(
client_handle_
.Pass());
mojo_application_host.h
59
mojo::embedder::ScopedPlatformHandle
client_handle_
;
member in class:content::MojoApplicationHost
Completed in 2405 milliseconds