Searched refs:data_pipe (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/mojo/services/html_viewer/
H A Dblink_url_request_type_converters.cc8 #include "mojo/public/cpp/system/data_pipe.h"
71 DataPipe data_pipe(options);
73 data_pipe.consumer_handle.Pass());
74 WriteDataRaw(data_pipe.producer_handle.get(),
H A Dwebsockethandle_impl.cc168 DataPipe data_pipe; local
169 send_stream_ = data_pipe.producer_handle.Pass();
174 data_pipe.consumer_handle.Pass(),
/external/chromium_org/mojo/system/
H A Ddata_pipe_producer_dispatcher.cc8 #include "mojo/system/data_pipe.h"
17 void DataPipeProducerDispatcher::Init(scoped_refptr<DataPipe> data_pipe) { argument
18 DCHECK(data_pipe.get());
19 data_pipe_ = data_pipe;
H A Ddata_pipe_consumer_dispatcher.cc8 #include "mojo/system/data_pipe.h"
17 void DataPipeConsumerDispatcher::Init(scoped_refptr<DataPipe> data_pipe) { argument
18 DCHECK(data_pipe.get());
19 data_pipe_ = data_pipe;
H A Ddata_pipe_consumer_dispatcher.h26 void Init(scoped_refptr<DataPipe> data_pipe);
H A Ddata_pipe_producer_dispatcher.h26 void Init(scoped_refptr<DataPipe> data_pipe);
H A Dcore.cc15 #include "mojo/system/data_pipe.h"
381 scoped_refptr<DataPipe> data_pipe(new LocalDataPipe(validated_options));
382 producer_dispatcher->Init(data_pipe);
383 consumer_dispatcher->Init(data_pipe);
/external/chromium_org/extensions/renderer/resources/
H A Ddata_receiver.js230 serialized.data_pipe = this.receivePipe_;
263 serialized.data_pipe,
H A Ddata_sender.js309 serialized.data_pipe = this.sendPipe_,
340 serialized.sink, serialized.data_pipe, serialized.fatal_error_value);
/external/chromium_org/mojo/services/network/
H A Dweb_socket_impl.cc111 DataPipe data_pipe; local
112 receive_stream_ = data_pipe.producer_handle.Pass();
115 fail, selected_protocol, extensions, data_pipe.consumer_handle.Pass());
H A Durl_loader_impl.cc276 DataPipe data_pipe; local
280 response->body = data_pipe.consumer_handle.Pass();
281 response_body_stream_ = data_pipe.producer_handle.Pass();
/external/chromium_org/media/mojo/services/
H A Dmedia_type_converters.cc13 #include "mojo/public/cpp/system/data_pipe.h"
153 DataPipe data_pipe(options);
154 mojo_buffer->data = data_pipe.consumer_handle.Pass();
161 WriteDataRaw(data_pipe.producer_handle.get(),
/external/chromium_org/mojo/public/python/mojo/
H A Dsystem.pyx431 See mojo/public/c/system/data_pipe.h
457 See mojo/public/c/system/data_pipe.h
485 See mojo/public/c/system/data_pipe.h
508 See mojo/public/c/system/data_pipe.h
530 See mojo/public/c/system/data_pipe.h
635 See mojo/public/c/system/data_pipe.h
652 See mojo/public/c/system/data_pipe.h
H A Dc_core.pxd107 # data_pipe.h
/external/chromium_org/mojo/
H A Dmojo_system_impl.target.darwin-arm64.mk39 mojo/system/data_pipe.cc \
H A Dmojo_system_impl.target.darwin-mips.mk39 mojo/system/data_pipe.cc \
H A Dmojo_system_impl.target.darwin-mips64.mk39 mojo/system/data_pipe.cc \
H A Dmojo_system_impl.target.darwin-x86.mk39 mojo/system/data_pipe.cc \
H A Dmojo_system_impl.target.darwin-x86_64.mk39 mojo/system/data_pipe.cc \
H A Dmojo_system_impl.target.linux-arm64.mk39 mojo/system/data_pipe.cc \
H A Dmojo_system_impl.target.linux-mips.mk39 mojo/system/data_pipe.cc \
H A Dmojo_system_impl.target.linux-mips64.mk39 mojo/system/data_pipe.cc \
H A Dmojo_system_impl.target.linux-x86.mk39 mojo/system/data_pipe.cc \
H A Dmojo_system_impl.target.linux-x86_64.mk39 mojo/system/data_pipe.cc \
H A Dmojo_system_impl.target.darwin-arm.mk39 mojo/system/data_pipe.cc \

Completed in 272 milliseconds

12