Home | Sort by relevance Sort by last modified time |
/external/chromium_org/ppapi/cpp/ | |
array_output.cc | 21 set_output(&temp_storage_); |
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_); |
directory_entry.cc | 50 set_output(&temp_storage_); |
/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/dev/ | |
truetype_font_dev.h | 223 set_output(&temp_storage_); |