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

  /external/chromium_org/ppapi/shared_impl/
array_writer.h 93 bool StoreResourceVector(const std::vector< scoped_refptr<Resource> >& input);
97 bool StoreResourceVector(const std::vector<PP_Resource>& input);
array_writer.cc 33 bool ArrayWriter::StoreResourceVector(
57 bool ArrayWriter::StoreResourceVector(const std::vector<PP_Resource>& input) {
  /external/chromium_org/ppapi/proxy/
device_enumeration_resource_helper.cc 216 if (!writer.StoreResourceVector(device_resources))
file_chooser_resource.cc 109 output_.StoreResourceVector(files);

Completed in 130 milliseconds