Searched refs:embedder (Results 126 - 139 of 139) sorted by path

123456

/external/chromium_org/mojo/system/
H A Dplatform_handle_dispatcher.h9 #include "mojo/embedder/scoped_platform_handle.h"
17 // the embedder).
22 embedder::ScopedPlatformHandle platform_handle);
24 embedder::ScopedPlatformHandle PassPlatformHandle();
35 embedder::PlatformHandleVector* platform_handles);
51 embedder::PlatformHandleVector* platform_handles) OVERRIDE;
53 embedder::ScopedPlatformHandle platform_handle_;
H A Dplatform_handle_dispatcher_unittest.cc34 embedder::ScopedPlatformHandle h(
H A Draw_channel.cc59 const embedder::PlatformHandleVector* all_platform_handles =
75 embedder::PlatformHandle** platform_handles,
80 embedder::PlatformHandleVector* all_platform_handles =
339 embedder::ScopedPlatformHandleVectorPtr platform_handles;
H A Draw_channel.h15 #include "mojo/embedder/platform_handle_vector.h"
16 #include "mojo/embedder/scoped_platform_handle.h"
69 embedder::ScopedPlatformHandleVectorPtr platform_handles) = 0;
86 static scoped_ptr<RawChannel> Create(embedder::ScopedPlatformHandle handle);
170 embedder::PlatformHandle** platform_handles,
258 virtual embedder::ScopedPlatformHandleVectorPtr GetReadPlatformHandles(
H A Draw_channel_posix.cc22 #include "mojo/embedder/platform_channel_utils_posix.h"
23 #include "mojo/embedder/platform_handle.h"
24 #include "mojo/embedder/platform_handle_vector.h"
35 explicit RawChannelPosix(embedder::ScopedPlatformHandle handle);
52 virtual embedder::ScopedPlatformHandleVectorPtr GetReadPlatformHandles(
72 embedder::ScopedPlatformHandle fd_;
80 std::deque<embedder::PlatformHandle> read_platform_handles_;
94 RawChannelPosix::RawChannelPosix(embedder::ScopedPlatformHandle handle)
115 embedder::CloseAllPlatformHandles(&read_platform_handles_);
126 embedder
[all...]
H A Draw_channel_unittest.cc26 #include "mojo/embedder/platform_channel_pair.h"
27 #include "mojo/embedder/platform_handle.h"
28 #include "mojo/embedder/scoped_platform_handle.h"
61 bool WriteTestMessageToHandle(const embedder::PlatformHandle& handle,
79 embedder::PlatformChannelPair channel_pair;
94 embedder::ScopedPlatformHandle handles[2];
112 embedder::ScopedPlatformHandleVectorPtr /*platform_handles*/) OVERRIDE {
129 explicit TestMessageReaderAndChecker(embedder::PlatformHandle handle)
185 const embedder::PlatformHandle handle_;
228 embedder
[all...]
H A Draw_channel_win.cc20 #include "mojo/embedder/platform_handle.h"
74 RawChannelWin(embedder::ScopedPlatformHandle handle);
92 embedder::ScopedPlatformHandle handle);
138 embedder::ScopedPlatformHandle handle_;
165 virtual embedder::ScopedPlatformHandleVectorPtr GetReadPlatformHandles(
176 embedder::ScopedPlatformHandle handle_;
187 embedder::ScopedPlatformHandle handle)
348 RawChannelWin::RawChannelWin(embedder::ScopedPlatformHandle handle)
436 embedder::ScopedPlatformHandleVectorPtr RawChannelWin::GetReadPlatformHandles(
441 return embedder
[all...]
H A Dremote_message_pipe_unittest.cc24 #include "mojo/embedder/platform_channel_pair.h"
25 #include "mojo/embedder/platform_shared_buffer.h"
26 #include "mojo/embedder/scoped_platform_handle.h"
27 #include "mojo/embedder/simple_platform_support.h"
95 embedder::PlatformSupport* platform_support() { return &platform_support_; }
102 embedder::PlatformChannelPair channel_pair;
169 embedder::SimplePlatformSupport platform_support_;
171 embedder::ScopedPlatformHandle platform_handles_[2];
705 scoped_ptr<embedder::PlatformSharedBufferMapping> mapping0;
778 scoped_ptr<embedder
[all...]
H A Dshared_buffer_dispatcher.cc11 #include "mojo/embedder/platform_support.h"
66 embedder::PlatformSupport* platform_support,
75 scoped_refptr<embedder::PlatformSharedBuffer> shared_buffer(
93 embedder::PlatformHandleVector* platform_handles) {
119 embedder::PlatformHandle platform_handle;
126 scoped_refptr<embedder::PlatformSharedBuffer> shared_buffer(
128 num_bytes, embedder::ScopedPlatformHandle(platform_handle)));
140 scoped_refptr<embedder::PlatformSharedBuffer> shared_buffer)
190 scoped_refptr<embedder::PlatformSharedBuffer> shared_buffer;
213 scoped_ptr<embedder
[all...]
H A Dshared_buffer_dispatcher.h9 #include "mojo/embedder/platform_shared_buffer.h"
16 namespace embedder { namespace in namespace:mojo
44 embedder::PlatformSupport* platform_support,
58 embedder::PlatformHandleVector* platform_handles);
62 scoped_refptr<embedder::PlatformSharedBuffer> shared_buffer_);
85 scoped_ptr<embedder::PlatformSharedBufferMapping>* mapping) OVERRIDE;
93 embedder::PlatformHandleVector* platform_handles) OVERRIDE;
95 scoped_refptr<embedder::PlatformSharedBuffer> shared_buffer_;
H A Dshared_buffer_dispatcher_unittest.cc11 #include "mojo/embedder/platform_shared_buffer.h"
12 #include "mojo/embedder/simple_platform_support.h"
48 embedder::PlatformSupport* platform_support() { return &platform_support_; }
51 embedder::SimplePlatformSupport platform_support_;
128 scoped_ptr<embedder::PlatformSharedBufferMapping> mapping1;
138 scoped_ptr<embedder::PlatformSharedBufferMapping> mapping2;
165 scoped_ptr<embedder::PlatformSharedBufferMapping> mapping;
281 scoped_ptr<embedder::PlatformSharedBufferMapping> mapping;
H A Dtransport_data.cc124 platform_handles_.reset(new embedder::PlatformHandleVector());
198 embedder::ScopedPlatformHandleVectorPtr platform_handles)
229 // |TransportData(embedder::ScopedPlatformHandleVectorPtr)|. (This check isn't
316 embedder::ScopedPlatformHandleVectorPtr platform_handles,
H A Dtransport_data.h16 #include "mojo/embedder/platform_handle.h"
17 #include "mojo/embedder/platform_handle_vector.h"
101 embedder::ScopedPlatformHandleVectorPtr platform_handles);
116 const embedder::PlatformHandleVector* platform_handles() const {
119 embedder::PlatformHandleVector* platform_handles() {
148 embedder::ScopedPlatformHandleVectorPtr platform_handles,
184 embedder::ScopedPlatformHandleVectorPtr platform_handles_;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DWrapperTypeInfo.h196 COMPILE_ASSERT(offsetof(struct WrapperTypeInfo, ginEmbedder) == offsetof(struct gin::WrapperInfo, embedder), wrapper_type_info_compatible_to_gin);

Completed in 409 milliseconds

123456