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

  /external/chromium/chrome/browser/chromeos/login/
mock_url_fetchers.h 39 class GotCanceledFetcher : public URLFetcher {
41 GotCanceledFetcher(bool success,
46 virtual ~GotCanceledFetcher();
53 DISALLOW_COPY_AND_ASSIGN(GotCanceledFetcher);
mock_url_fetchers.cc 47 GotCanceledFetcher::GotCanceledFetcher(bool success,
56 GotCanceledFetcher::~GotCanceledFetcher() {}
58 void GotCanceledFetcher::Start() {
online_attempt_unittest.cc 133 MockFactory<GotCanceledFetcher> factory;
  /external/chromium_org/chrome/browser/chromeos/login/
mock_url_fetchers.h 43 class GotCanceledFetcher : public net::TestURLFetcher {
45 GotCanceledFetcher(bool success,
50 virtual ~GotCanceledFetcher();
55 DISALLOW_COPY_AND_ASSIGN(GotCanceledFetcher);
mock_url_fetchers.cc 47 GotCanceledFetcher::GotCanceledFetcher(
59 GotCanceledFetcher::~GotCanceledFetcher() {}
61 void GotCanceledFetcher::Start() {
online_attempt_unittest.cc 98 MockURLFetcherFactory<GotCanceledFetcher> factory;

Completed in 114 milliseconds