Home
last modified time | relevance | path

Searched refs:platform_support_ (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/mojo/system/
Dmessage_pipe_test_utils.h41 embedder::PlatformSupport* const platform_support_; variable
57 embedder::PlatformSupport* platform_support() { return &platform_support_; } in platform_support()
61 embedder::SimplePlatformSupport platform_support_;
Dmessage_pipe_test_utils.cc36 : platform_support_(platform_support), in ChannelThread()
78 channel_ = new Channel(platform_support_); in InitChannelOnIOThread()
102 : channel_thread_(&platform_support_) { in MultiprocessMessagePipeTestBase()
Dchannel.h125 return platform_support_; in platform_support()
168 embedder::PlatformSupport* const platform_support_; variable
Dcore.h53 return platform_support_.get(); in platform_support()
140 const scoped_ptr<embedder::PlatformSupport> platform_support_; variable
Dshared_buffer_dispatcher_unittest.cc48 embedder::PlatformSupport* platform_support() { return &platform_support_; } in platform_support()
51 embedder::SimplePlatformSupport platform_support_; member in mojo::system::__anon293b3d430111::SharedBufferDispatcherTest
Dchannel_unittest.cc46 channel_ = new Channel(&platform_support_); in CreateChannelOnIOThread()
82 embedder::SimplePlatformSupport platform_support_; member in mojo::system::__anonebef0e860111::ChannelTest
Dremote_message_pipe_unittest.cc95 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
Dchannel.cc29 : platform_support_(platform_support), in Channel()
Dcore.cc80 : platform_support_(platform_support.Pass()) { in Core()
/external/chromium_org/content/public/test/
Dunittest_test_suite.cc21 platform_support_.reset(new TestWebKitPlatformSupport); in UnitTestTestSuite()
27 platform_support_.reset(); in ~UnitTestTestSuite()
Dunittest_test_suite.h35 scoped_ptr<TestWebKitPlatformSupport> platform_support_; variable