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

  /external/chromium_org/mojo/examples/hello_world_service/
hello_world_service_impl.cc 16 client_.SetPeer(this);
  /external/chromium_org/mojo/examples/sample_app/
native_viewport_client_impl.cc 17 service_.SetPeer(this);
gles2_client_impl.cc 26 service_.SetPeer(this);
  /external/chromium_org/mojo/services/gles2/
gles2_impl.cc 16 client_.SetPeer(this);
  /external/chromium_org/content/browser/
byte_stream.cc 44 // SetPeer may happen anywhere; all other operations on each class must
54 void SetPeer(ByteStreamReaderImpl* peer,
114 void SetPeer(ByteStreamWriterImpl* peer,
200 void ByteStreamWriterImpl::SetPeer(
329 void ByteStreamReaderImpl::SetPeer(
456 in->SetPeer(out, output_task_runner, output_flag);
457 out->SetPeer(in, input_task_runner, input_flag);
  /external/chromium_org/mojo/public/tests/
bindings_remote_ptr_unittest.cc 20 ui_.SetPeer(this);
47 calculator_.SetPeer(this);
bindings_handle_passing_unittest.cc 22 client_.SetPeer(this);
62 factory_.SetPeer(this);
  /external/chromium_org/mojo/public/bindings/lib/
remote_ptr.h 26 // foo_.SetPeer(this);
42 // client_.SetPeer(this);
100 void SetPeer(typename S::_Peer::_Stub* peer) {
  /external/chromium_org/mojo/services/native_viewport/
native_viewport_impl.cc 35 client_.SetPeer(this);

Completed in 112 milliseconds