Searched refs:Unpin (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddummy_file_system.h57 virtual void Unpin(const base::FilePath& file_path,
H A Dfile_cache.h165 // Runs Unpin() on |blocking_task_runner_|, and calls |callback| with the
173 FileError Unpin(const std::string& resource_id);
H A Dfake_file_system.h90 virtual void Unpin(const base::FilePath& file_path,
H A Dfile_system_interface.h318 virtual void Unpin(const base::FilePath& file_path,
H A Dfile_cache.cc302 base::Bind(&FileCache::Unpin, base::Unretained(this), resource_id),
306 FileError FileCache::Unpin(const std::string& resource_id) { function in class:drive::internal::FileCache
H A Dfile_system.h122 virtual void Unpin(const base::FilePath& file_path,
203 // Used to implement Unpin().
H A Dfake_file_system.cc127 void FakeFileSystem::Unpin(const base::FilePath& file_path, function in class:drive::test_util::FakeFileSystem
H A Dfile_system_unittest.cc673 // Unpin the file.
675 file_system_->Unpin(file_path,
698 // Unpin the file just after pinning. File fetch should be cancelled.
705 file_system_->Unpin(
713 // No cache file available because the sync was cancelled by Unpin().
H A Dfile_system.cc484 void FileSystem::Unpin(const base::FilePath& file_path, function in class:drive::FileSystem
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.h131 virtual void Unpin(ash::LauncherID id) = 0;
H A Dchrome_launcher_controller_per_browser.h118 virtual void Unpin(ash::LauncherID id) OVERRIDE;
H A Dchrome_launcher_controller_per_browser.cc434 void ChromeLauncherControllerPerBrowser::Unpin(ash::LauncherID id) { function in class:ChromeLauncherControllerPerBrowser
477 Unpin(id);
1197 Unpin(current->first);
H A Dchrome_launcher_controller_per_app.h125 virtual void Unpin(ash::LauncherID id) OVERRIDE;
H A Dchrome_launcher_controller_per_app.cc408 void ChromeLauncherControllerPerApp::Unpin(ash::LauncherID id) { function in class:ChromeLauncherControllerPerApp
448 Unpin(id);
1360 Unpin(current->first);
H A Dchrome_launcher_controller_browsertest.cc284 // Unpin the app. The item should remain.
285 controller_->Unpin(shortcut_id);
830 // Unpin first pinned app and there should be no crash.
H A Dchrome_launcher_controller_per_app_browsertest.cc418 // Unpin the app. The item should remain.
419 controller_->Unpin(shortcut_id);
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_drive.cc226 file_system->Unpin(drive_path,

Completed in 994 milliseconds