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

  /external/chromium_org/ppapi/proxy/
serialized_var_unittest.cc 39 SerializedVarTestConstructor input(host_object);
87 SerializedVarTestConstructor input(kTestString);
171 SerializedVarTestConstructor input1(host_object);
179 SerializedVarTestConstructor input2(host_object);
215 input1.push_back(SerializedVarTestConstructor(host_object));
216 input1.push_back(SerializedVarTestConstructor("elite"));
231 input2.push_back(SerializedVarTestConstructor(host_object));
232 input2.push_back(SerializedVarTestConstructor("elite"));
284 SerializedVarTestConstructor input1(host_object);
294 SerializedVarTestConstructor input2(host_object)
    [all...]
serialized_var.h 109 friend class SerializedVarTestConstructor;
139 // For the SerializedVarTestConstructor, this writes the Var value as if
482 class PPAPI_PROXY_EXPORT SerializedVarTestConstructor : public SerializedVar {
485 explicit SerializedVarTestConstructor(const PP_Var& pod_var);
488 explicit SerializedVarTestConstructor(const std::string& str);
serialized_var.cc 451 SerializedVarTestConstructor::SerializedVarTestConstructor(
457 SerializedVarTestConstructor::SerializedVarTestConstructor(

Completed in 90 milliseconds