HomeSort by relevance Sort by last modified time
    Searched full:cl_handler (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
cookie_fetcher_unittest.cc 51 MockAuthResponseHandler* cl_handler = local
56 CookieFetcher* cf = new CookieFetcher(NULL, cl_handler, i_handler);
58 EXPECT_CALL(*cl_handler, Handle(client_login_data_, cf))
77 MockAuthResponseHandler* cl_handler = local
84 cl_handler,
87 EXPECT_CALL(*cl_handler, Handle(client_login_data_, cf))
100 MockAuthResponseHandler* cl_handler = local
106 cl_handler,
109 EXPECT_CALL(*cl_handler, Handle(client_login_data_, cf))
126 MockAuthResponseHandler* cl_handler local
148 MockAuthResponseHandler* cl_handler = local
    [all...]
cookie_fetcher.h 31 // Takes ownership of |cl_handler|, |i_handler|, and |launcher|.
33 AuthResponseHandler* cl_handler,
36 client_login_handler_(cl_handler),

Completed in 405 milliseconds