OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WalletIsSelected
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/ui/autofill/
account_chooser_model_unittest.cc
75
EXPECT_TRUE(model.
WalletIsSelected
());
85
EXPECT_FALSE(model.
WalletIsSelected
());
93
EXPECT_FALSE(model.
WalletIsSelected
());
110
EXPECT_FALSE(model.
WalletIsSelected
());
117
EXPECT_TRUE(model()->
WalletIsSelected
());
124
EXPECT_TRUE(model()->
WalletIsSelected
());
131
ASSERT_TRUE(model()->
WalletIsSelected
());
136
EXPECT_FALSE(model()->
WalletIsSelected
());
146
ASSERT_TRUE(model()->
WalletIsSelected
());
149
ASSERT_TRUE(model()->
WalletIsSelected
());
[
all
...]
account_chooser_model.cc
80
if (
WalletIsSelected
())
95
if (!
WalletIsSelected
())
166
bool AccountChooserModel::
WalletIsSelected
() const {
account_chooser_model.h
107
bool
WalletIsSelected
() const;
autofill_dialog_controller_browsertest.cc
[
all
...]
autofill_dialog_controller_impl.cc
630
if (account_chooser_model_->
WalletIsSelected
())
641
if (!account_chooser_model_->
WalletIsSelected
())
676
if (!account_chooser_model_->
WalletIsSelected
())
[
all
...]
autofill_dialog_controller_unittest.cc
[
all
...]
Completed in 571 milliseconds