HomeSort by relevance Sort by last modified time
    Searched defs:set_output (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ppapi/proxy/
proxy_array_output.h 92 void set_output(std::vector<T>* output) { output_ = output; } function in class:ppapi::proxy::ArrayOutputAdapter
113 this->set_output(&output_storage_);
  /external/chromium_org/ppapi/cpp/
array_output.h 91 void set_output(std::vector<T>* output) { output_ = output; } function in class:pp::ArrayOutputAdapter
140 void set_output(T* output) { output_ = output; } function in class:pp::ResourceArrayOutputAdapter
179 this->set_output(&output_storage_);
238 set_output(&temp_storage_);

Completed in 1388 milliseconds