Searched refs:isTrustedSource (Results 1 – 5 of 5) sorted by relevance
106 virtual bool isTrustedSource() const = 0;
26 bool isTrustedSource() const override { return false; } in isTrustedSource() function
60 bool isTrustedSource() const override { return true; } in isTrustedSource() function
269 bool isTrustedSource() const override { return false; } in isTrustedSource() function
189 if (!BF.hasValidProfile() && !RI.getProfileReader()->isTrustedSource()) in writeProfile()