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

  /external/chromium_org/chrome/browser/chromeos/drive/
dummy_file_system.h 57 virtual void Unpin(const base::FilePath& file_path,
file_cache.h 165 // Runs Unpin() on |blocking_task_runner_|, and calls |callback| with the
173 FileError Unpin(const std::string& resource_id);
fake_file_system.h 90 virtual void Unpin(const base::FilePath& file_path,
file_system_interface.h 318 virtual void Unpin(const base::FilePath& file_path,
file_cache.cc 302 base::Bind(&FileCache::Unpin, base::Unretained(this), resource_id),
306 FileError FileCache::Unpin(const std::string& resource_id) {
file_system.h 122 virtual void Unpin(const base::FilePath& file_path,
203 // Used to implement Unpin().
fake_file_system.cc 127 void FakeFileSystem::Unpin(const base::FilePath& file_path,
file_system_unittest.cc 673 // 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().
    [all...]
file_system.cc 484 void FileSystem::Unpin(const base::FilePath& file_path,
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.h 131 virtual void Unpin(ash::LauncherID id) = 0;
chrome_launcher_controller_per_app.h 125 virtual void Unpin(ash::LauncherID id) OVERRIDE;
chrome_launcher_controller_per_browser.h 118 virtual void Unpin(ash::LauncherID id) OVERRIDE;
chrome_launcher_controller_per_browser.cc 119 // TODO: maybe should treat as unpin?
434 void ChromeLauncherControllerPerBrowser::Unpin(ash::LauncherID id) {
477 Unpin(id);
    [all...]
chrome_launcher_controller_per_app.cc 408 void ChromeLauncherControllerPerApp::Unpin(ash::LauncherID id) {
419 // Prevent the removal of items upon unpin if it is locked by a running
448 Unpin(id);
    [all...]
chrome_launcher_controller_browsertest.cc 284 // Unpin the app. The item should remain.
285 controller_->Unpin(shortcut_id);
    [all...]
chrome_launcher_controller_per_app_browsertest.cc 418 // Unpin the app. The item should remain.
419 controller_->Unpin(shortcut_id);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.cc 226 file_system->Unpin(drive_path,

Completed in 87 milliseconds