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

  /external/chromium_org/content/public/test/
test_file_error_injector.h 21 class DownloadFileWithErrorsFactory;
138 DownloadFileWithErrorsFactory* created_factory_;
test_file_error_injector.cc 252 class DownloadFileWithErrorsFactory : public DownloadFileFactory {
254 DownloadFileWithErrorsFactory(
257 virtual ~DownloadFileWithErrorsFactory();
284 DownloadFileWithErrorsFactory::DownloadFileWithErrorsFactory(
291 DownloadFileWithErrorsFactory::~DownloadFileWithErrorsFactory() {
294 DownloadFile* DownloadFileWithErrorsFactory::CreateFile(
328 bool DownloadFileWithErrorsFactory::AddError(
336 void DownloadFileWithErrorsFactory::ClearErrors()
    [all...]

Completed in 55 milliseconds