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

  /external/chromium_org/chrome/browser/chromeos/drive/
file_cache.h 90 FileError Unpin(const std::string& id);
dummy_file_system.h 55 virtual void Unpin(const base::FilePath& file_path,
fake_file_system.h 83 virtual void Unpin(const base::FilePath& file_path,
file_system_interface.h 307 virtual void Unpin(const base::FilePath& file_path,
file_system.h 123 virtual void Unpin(const base::FilePath& file_path,
file_cache_unittest.cc 295 // Unpin the file.
296 EXPECT_EQ(FILE_ERROR_OK, cache_->Unpin(id));
311 // Unpin the previously pinned non-existent file.
312 EXPECT_EQ(FILE_ERROR_OK, cache_->Unpin(id_non_present));
317 // Unpin a file that doesn't exist in cache and is not pinned.
318 EXPECT_EQ(FILE_ERROR_NOT_FOUND, cache_->Unpin("id_non_existent"));
fake_file_system.cc 113 void FakeFileSystem::Unpin(const base::FilePath& file_path,
file_system.cc 122 // Used to implement Unpin().
131 return cache->Unpin(*local_id);
533 void FileSystem::Unpin(const base::FilePath& file_path,
    [all...]
file_system_unittest.cc     [all...]
file_cache.cc 204 FileError FileCache::Unpin(const std::string& id) {
sync_client.cc 484 // If user cancels download, unpin the file so that we do not sync the file
489 base::Bind(&FileCache::Unpin, base::Unretained(cache_), local_id),
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.h 169 void Unpin(ash::ShelfID id);
458 // Unpin a locked application. This is an internal call which converts the
chrome_launcher_controller.cc 578 void ChromeLauncherController::Unpin(ash::ShelfID id) {
605 Unpin(id);
    [all...]
chrome_launcher_controller_browsertest.cc 252 controller_->Unpin(id);
460 // Unpin the app. The item should remain.
461 controller_->Unpin(shortcut_id);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.cc 537 file_system->Unpin(drive_path,
    [all...]

Completed in 686 milliseconds