OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExpectCanceledFetcher
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
mock_url_fetchers.h
20
class
ExpectCanceledFetcher
: public URLFetcher {
22
ExpectCanceledFetcher
(bool success,
27
virtual ~
ExpectCanceledFetcher
();
36
DISALLOW_COPY_AND_ASSIGN(
ExpectCanceledFetcher
);
mock_url_fetchers.cc
20
ExpectCanceledFetcher
::
ExpectCanceledFetcher
(
29
ExpectCanceledFetcher
::~
ExpectCanceledFetcher
() {
33
void
ExpectCanceledFetcher
::Start() {
34
task_ = NewRunnableFunction(&
ExpectCanceledFetcher
::CompleteFetch);
42
void
ExpectCanceledFetcher
::CompleteFetch() {
43
ADD_FAILURE() << "Fetch completed in
ExpectCanceledFetcher
!";
online_attempt_unittest.cc
160
MockFactory<
ExpectCanceledFetcher
> factory;
google_authenticator_unittest.cc
640
MockFactory<
ExpectCanceledFetcher
> factory;
689
MockFactory<
ExpectCanceledFetcher
> factory;
Completed in 64 milliseconds