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

  /external/chromium_org/chrome/browser/chromeos/drive/
fake_file_system.h 39 class FakeFileSystem : public FileSystemInterface {
41 explicit FakeFileSystem(DriveServiceInterface* drive_service);
42 virtual ~FakeFileSystem();
163 // not supported in FakeFileSystem. Thus, even if the server has
186 base::WeakPtrFactory<FakeFileSystem> weak_ptr_factory_;
188 DISALLOW_COPY_AND_ASSIGN(FakeFileSystem);
fake_file_system.cc 26 FakeFileSystem::FakeFileSystem(DriveServiceInterface* drive_service)
32 FakeFileSystem::~FakeFileSystem() {
35 void FakeFileSystem::AddObserver(FileSystemObserver* observer) {
39 void FakeFileSystem::RemoveObserver(FileSystemObserver* observer) {
43 void FakeFileSystem::CheckForUpdates() {
47 void FakeFileSystem::TransferFileFromLocalToRemote(
54 void FakeFileSystem::OpenFile(const base::FilePath& file_path,
61 void FakeFileSystem::Copy(const base::FilePath& src_file_path
    [all...]
  /external/chromium_org/third_party/webrtc/base/
fileutils_mock.h 127 class FakeFileSystem : public FilesystemInterface {
131 explicit FakeFileSystem(const std::vector<File>& all_files) :

Completed in 541 milliseconds