Home
last modified time | relevance | path

Searched refs:SerializedVarTestConstructor (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ppapi/proxy/
Dserialized_var_unittest.cc39 SerializedVarTestConstructor input(host_object); in TEST_F()
87 SerializedVarTestConstructor input(kTestString); in TEST_F()
171 SerializedVarTestConstructor input1(host_object); in TEST_F()
179 SerializedVarTestConstructor input2(host_object); in TEST_F()
215 input1.push_back(SerializedVarTestConstructor(host_object)); in TEST_F()
216 input1.push_back(SerializedVarTestConstructor("elite")); in TEST_F()
231 input2.push_back(SerializedVarTestConstructor(host_object)); in TEST_F()
232 input2.push_back(SerializedVarTestConstructor("elite")); in TEST_F()
284 SerializedVarTestConstructor input1(host_object); in TEST_F()
294 SerializedVarTestConstructor input2(host_object); in TEST_F()
[all …]
Dserialized_var.h109 friend class SerializedVarTestConstructor; variable
482 class PPAPI_PROXY_EXPORT SerializedVarTestConstructor : public SerializedVar {
485 explicit SerializedVarTestConstructor(const PP_Var& pod_var);
488 explicit SerializedVarTestConstructor(const std::string& str);
Dserialized_var.cc451 SerializedVarTestConstructor::SerializedVarTestConstructor( in SerializedVarTestConstructor() function in ppapi::proxy::SerializedVarTestConstructor
457 SerializedVarTestConstructor::SerializedVarTestConstructor( in SerializedVarTestConstructor() function in ppapi::proxy::SerializedVarTestConstructor