Searched refs:SerializedVarOutParam (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/ppapi/proxy/ |
D | ppb_var_deprecated_proxy.h | 23 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,
|
D | ppp_class_proxy.h | 23 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);
|
D | ppp_class_proxy.cc | 277 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()
|
D | ppb_var_deprecated_proxy.cc | 393 SerializedVarOutParam exception, in OnMsgHasProperty() 405 SerializedVarOutParam exception, in OnMsgHasMethodDeprecated() 417 SerializedVarOutParam exception, in OnMsgGetProperty() 428 SerializedVarOutParam exception) { in OnMsgEnumerateProperties() 439 SerializedVarOutParam exception) { in OnMsgSetPropertyDeprecated() 450 SerializedVarOutParam exception, in OnMsgDeleteProperty() 465 SerializedVarOutParam exception, in OnMsgCallDeprecated() 480 SerializedVarOutParam exception, in OnMsgConstruct()
|
D | serialized_var.cc | 387 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()
|
D | serialized_var.h | 106 friend class SerializedVarOutParam; variable 437 class PPAPI_PROXY_EXPORT SerializedVarOutParam { 442 SerializedVarOutParam(SerializedVar* serialized); 443 ~SerializedVarOutParam();
|
D | serialized_var_unittest.cc | 49 SerializedVarOutParam out_param(&sv); in TEST_F() 97 SerializedVarOutParam out_param(&sv); in TEST_F() 137 SerializedVarOutParam out_param(&sv); in TEST_F()
|
D | ppb_instance_proxy.h | 33 class SerializedVarOutParam; variable 169 SerializedVarOutParam out_exception,
|
D | ppb_instance_proxy.cc | 879 SerializedVarOutParam out_exception, in OnHostMsgExecuteScript()
|