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

  /external/chromium_org/components/storage_monitor/
mtab_watcher_linux.cc 44 base::Bind(&MtabWatcherLinux::OnFilePathChanged,
88 void MtabWatcherLinux::OnFilePathChanged(
  /external/chromium_org/remoting/host/policy_hack/
policy_watcher_linux.cc 67 base::Bind(&PolicyWatcherLinux::OnFilePathChanged,
69 OnFilePathChanged(config_dir_, true);
86 // Orphan any pending OnFilePathChanged tasks.
91 void OnFilePathChanged(const base::FilePath& path, bool error) {
  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
gallery_watch_manager.cc 97 void OnFilePathChanged(const base::FilePath& path, bool error);
168 base::Bind(&GalleryFilePathWatcher::OnFilePathChanged,
189 void GalleryWatchManager::GalleryFilePathWatcher::OnFilePathChanged(
  /external/chromium_org/chrome/browser/media_galleries/
gallery_watch_manager.cc 57 void OnFilePathChanged(const base::FilePath& path, bool error);
94 base::Bind(&FileWatchManager::OnFilePathChanged,
116 void GalleryWatchManager::FileWatchManager::OnFilePathChanged(
150 &GalleryWatchManager::OnFilePathChanged, weak_factory_.GetWeakPtr())));
337 void GalleryWatchManager::OnFilePathChanged(const base::FilePath& path,
373 base::Bind(&GalleryWatchManager::OnFilePathChanged,
  /external/chromium_org/base/files/
file_path_watcher_linux.cc 101 void OnFilePathChanged(InotifyReader::Watch fired_watch,
332 (*watcher)->OnFilePathChanged(event->wd,
344 void FilePathWatcherImpl::OnFilePathChanged(InotifyReader::Watch fired_watch,
353 Bind(&FilePathWatcherImpl::OnFilePathChanged, this,

Completed in 115 milliseconds