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

  /external/chromium/chrome/browser/chromeos/login/
mock_auth_response_handler.cc 20 MockAuthResponseHandler::MockAuthResponseHandler(
33 .WillByDefault(Invoke(this, &MockAuthResponseHandler::MockNetwork));
36 void MockAuthResponseHandler::CompleteFetch(URLFetcher::Delegate* delegate,
49 URLFetcher* MockAuthResponseHandler::MockNetwork(
54 NewRunnableFunction(MockAuthResponseHandler::CompleteFetch,
mock_auth_response_handler.h 25 // allow a MockAuthResponseHandler to be instantiated with the state we
28 class MockAuthResponseHandler : public AuthResponseHandler {
30 MockAuthResponseHandler(const GURL& url,
34 virtual ~MockAuthResponseHandler() {}
54 DISALLOW_COPY_AND_ASSIGN(MockAuthResponseHandler);
cookie_fetcher_unittest.cc 51 MockAuthResponseHandler* cl_handler =
52 new MockAuthResponseHandler(iat_url_, status, kHttpSuccess, token_);
53 MockAuthResponseHandler* i_handler =
54 new MockAuthResponseHandler(ta_url_, status, kHttpSuccess, std::string());
77 MockAuthResponseHandler* cl_handler =
78 new MockAuthResponseHandler(iat_url_, failed, kHttpSuccess, token_);
80 MockAuthResponseHandler* i_handler =
81 new MockAuthResponseHandler(ta_url_, failed, kHttpSuccess, std::string());
100 MockAuthResponseHandler* cl_handler =
101 new MockAuthResponseHandler(iat_url_, success, kHttpSuccess, token_)
    [all...]

Completed in 79 milliseconds