HomeSort by relevance Sort by last modified time
    Searched refs:platform_support (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/mojo/system/
message_pipe_test_utils.h 29 explicit ChannelThread(embedder::PlatformSupport* platform_support);
57 embedder::PlatformSupport* platform_support() { return &platform_support_; } function in class:mojo::system::test::MultiprocessMessagePipeTestBase
shared_buffer_dispatcher_unittest.cc 48 embedder::PlatformSupport* platform_support() { return &platform_support_; } function in class:mojo::system::__anon13490::SharedBufferDispatcherTest
120 platform_support(),
159 platform_support(),
195 platform_support(),
221 platform_support(),
256 platform_support(),
265 platform_support(),
276 platform_support(),
channel.h 57 // |platform_support| (typically owned by |Core|) must remain alive until
59 explicit Channel(embedder::PlatformSupport* platform_support);
124 embedder::PlatformSupport* platform_support() const { function in class:mojo::system::Channel
message_pipe_test_utils.cc 35 ChannelThread::ChannelThread(embedder::PlatformSupport* platform_support)
36 : platform_support_(platform_support),
shared_buffer_dispatcher.h 44 embedder::PlatformSupport* platform_support,
core.h 41 explicit Core(scoped_ptr<embedder::PlatformSupport> platform_support);
52 embedder::PlatformSupport* platform_support() const { function in class:mojo::system::Core
message_pipe_perftest.cc 108 embedder::SimplePlatformSupport platform_support; local
109 test::ChannelThread channel_thread(&platform_support);
shared_buffer_dispatcher.cc 11 #include "mojo/embedder/platform_support.h"
66 embedder::PlatformSupport* platform_support,
76 platform_support->CreateSharedBuffer(static_cast<size_t>(num_bytes)));
127 channel->platform_support()->CreateSharedBufferFromHandle(
multiprocess_message_pipe_unittest.cc 46 embedder::SimplePlatformSupport platform_support; local
47 test::ChannelThread channel_thread(&platform_support);
214 embedder::SimplePlatformSupport platform_support; local
215 test::ChannelThread channel_thread(&platform_support);
327 platform_support(),
410 embedder::SimplePlatformSupport platform_support; local
411 test::ChannelThread channel_thread(&platform_support);
core.cc 12 #include "mojo/embedder/platform_support.h"
79 Core::Core(scoped_ptr<embedder::PlatformSupport> platform_support)
80 : platform_support_(platform_support.Pass()) {
470 platform_support(), validated_options, num_bytes, &dispatcher);
channel.cc 28 Channel::Channel(embedder::PlatformSupport* platform_support)
29 : platform_support_(platform_support),
remote_message_pipe_unittest.cc 95 embedder::PlatformSupport* platform_support() { return &platform_support_; } function in class:mojo::system::__anon13488::RemoteMessagePipeTest
698 platform_support(),
    [all...]
  /external/chromium_org/mojo/embedder/
embedder.h 22 MOJO_SYSTEM_IMPL_EXPORT void Init(scoped_ptr<PlatformSupport> platform_support);
embedder.cc 11 #include "mojo/embedder/platform_support.h"
49 new system::Channel(core->platform_support());
102 void Init(scoped_ptr<PlatformSupport> platform_support) {
103 system::entrypoints::SetCore(new system::Core(platform_support.Pass()));
  /external/chromium_org/mojo/python/system/mojo/
embedder.pyx 18 cdef extern from "mojo/embedder/platform_support.h" \
30 scoped_ptr[PlatformSupport] platform_support)
  /external/clang/test/SemaTemplate/
instantiate-invalid.cpp 39 class the_application : public agg::platform_support

Completed in 367 milliseconds