HomeSort by relevance Sort by last modified time
    Searched defs:LegalDocument (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_items.cc 29 "https://wallet.google.com/legaldocument?docId=";
360 WalletItems::LegalDocument::~LegalDocument() {}
362 scoped_ptr<WalletItems::LegalDocument>
363 WalletItems::LegalDocument::CreateLegalDocument(
368 return scoped_ptr<LegalDocument>();
374 return scoped_ptr<LegalDocument>();
377 return scoped_ptr<LegalDocument>(new LegalDocument(id, display_name));
380 scoped_ptr<WalletItems::LegalDocument>
    [all...]
wallet_items.h 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)
    [all...]

Completed in 28 milliseconds