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

  /external/chromium_org/components/autofill/content/browser/wallet/
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...]
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_unittest.cc 459 EXPECT_EQ(NULL, WalletItems::LegalDocument::CreateLegalDocument(*dict).get());
464 EXPECT_EQ(NULL, WalletItems::LegalDocument::CreateLegalDocument(*dict).get());
469 WalletItems::LegalDocument expected("doc_id", ASCIIToUTF16("display_name"));
471 *WalletItems::LegalDocument::CreateLegalDocument(*dict));
475 WalletItems::LegalDocument legal_doc("doc_id", ASCIIToUTF16("display_name"));
476 EXPECT_EQ("https://wallet.google.com/legaldocument?docId=doc_id",
481 WalletItems::LegalDocument legal_doc(GURL("http://example.com"),
601 scoped_ptr<WalletItems::LegalDocument> legal_document(
602 new WalletItems::LegalDocument("doc_id",
606 WalletItems::LegalDocument::CreatePrivacyPolicyDocument())
    [all...]
mock_wallet_client.h 32 void(const std::vector<WalletItems::LegalDocument*>& documents,
wallet_test_util.h 34 scoped_ptr<WalletItems::LegalDocument> GetTestLegalDocument();
wallet_client.h 156 const std::vector<WalletItems::LegalDocument*>& documents,
wallet_test_util.cc 174 scoped_ptr<WalletItems::LegalDocument> GetTestLegalDocument() {
178 return wallet::WalletItems::LegalDocument::CreateLegalDocument(dict);
wallet_client_unittest.cc     [all...]
wallet_client.cc 271 const std::vector<WalletItems::LegalDocument*>& documents,
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc     [all...]

Completed in 139 milliseconds