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

  /external/chromium_org/chrome/browser/ui/autofill/
account_chooser_model_unittest.cc 148 EXPECT_EQ(base::string16(), model()->GetActiveWalletAccountName());
161 EXPECT_EQ(ASCIIToUTF16(accounts[0]), model()->GetActiveWalletAccountName());
174 EXPECT_EQ(base::string16(), model()->GetActiveWalletAccountName());
205 EXPECT_EQ(ASCIIToUTF16(accounts[0]), model()->GetActiveWalletAccountName());
207 EXPECT_EQ(ASCIIToUTF16(accounts[1]), model()->GetActiveWalletAccountName());
210 EXPECT_EQ(ASCIIToUTF16(accounts[0]), model()->GetActiveWalletAccountName());
213 EXPECT_EQ(ASCIIToUTF16(accounts[1]), model()->GetActiveWalletAccountName());
account_chooser_model.h 86 base::string16 GetActiveWalletAccountName() const;
account_chooser_model.cc 81 base::string16 AccountChooserModel::GetActiveWalletAccountName() const {
autofill_dialog_controller_impl.cc     [all...]

Completed in 76 milliseconds