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 | 392 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()
|
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 | 34 class SerializedVarOutParam; variable 201 SerializedVarOutParam out_exception,
|
D | ppb_instance_proxy.cc | 1042 SerializedVarOutParam out_exception, in OnHostMsgExecuteScript()
|