Lines Matching refs:Subsumes
103535 virtual nsresult Subsumes(nsIPrincipal *other, bool *_retval) = 0;
103543 inline bool Subsumes(nsIPrincipal* aOther) { mozilla::DebugOnly<bool> val = false; do { } while (0); bool retVal = false; return this == aOther || (((bool)(__builtin_expect(!!(!NS_FAILED_impl(Subsumes(aOther, &retVal))), 1))) && retVal); }
104628 bool Subsumes(nsIPrincipal* aOther, DocumentDomainConsideration aConsideration);
104634 virtual nsresult Subsumes(nsIPrincipal* other, bool* _retval) final;
104774 return Subsumes(aOther, ConsiderDocumentDomain) &&
104775 other->Subsumes(this, ConsiderDocumentDomain);
104794 return Subsumes(aOther, DontConsiderDocumentDomain);
104807 return Subsumes(aOther, ConsiderDocumentDomain);