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 152 EXPECT_EQ(base::string16(), model()->GetActiveWalletAccountName());
165 EXPECT_EQ(ASCIIToUTF16(accounts[0]), model()->GetActiveWalletAccountName());
178 EXPECT_EQ(base::string16(), model()->GetActiveWalletAccountName());
209 EXPECT_EQ(ASCIIToUTF16(accounts[0]), model()->GetActiveWalletAccountName());
211 EXPECT_EQ(ASCIIToUTF16(accounts[1]), model()->GetActiveWalletAccountName());
214 EXPECT_EQ(ASCIIToUTF16(accounts[0]), model()->GetActiveWalletAccountName());
217 EXPECT_EQ(ASCIIToUTF16(accounts[1]), model()->GetActiveWalletAccountName());
account_chooser_model.h 93 base::string16 GetActiveWalletAccountName() const;
account_chooser_model.cc 87 base::string16 AccountChooserModel::GetActiveWalletAccountName() const {
autofill_dialog_controller_impl.cc 680 return account_chooser_model_->GetActiveWalletAccountName();
    [all...]

Completed in 70 milliseconds