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

  /external/chromium_org/mojo/system/
shared_buffer_dispatcher.cc 75 scoped_refptr<embedder::PlatformSharedBuffer> shared_buffer(
77 if (!shared_buffer.get())
80 *result = new SharedBufferDispatcher(shared_buffer);
126 scoped_refptr<embedder::PlatformSharedBuffer> shared_buffer(
129 if (!shared_buffer.get()) {
136 new SharedBufferDispatcher(shared_buffer));
140 scoped_refptr<embedder::PlatformSharedBuffer> shared_buffer)
141 : shared_buffer_(shared_buffer) {
190 scoped_refptr<embedder::PlatformSharedBuffer> shared_buffer; local
191 shared_buffer.swap(shared_buffer_)
    [all...]
  /external/chromium_org/remoting/host/
desktop_session_proxy.cc 479 scoped_refptr<IpcSharedBufferCore> shared_buffer = local
482 if (shared_buffer->memory() != NULL &&
483 !shared_buffers_.insert(std::make_pair(id, shared_buffer)).second) {

Completed in 235 milliseconds