OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateFullWallet
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/components/autofill/content/browser/wallet/
full_wallet_unittest.cc
368
EXPECT_EQ(NULL, FullWallet::
CreateFullWallet
(*dict).get());
373
EXPECT_EQ(NULL, FullWallet::
CreateFullWallet
(*dict).get());
378
EXPECT_EQ(NULL, FullWallet::
CreateFullWallet
(*dict).get());
383
EXPECT_EQ(NULL, FullWallet::
CreateFullWallet
(*dict).get());
388
EXPECT_EQ(NULL, FullWallet::
CreateFullWallet
(*dict).get());
393
EXPECT_EQ(NULL, FullWallet::
CreateFullWallet
(*dict).get());
412
EXPECT_EQ(full_wallet, *FullWallet::
CreateFullWallet
(*dict));
428
EXPECT_EQ(NULL, FullWallet::
CreateFullWallet
(*dict).get());
431
TEST_F(FullWalletTest,
CreateFullWallet
) {
441
EXPECT_EQ(full_wallet, *FullWallet::
CreateFullWallet
(*dict))
[
all
...]
full_wallet.h
42
CreateFullWallet
(const base::DictionaryValue& dictionary);
88
FRIEND_TEST_ALL_PREFIXES(FullWalletTest,
CreateFullWallet
);
full_wallet.cc
47
FullWallet::
CreateFullWallet
(const DictionaryValue& dictionary) {
wallet_client.cc
762
FullWallet::
CreateFullWallet
(*response_dict));
[
all
...]
/external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_unittest.cc
107
scoped_ptr<wallet::FullWallet>
CreateFullWallet
(const char* required_action) {
112
return wallet::FullWallet::
CreateFullWallet
(dict);
[
all
...]
Completed in 50 milliseconds