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

  /external/chromium_org/ppapi/shared_impl/
array_writer.cc 17 ArrayWriter::ArrayWriter() {
21 ArrayWriter::ArrayWriter(const PP_ArrayOutput& output)
25 ArrayWriter::~ArrayWriter() {
28 void ArrayWriter::Reset() {
33 bool ArrayWriter::StoreResourceVector(
57 bool ArrayWriter::StoreResourceVector(const std::vector<PP_Resource>& input) {
81 bool ArrayWriter::StoreVarVector
    [all...]
array_writer.h 26 class PPAPI_SHARED_EXPORT ArrayWriter {
28 ArrayWriter(); // Creates an is_null() object
29 ArrayWriter(const PP_ArrayOutput& output);
30 ~ArrayWriter();
115 DISALLOW_COPY_AND_ASSIGN(ArrayWriter);
  /external/chromium_org/ppapi/proxy/
truetype_font_resource.cc 99 ArrayWriter output;
119 ArrayWriter output;
truetype_font_singleton_resource.cc 75 ArrayWriter output;
101 ArrayWriter output;
file_chooser_resource.h 69 ArrayWriter output_;
device_enumeration_resource_helper.cc 207 ArrayWriter writer(output);
file_ref_resource.cc 257 ArrayWriter writer(output);
file_io_resource.cc 381 ArrayWriter output;
ppb_file_ref_proxy.cc 280 ArrayWriter writer(output);

Completed in 175 milliseconds