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 153 EXPECT_EQ(base::string16(), model()->GetActiveWalletAccountName());
166 EXPECT_EQ(ASCIIToUTF16(accounts[0]), model()->GetActiveWalletAccountName());
179 EXPECT_EQ(base::string16(), model()->GetActiveWalletAccountName());
210 EXPECT_EQ(ASCIIToUTF16(accounts[0]), model()->GetActiveWalletAccountName());
212 EXPECT_EQ(ASCIIToUTF16(accounts[1]), model()->GetActiveWalletAccountName());
215 EXPECT_EQ(ASCIIToUTF16(accounts[0]), model()->GetActiveWalletAccountName());
218 EXPECT_EQ(ASCIIToUTF16(accounts[1]), model()->GetActiveWalletAccountName());
account_chooser_model.h 86 base::string16 GetActiveWalletAccountName() const;
account_chooser_model.cc 83 base::string16 AccountChooserModel::GetActiveWalletAccountName() const {
autofill_dialog_controller_impl.cc 883 return account_chooser_model_->GetActiveWalletAccountName();
    [all...]

Completed in 142 milliseconds