Home
last modified time | relevance | path

Searched refs:platform_channel (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/mojo/shell/
Dapp_child_process.cc171 embedder::ScopedPlatformHandle platform_channel, in Init() argument
174 DCHECK(platform_channel.is_valid()); in Init()
182 platform_channel.Pass(), in Init()
284 base::Passed(platform_channel()), blocker.GetUnblocker())); in Main()
Dapp_child_process_host.cc30 DCHECK(platform_channel()->is_valid()); in WillStart()
33 platform_channel()->Pass(), in WillStart()
Dchild_process.h43 embedder::ScopedPlatformHandle* platform_channel() { in platform_channel() function
Dchild_process_host.h53 embedder::ScopedPlatformHandle* platform_channel() { in platform_channel() function