Searched refs:HasRequestInProgress (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_client.h59 // at any one time. If |HasRequestInProgress()| is true while calling e.g.
179 bool HasRequestInProgress() const;
H A Dwallet_client_unittest.cc1689 TEST_F(WalletClientTest, HasRequestInProgress) {
1690 EXPECT_FALSE(wallet_client_->HasRequestInProgress());
1696 EXPECT_TRUE(wallet_client_->HasRequestInProgress());
1701 EXPECT_FALSE(wallet_client_->HasRequestInProgress());
1751 EXPECT_FALSE(wallet_client_->HasRequestInProgress());
H A Dwallet_client.cc475 bool WalletClient::HasRequestInProgress() const { function in class:autofill::wallet::WalletClient
521 if (HasRequestInProgress()) {

Completed in 133 milliseconds