Searched refs:IsVarTypeRefcounted (Results 1 – 7 of 7) sorted by relevance
43 VarTracker::IsVarTypeRefcounted(signed_data->type) || in ChallengePlatform()44 VarTracker::IsVarTypeRefcounted(signed_data_signature->type) || in ChallengePlatform()45 VarTracker::IsVarTypeRefcounted(platform_key_certificate->type)) { in ChallengePlatform()
48 if (VarTracker::IsVarTypeRefcounted(var.type)) { in GetOrCreateRawVarData()
66 if (!IsVarTypeRefcounted(var.type)) in GetVar()99 if (!IsVarTypeRefcounted(var.type)) in AddRefVar()142 if (!IsVarTypeRefcounted(var.type)) in ReleaseVar()186 bool VarTracker::IsVarTypeRefcounted(PP_VarType type) { in IsVarTypeRefcounted() function in ppapi::VarTracker
131 static bool IsVarTypeRefcounted(PP_VarType type);
34 if (VarTracker::IsVarTypeRefcounted(expected.type)) { in Equals()
92 if (ppapi::VarTracker::IsVarTypeRefcounted(var.type)) { in GetOrCreateV8Value()164 if (ppapi::VarTracker::IsVarTypeRefcounted(var.type)) in GetOrCreateV8Value()
67 if (ppapi::VarTracker::IsVarTypeRefcounted(var.type)) { in Equals()