Searched refs:platform_support_ (Results 1 – 11 of 11) sorted by relevance
41 embedder::PlatformSupport* const platform_support_; variable57 embedder::PlatformSupport* platform_support() { return &platform_support_; } in platform_support()61 embedder::SimplePlatformSupport platform_support_;
36 : platform_support_(platform_support), in ChannelThread()78 channel_ = new Channel(platform_support_); in InitChannelOnIOThread()102 : channel_thread_(&platform_support_) { in MultiprocessMessagePipeTestBase()
125 return platform_support_; in platform_support()168 embedder::PlatformSupport* const platform_support_; variable
53 return platform_support_.get(); in platform_support()140 const scoped_ptr<embedder::PlatformSupport> platform_support_; variable
48 embedder::PlatformSupport* platform_support() { return &platform_support_; } in platform_support()51 embedder::SimplePlatformSupport platform_support_; member in mojo::system::__anon293b3d430111::SharedBufferDispatcherTest
46 channel_ = new Channel(&platform_support_); in CreateChannelOnIOThread()82 embedder::SimplePlatformSupport platform_support_; member in mojo::system::__anonebef0e860111::ChannelTest
95 embedder::PlatformSupport* platform_support() { return &platform_support_; } in platform_support()125 channels_[channel_index] = new Channel(&platform_support_); in CreateAndInitChannel()169 embedder::SimplePlatformSupport platform_support_; member in mojo::system::__anonaf5161ca0111::RemoteMessagePipeTest
29 : platform_support_(platform_support), in Channel()
80 : platform_support_(platform_support.Pass()) { in Core()
21 platform_support_.reset(new TestWebKitPlatformSupport); in UnitTestTestSuite()27 platform_support_.reset(); in ~UnitTestTestSuite()
35 scoped_ptr<TestWebKitPlatformSupport> platform_support_; variable