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

  /external/chromium_org/mojo/system/
shared_buffer_dispatcher.cc 31 SharedBufferDispatcher::kDefaultCreateOptions = {
37 MojoResult SharedBufferDispatcher::ValidateCreateOptions(
61 MojoResult SharedBufferDispatcher::Create(
64 scoped_refptr<SharedBufferDispatcher>* result) {
75 *result = new SharedBufferDispatcher(shared_buffer);
79 Dispatcher::Type SharedBufferDispatcher::GetType() const {
84 scoped_refptr<SharedBufferDispatcher> SharedBufferDispatcher::Deserialize(
91 return scoped_refptr<SharedBufferDispatcher>();
102 return scoped_refptr<SharedBufferDispatcher>();
    [all...]
shared_buffer_dispatcher_unittest.cc 20 // |SharedBufferDispatcher::ValidateCreateOptions()|, but the tests should be
36 SharedBufferDispatcher::ValidateCreateOptions(
48 SharedBufferDispatcher::ValidateCreateOptions(
68 SharedBufferDispatcher::ValidateCreateOptions(
86 SharedBufferDispatcher::ValidateCreateOptions(&options, &unused));
97 SharedBufferDispatcher::ValidateCreateOptions(&options, &unused));
102 scoped_refptr<SharedBufferDispatcher> dispatcher;
104 SharedBufferDispatcher::Create(
105 SharedBufferDispatcher::kDefaultCreateOptions, 100,
138 TEST(SharedBufferDispatcher, DuplicateBufferHandle)
    [all...]
shared_buffer_dispatcher.h 18 class MOJO_SYSTEM_IMPL_EXPORT SharedBufferDispatcher : public SimpleDispatcher {
39 scoped_refptr<SharedBufferDispatcher>* result);
46 static scoped_refptr<SharedBufferDispatcher> Deserialize(
53 explicit SharedBufferDispatcher(
55 virtual ~SharedBufferDispatcher();
92 DISALLOW_COPY_AND_ASSIGN(SharedBufferDispatcher);
multiprocess_message_pipe_unittest.cc 316 scoped_refptr<SharedBufferDispatcher> dispatcher(
317 static_cast<SharedBufferDispatcher*>(dispatchers[0].get()));
381 scoped_refptr<SharedBufferDispatcher> dispatcher;
383 SharedBufferDispatcher::Create(
384 SharedBufferDispatcher::kDefaultCreateOptions, 100,
core.cc 420 SharedBufferDispatcher::ValidateCreateOptions(options,
427 scoped_refptr<SharedBufferDispatcher> dispatcher;
428 result = SharedBufferDispatcher::Create(validated_options, num_bytes,
remote_message_pipe_unittest.cc 601 scoped_refptr<SharedBufferDispatcher> dispatcher;
603 SharedBufferDispatcher::Create(
604 SharedBufferDispatcher::kDefaultCreateOptions, 100,
668 static_cast<SharedBufferDispatcher*>(read_dispatchers[0].get());
dispatcher.cc 88 SharedBufferDispatcher::Deserialize(channel, source, size,

Completed in 256 milliseconds