Searched refs:ppb_var_impl_ (Results 1 – 2 of 2) sorted by relevance
284 ppb_var_impl_(NULL), in PPB_Var_Deprecated_Proxy()287 ppb_var_impl_ = static_cast<const PPB_Var_Deprecated*>( in PPB_Var_Deprecated_Proxy()360 ppb_var_impl_->AddRef(var); in OnMsgAddRefObject()395 *result = PP_FromBool(ppb_var_impl_->HasProperty( in OnMsgHasProperty()407 *result = PP_FromBool(ppb_var_impl_->HasMethod( in OnMsgHasMethodDeprecated()419 result.Return(dispatcher(), ppb_var_impl_->GetProperty( in OnMsgGetProperty()429 ppb_var_impl_->GetAllPropertyNames(var.Get(dispatcher()), in OnMsgEnumerateProperties()440 ppb_var_impl_->SetProperty(var.Get(dispatcher()), in OnMsgSetPropertyDeprecated()452 ppb_var_impl_->RemoveProperty(var.Get(dispatcher()), in OnMsgDeleteProperty()469 result.Return(dispatcher(), ppb_var_impl_->Call( in OnMsgCallDeprecated()[all …]
93 const PPB_Var_Deprecated* ppb_var_impl_; variable