Home | History | Annotate | Download | only in wallet

Lines Matching defs:LegalDocument

167   class LegalDocument {
169 ~LegalDocument();
172 static scoped_ptr<LegalDocument>
177 static scoped_ptr<LegalDocument> CreatePrivacyPolicyDocument();
179 bool operator==(const LegalDocument& other) const;
180 bool operator!=(const LegalDocument& other) const;
192 LegalDocument(const std::string& id,
194 LegalDocument(const GURL& url,
204 DISALLOW_COPY_AND_ASSIGN(LegalDocument);
227 void AddLegalDocument(scoped_ptr<LegalDocument> legal_document) {
265 const std::vector<LegalDocument*>& legal_documents() const {
315 ScopedVector<LegalDocument> legal_documents_;