HomeSort by relevance Sort by last modified time
    Searched defs:channel_info_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/mojo/embedder/
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.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 408 milliseconds