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

  /external/chromium_org/content/public/test/
test_file_error_injector.h 42 // scoped_refptr<TestFileErrorInjector> injector =
43 // TestFileErrorInjector::Create(download_manager);
52 class TestFileErrorInjector
53 : public base::RefCountedThreadSafe<TestFileErrorInjector> {
76 static scoped_refptr<TestFileErrorInjector> Create(
111 friend class base::RefCountedThreadSafe<TestFileErrorInjector>;
115 explicit TestFileErrorInjector(DownloadManager* download_manager);
117 virtual ~TestFileErrorInjector();
144 DISALLOW_COPY_AND_ASSIGN(TestFileErrorInjector);
test_file_error_injector.cc 41 const TestFileErrorInjector::FileErrorInfo& error_info,
62 TestFileErrorInjector::FileOperationCode code,
72 TestFileErrorInjector::FileOperationCode code,
79 TestFileErrorInjector::FileErrorInfo error_info_;
82 std::map<TestFileErrorInjector::FileOperationCode, int> operation_counter_;
116 const TestFileErrorInjector::FileErrorInfo& error_info,
150 TestFileErrorInjector::FILE_OPERATION_INITIALIZE,
172 TestFileErrorInjector::FILE_OPERATION_WRITE,
184 TestFileErrorInjector::FILE_OPERATION_RENAME_UNIQUIFY,
211 TestFileErrorInjector::FILE_OPERATION_RENAME_ANNOTATE
    [all...]

Completed in 1065 milliseconds