OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LegalDocument
(Results
1 - 10
of
10
) 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
...]
wallet_items_unittest.cc
443
EXPECT_EQ(NULL, WalletItems::
LegalDocument
::CreateLegalDocument(*dict).get());
448
EXPECT_EQ(NULL, WalletItems::
LegalDocument
::CreateLegalDocument(*dict).get());
453
WalletItems::
LegalDocument
expected("doc_id", ASCIIToUTF16("display_name"));
455
*WalletItems::
LegalDocument
::CreateLegalDocument(*dict));
459
WalletItems::
LegalDocument
legal_doc("doc_id", ASCIIToUTF16("display_name"));
460
EXPECT_EQ("https://wallet.google.com/
legaldocument
?docId=doc_id",
465
WalletItems::
LegalDocument
legal_doc(GURL("http://example.com"),
559
scoped_ptr<WalletItems::
LegalDocument
> legal_document(
560
new WalletItems::
LegalDocument
("doc_id",
564
WalletItems::
LegalDocument
::CreatePrivacyPolicyDocument())
[
all
...]
wallet_test_util.h
26
scoped_ptr<WalletItems::
LegalDocument
> GetTestLegalDocument();
mock_wallet_client.h
30
void(const std::vector<WalletItems::
LegalDocument
*>& documents,
wallet_client.h
155
const std::vector<WalletItems::
LegalDocument
*>& documents,
wallet_test_util.cc
155
scoped_ptr<WalletItems::
LegalDocument
> GetTestLegalDocument() {
159
return wallet::WalletItems::
LegalDocument
::CreateLegalDocument(dict);
wallet_client_unittest.cc
[
all
...]
wallet_client.cc
307
const std::vector<WalletItems::
LegalDocument
*>& documents,
[
all
...]
/external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc
[
all
...]
Completed in 218 milliseconds