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 26 "https://wallet.google.com/legaldocument?docId=";
337 WalletItems::LegalDocument::~LegalDocument() {}
339 scoped_ptr<WalletItems::LegalDocument>
340 WalletItems::LegalDocument::CreateLegalDocument(
345 return scoped_ptr<LegalDocument>();
351 return scoped_ptr<LegalDocument>();
354 return scoped_ptr<LegalDocument>(new LegalDocument(id, display_name));
357 scoped_ptr<WalletItems::LegalDocument>
    [all...]
wallet_items.h 166 class LegalDocument {
168 ~LegalDocument();
171 static scoped_ptr<LegalDocument>
176 static scoped_ptr<LegalDocument> CreatePrivacyPolicyDocument();
178 bool operator==(const LegalDocument& other) const;
179 bool operator!=(const LegalDocument& other) const;
191 LegalDocument(const std::string& id,
193 LegalDocument(const GURL& url,
203 DISALLOW_COPY_AND_ASSIGN(LegalDocument);
225 void AddLegalDocument(scoped_ptr<LegalDocument> legal_document)
    [all...]

Completed in 56 milliseconds