Searched defs:GotCanceledFetcher (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dmock_url_fetchers.h39 class GotCanceledFetcher : public URLFetcher { class in namespace:chromeos
41 GotCanceledFetcher(bool success,
46 virtual ~GotCanceledFetcher();
53 DISALLOW_COPY_AND_ASSIGN(GotCanceledFetcher);
H A Dmock_url_fetchers.cc47 GotCanceledFetcher::GotCanceledFetcher(bool success, function in class:chromeos::GotCanceledFetcher
56 GotCanceledFetcher::~GotCanceledFetcher() {}
58 void GotCanceledFetcher::Start() {
/external/chromium_org/chrome/browser/chromeos/login/
H A Dmock_url_fetchers.h43 class GotCanceledFetcher : public net::TestURLFetcher { class in namespace:chromeos
45 GotCanceledFetcher(bool success,
50 virtual ~GotCanceledFetcher();
55 DISALLOW_COPY_AND_ASSIGN(GotCanceledFetcher);
H A Dmock_url_fetchers.cc47 GotCanceledFetcher::GotCanceledFetcher( function in class:chromeos::GotCanceledFetcher
59 GotCanceledFetcher::~GotCanceledFetcher() {}
61 void GotCanceledFetcher::Start() {

Completed in 3069 milliseconds