OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadDataRaw
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/mojo/examples/content_handler_demo/
content_handler_demo.cc
51
MojoResult result =
ReadDataRaw
(body.get(), buf, &num_bytes,
/external/chromium_org/mojo/examples/wget/
wget.cc
49
MojoResult result =
ReadDataRaw
(body.get(), buf, &num_bytes,
/external/chromium_org/mojo/tools/package_manager/
package_fetcher.cc
64
MojoResult result =
ReadDataRaw
(body_.get(), buf, &num_bytes,
/external/chromium_org/mojo/public/cpp/system/
data_pipe.h
87
inline MojoResult
ReadDataRaw
(DataPipeConsumerHandle data_pipe_consumer,
/external/chromium_org/mojo/public/cpp/bindings/tests/
handle_passing_unittest.cc
95
ReadDataRaw
(pipe.get(), NULL, &data_size,
101
ReadDataRaw
(pipe.get(), data, &data_size,
/external/chromium_org/mojo/services/network/
url_loader_impl.cc
71
ReadDataRaw
(pipe_.get(), NULL, &num_bytes_, MOJO_READ_DATA_FLAG_QUERY);
90
ReadDataRaw
(pipe_.get(), buf->data(), &bytes_read,
/external/chromium_org/media/mojo/services/
media_type_converters.cc
176
ReadDataRaw
(input->data.get(), NULL, &num_bytes, MOJO_READ_DATA_FLAG_QUERY);
180
ReadDataRaw
(input->data.get(), data.get(), &num_bytes,
/external/chromium_org/device/serial/
data_sink_receiver.cc
298
mojo::
ReadDataRaw
(handle, NULL, &num_bytes, MOJO_READ_DATA_FLAG_DISCARD);
/external/chromium_org/mojo/examples/png_viewer/
png_viewer.cc
109
MojoResult result =
ReadDataRaw
(
Completed in 250 milliseconds