Searched defs:ArrayWriter (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
H A Darray_writer.cc17 ArrayWriter::ArrayWriter() { Reset(); } function in class:ppapi::ArrayWriter
19 ArrayWriter::ArrayWriter(const PP_ArrayOutput& output) function in class:ppapi::ArrayWriter
22 ArrayWriter::~ArrayWriter() {}
24 void ArrayWriter::Reset() {
29 bool ArrayWriter::StoreResourceVector(
53 bool ArrayWriter::StoreResourceVector(const std::vector<PP_Resource>& input) {
77 bool ArrayWriter
[all...]
H A Darray_writer.h26 class PPAPI_SHARED_EXPORT ArrayWriter { class in namespace:ppapi
28 ArrayWriter(); // Creates an is_null() object
29 ArrayWriter(const PP_ArrayOutput& output);
30 ~ArrayWriter();
113 DISALLOW_COPY_AND_ASSIGN(ArrayWriter);

Completed in 80 milliseconds