OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:channel_info_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/mojo/embedder/
channel_init.cc
15
:
channel_info_
(NULL),
20
if (
channel_info_
) {
23
base::Bind(&mojo::embedder::DestroyChannelOnIOThread,
channel_info_
));
55
host->
channel_info_
= channel;
channel_init.h
49
embedder::ChannelInfo*
channel_info_
;
member in class:mojo::embedder::ChannelInit
embedder_unittest.cc
39
channel_info_
(NULL) {
65
const ChannelInfo* channel_info() const { return
channel_info_
; }
70
CHECK(!
channel_info_
);
71
channel_info_
= channel_info;
76
CHECK(
channel_info_
);
77
DestroyChannelOnIOThread(
channel_info_
);
78
channel_info_
= NULL;
94
ChannelInfo*
channel_info_
;
member in class:mojo::embedder::__anon12799::ScopedTestChannel
/external/chromium_org/mojo/shell/
app_child_process_host.cc
23
channel_info_
(NULL) {
59
channel_info_
= channel_info;
app_child_process_host.h
47
embedder::ChannelInfo*
channel_info_
;
member in class:mojo::shell::AppChildProcessHost
app_child_process.cc
210
channel_info_
(NULL) {
217
channel_info_
= channel_info;
256
embedder::ChannelInfo*
channel_info_
;
member in class:mojo::shell::__anon12872::AppChildControllerImpl
Completed in 217 milliseconds