Home
last modified time | relevance | path

Searched refs:SerializedVarOutParam (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/ppapi/proxy/
Dppb_var_deprecated_proxy.h23 class SerializedVarOutParam; variable
42 SerializedVarOutParam exception,
46 SerializedVarOutParam exception,
50 SerializedVarOutParam exception,
55 SerializedVarOutParam exception);
59 SerializedVarOutParam exception);
62 SerializedVarOutParam exception,
68 SerializedVarOutParam exception,
73 SerializedVarOutParam exception,
77 SerializedVarOutParam exception,
Dppp_class_proxy.h23 class SerializedVarOutParam; variable
57 SerializedVarOutParam exception,
61 SerializedVarOutParam exception,
65 SerializedVarOutParam exception,
70 SerializedVarOutParam exception);
74 SerializedVarOutParam exception);
77 SerializedVarOutParam exception);
81 SerializedVarOutParam exception,
85 SerializedVarOutParam exception,
92 SerializedVarOutParam* exception);
Dppp_class_proxy.cc277 SerializedVarOutParam exception, in OnMsgHasProperty()
289 SerializedVarOutParam exception, in OnMsgHasMethod()
301 SerializedVarOutParam exception, in OnMsgGetProperty()
314 SerializedVarOutParam exception) { in OnMsgEnumerateProperties()
324 SerializedVarOutParam exception) { in OnMsgSetProperty()
334 SerializedVarOutParam exception) { in OnMsgRemoveProperty()
346 SerializedVarOutParam exception, in OnMsgCall()
360 SerializedVarOutParam exception, in OnMsgConstruct()
380 SerializedVarOutParam* exception) { in ValidateUserData()
Dppb_var_deprecated_proxy.cc392 SerializedVarOutParam exception, in OnMsgHasProperty()
404 SerializedVarOutParam exception, in OnMsgHasMethodDeprecated()
416 SerializedVarOutParam exception, in OnMsgGetProperty()
427 SerializedVarOutParam exception) { in OnMsgEnumerateProperties()
438 SerializedVarOutParam exception) { in OnMsgSetPropertyDeprecated()
449 SerializedVarOutParam exception, in OnMsgDeleteProperty()
464 SerializedVarOutParam exception, in OnMsgCallDeprecated()
479 SerializedVarOutParam exception, in OnMsgConstruct()
Dserialized_var.cc387 SerializedVarOutParam::SerializedVarOutParam(SerializedVar* serialized) in SerializedVarOutParam() function in ppapi::proxy::SerializedVarOutParam
393 SerializedVarOutParam::~SerializedVarOutParam() { in ~SerializedVarOutParam()
408 PP_Var* SerializedVarOutParam::OutParam(Dispatcher* dispatcher) { in OutParam()
435 SerializedVarOutParam out(&var); in ~SerializedVarVectorOutParam()
Dserialized_var.h106 friend class SerializedVarOutParam; variable
437 class PPAPI_PROXY_EXPORT SerializedVarOutParam {
442 SerializedVarOutParam(SerializedVar* serialized);
443 ~SerializedVarOutParam();
Dserialized_var_unittest.cc49 SerializedVarOutParam out_param(&sv); in TEST_F()
97 SerializedVarOutParam out_param(&sv); in TEST_F()
137 SerializedVarOutParam out_param(&sv); in TEST_F()
Dppb_instance_proxy.h34 class SerializedVarOutParam; variable
201 SerializedVarOutParam out_exception,
Dppb_instance_proxy.cc1042 SerializedVarOutParam out_exception, in OnHostMsgExecuteScript()