Home
last modified time | relevance | path

Searched refs:OutParam (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ppapi/proxy/
Dppp_class_proxy.cc284 exception.OutParam(dispatcher())); in OnMsgHasProperty()
296 exception.OutParam(dispatcher())); in OnMsgHasMethod()
308 exception.OutParam(dispatcher()))); in OnMsgGetProperty()
329 exception.OutParam(dispatcher())); in OnMsgSetProperty()
339 exception.OutParam(dispatcher())); in OnMsgRemoveProperty()
354 arg_count, args, exception.OutParam(dispatcher()))); in OnMsgCall()
368 ToUserData(object), arg_count, args, exception.OutParam(dispatcher()))); in OnMsgConstruct()
389 *exception->OutParam(dispatcher()) = PP_MakeInt32(1); in ValidateUserData()
Dppb_var_deprecated_proxy.cc142 out_vector.OutParam(), &se)); in EnumerateProperties()
398 exception.OutParam(dispatcher()))); in OnMsgHasProperty()
410 exception.OutParam(dispatcher()))); in OnMsgHasMethodDeprecated()
421 exception.OutParam(dispatcher()))); in OnMsgGetProperty()
431 exception.OutParam(dispatcher())); in OnMsgEnumerateProperties()
443 exception.OutParam(dispatcher())); in OnMsgSetPropertyDeprecated()
454 exception.OutParam(dispatcher())); in OnMsgDeleteProperty()
473 exception.OutParam(dispatcher()))); in OnMsgCallDeprecated()
486 exception.OutParam(dispatcher()))); in OnMsgConstruct()
Dserialized_var_unittest.cc57 *out_param.OutParam(plugin_dispatcher()) = plugin_object; in TEST_F()
104 *out_param.OutParam(plugin_dispatcher()) = plugin_string; in TEST_F()
138 *out_param.OutParam(plugin_dispatcher()) = plugin_object; in TEST_F()
Dserialized_var.cc289 std::vector<SerializedVar>* ReceiveSerializedVarVectorOutParam::OutParam() { in OutParam() function in ppapi::proxy::ReceiveSerializedVarVectorOutParam
408 PP_Var* SerializedVarOutParam::OutParam(Dispatcher* dispatcher) { in OutParam() function in ppapi::proxy::SerializedVarOutParam
436 *out.OutParam(dispatcher_) = array_[i]; in ~SerializedVarVectorOutParam()
Dserialized_var.h333 std::vector<SerializedVar>* OutParam();
448 PP_Var* OutParam(Dispatcher* dispatcher);
Dppb_instance_proxy.cc1058 out_exception.OutParam(dispatcher()))); in OnHostMsgExecuteScript()