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() { Reset(); }
19 ArrayWriter::ArrayWriter(const PP_ArrayOutput& output)
22 ArrayWriter::~ArrayWriter() {}
24 void ArrayWriter::Reset() {
29 bool ArrayWriter::StoreResourceVector(
53 bool ArrayWriter::StoreResourceVector(const std::vector<PP_Resource>& input) {
77 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();
113 DISALLOW_COPY_AND_ASSIGN(ArrayWriter);
  /external/chromium_org/ppapi/proxy/
truetype_font_singleton_resource.cc 75 ArrayWriter output;
101 ArrayWriter output;
file_chooser_resource.h 69 ArrayWriter output_;
truetype_font_resource.cc 133 ArrayWriter output;
153 ArrayWriter output;
network_list_resource.cc 54 ArrayWriter writer(output);
device_enumeration_resource_helper.cc 168 ArrayWriter writer(output);
file_ref_resource.cc 240 ArrayWriter writer(output);
file_io_resource.cc 565 ArrayWriter output;

Completed in 266 milliseconds