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

  /external/libchrome/mojo/core/
shared_buffer_dispatcher_unittest.cc 181 scoped_refptr<SharedBufferDispatcher> dispatcher1; local
184 nullptr, 100, &dispatcher1));
188 EXPECT_EQ(MOJO_RESULT_OK, dispatcher1->MapBuffer(0, 100, &mapping));
192 // Duplicate |dispatcher1| and then close it.
195 dispatcher1->DuplicateBufferHandle(nullptr, &dispatcher2));
199 EXPECT_EQ(MOJO_RESULT_OK, dispatcher1->Close());
209 scoped_refptr<SharedBufferDispatcher> dispatcher1; local
212 nullptr, 100, &dispatcher1));
228 EXPECT_EQ(MOJO_RESULT_OK, dispatcher1->DuplicateBufferHandle(
239 dispatcher1->DuplicateBufferHandle(&kReadOnlyOptions
268 scoped_refptr<SharedBufferDispatcher> dispatcher1; local
    [all...]
core.cc 598 scoped_refptr<Dispatcher> dispatcher1; local
606 handles_->GetAndRemoveDispatcher(handle1, &dispatcher1);
609 dispatcher1->GetType() != Dispatcher::Type::MESSAGE_PIPE)
616 if (dispatcher1)
617 dispatcher1->Close();
624 static_cast<MessagePipeDispatcher*>(dispatcher1.get());
    [all...]

Completed in 350 milliseconds