Searched refs:arg_vector (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/ppapi/proxy/ |
D | ppb_var_deprecated_proxy.h | 67 SerializedVarVectorReceiveInput arg_vector, 72 SerializedVarVectorReceiveInput arg_vector, 76 SerializedVarVectorReceiveInput arg_vector,
|
D | ppp_class_proxy.h | 80 SerializedVarVectorReceiveInput arg_vector, 84 SerializedVarVectorReceiveInput arg_vector,
|
D | ppp_class_proxy.cc | 345 SerializedVarVectorReceiveInput arg_vector, in OnMsgCall() argument 351 PP_Var* args = arg_vector.Get(dispatcher(), &arg_count); in OnMsgCall() 359 SerializedVarVectorReceiveInput arg_vector, in OnMsgConstruct() argument 365 PP_Var* args = arg_vector.Get(dispatcher(), &arg_count); in OnMsgConstruct()
|
D | ppb_var_deprecated_proxy.cc | 463 SerializedVarVectorReceiveInput arg_vector, in OnMsgCallDeprecated() argument 468 PP_Var* args = arg_vector.Get(dispatcher(), &arg_count); in OnMsgCallDeprecated() 478 SerializedVarVectorReceiveInput arg_vector, in OnMsgConstruct() argument 483 PP_Var* args = arg_vector.Get(dispatcher(), &arg_count); in OnMsgConstruct()
|