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

  /external/chromium_org/chrome/browser/chromeos/drive/
fake_file_system.cc 127 void FakeFileSystem::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.cc 484 void FileSystem::Unpin(const base::FilePath& file_path,
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
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...]

Completed in 415 milliseconds