Searched refs:is_trusted (Results 1 – 2 of 2) sorted by relevance
66 explicit AccessContext(bool is_trusted) in AccessContext() argument69 domain_(ComputeDomain(is_trusted)) {} in AccessContext()107 static Domain ComputeDomain(bool is_trusted) { in ComputeDomain() argument108 return is_trusted ? Domain::kCorePlatform : Domain::kApplication; in ComputeDomain()
46 const bool is_trusted = true; in Create() local48 self, return_type.Get(), parameter_types.Get(), is_trusted)); in Create()