Home | History | Annotate | Download | only in proxy

Lines Matching defs:GetVar

65 PP_Var SerializedVar::Inner::GetVar() {
225 inner_->GetVar()));
226 return inner_->GetVar();
242 inner_->serialization_rules()->ReceivePassRef(inner_->GetVar()));
243 *exception_ = inner_->GetVar();
252 if (inner_->GetVar().type == PP_VARTYPE_OBJECT)
253 inner_->serialization_rules()->ReleaseObjectRef(inner_->GetVar());
313 serialized_.inner_->GetVar()));
314 return serialized_.inner_->GetVar();
349 serialized_[i].inner_->GetVar()));
350 deserialized_[i] = serialized_[i].inner_->GetVar();