Searched refs:delegate_for_tests_ (Results 1 – 2 of 2) sorted by relevance
44 delegate_for_tests_(NULL), in TestURLFetcher()54 if (delegate_for_tests_) in ~TestURLFetcher()55 delegate_for_tests_->OnRequestEnd(id_); in ~TestURLFetcher()82 if (delegate_for_tests_) in AppendChunkToUpload()83 delegate_for_tests_->OnChunkUpload(id_); in AppendChunkToUpload()206 if (delegate_for_tests_) in Start()207 delegate_for_tests_->OnRequestStart(id_); in Start()274 delegate_for_tests_ = delegate_for_tests; in SetDelegateForTests()289 delegate_for_tests_(NULL), in TestURLFetcherFactory()303 fetcher->SetDelegateForTests(delegate_for_tests_); in CreateURLFetcher()[all …]
202 DelegateForTests* delegate_for_tests_; variable258 TestURLFetcherDelegateForTests* delegate_for_tests_; variable