Home
last modified time | relevance | path

Searched defs:set_output (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ppapi/cpp/
Darray_output.h91 void set_output(std::vector<T>* output) { output_ = output; } in set_output() function
140 void set_output(T* output) { output_ = output; } in set_output() function
/external/chromium_org/ppapi/proxy/
Dproxy_array_output.h92 void set_output(std::vector<T>* output) { output_ = output; } in set_output() function