Searched refs:CanHandle (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dauth_response_handler.h26 virtual bool CanHandle(const GURL& url) = 0;
H A Dclient_login_response_handler.h31 virtual bool CanHandle(const GURL& url);
H A Dissue_response_handler.cc17 bool IssueResponseHandler::CanHandle(const GURL& url) { function in class:chromeos::IssueResponseHandler
H A Dissue_response_handler.h32 virtual bool CanHandle(const GURL& url);
H A Dclient_login_response_handler.cc21 bool ClientLoginResponseHandler::CanHandle(const GURL& url) { function in class:chromeos::ClientLoginResponseHandler
H A Dcookie_fetcher.cc42 if (issue_handler_->CanHandle(url)) {
H A Dmock_auth_response_handler.h36 MOCK_METHOD1(CanHandle, bool(const GURL& url));
H A Dcookie_fetcher_unittest.cc61 EXPECT_CALL(*i_handler, CanHandle(iat_url_))
63 EXPECT_CALL(*i_handler, CanHandle(ta_url_))
112 EXPECT_CALL(*i_handler, CanHandle(iat_url_))
163 EXPECT_CALL(*i_handler, CanHandle(iat_url_))

Completed in 223 milliseconds