Searched defs:OnFilePathChanged (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/storage_monitor/
H A Dmtab_watcher_linux.cc41 base::Bind(&MtabWatcherLinux::OnFilePathChanged,
85 void MtabWatcherLinux::OnFilePathChanged( function in class:MtabWatcherLinux
/external/chromium/chrome/browser/policy/
H A Dfile_based_policy_loader.cc45 virtual void OnFilePathChanged(const FilePath& path) OVERRIDE {
46 loader_->OnFilePathChanged(path);
58 void FileBasedPolicyLoader::OnFilePathChanged( function in class:policy::FileBasedPolicyLoader
/external/chromium/chrome/browser/
H A Duser_style_sheet_watcher.cc58 virtual void OnFilePathChanged(const FilePath& path);
86 void UserStyleSheetLoader::OnFilePathChanged(const FilePath& path) { function in class:UserStyleSheetLoader
/external/chromium_org/remoting/host/policy_hack/
H A Dpolicy_watcher_linux.cc67 base::Bind(&PolicyWatcherLinux::OnFilePathChanged,
69 OnFilePathChanged(config_dir_, true);
86 // Orphan any pending OnFilePathChanged tasks.
91 void OnFilePathChanged(const base::FilePath& path, bool error) { function in class:remoting::policy_hack::PolicyWatcherLinux
/external/chromium/base/files/
H A Dfile_path_watcher_browsertest.cc95 // guarantee |loop| outlives the file thread on which OnFilePathChanged runs.
101 virtual void OnFilePathChanged(const FilePath&) { function in class:base::files::__anon1674::TestDelegate
262 virtual void OnFilePathChanged(const FilePath& path) { function in class:base::files::__anon1674::Deleter
H A Dfile_path_watcher_linux.cc96 void OnFilePathChanged(InotifyReader::Watch fired_watch,
297 (*watcher)->OnFilePathChanged(event->wd,
308 void FilePathWatcherImpl::OnFilePathChanged( function in class:base::files::__anon1675::FilePathWatcherImpl
318 &FilePathWatcherImpl::OnFilePathChanged,
364 delegate_->OnFilePathChanged(target_);
/external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
H A Dgallery_watch_manager.cc97 void OnFilePathChanged(const base::FilePath& path, bool error);
168 base::Bind(&GalleryFilePathWatcher::OnFilePathChanged,
189 void GalleryWatchManager::GalleryFilePathWatcher::OnFilePathChanged( function in class:extensions::GalleryWatchManager::GalleryFilePathWatcher
/external/chromium_org/base/files/
H A Dfile_path_watcher_linux.cc96 void OnFilePathChanged(InotifyReader::Watch fired_watch,
297 (*watcher)->OnFilePathChanged(event->wd,
306 void FilePathWatcherImpl::OnFilePathChanged(InotifyReader::Watch fired_watch, function in class:base::__anon3770::FilePathWatcherImpl
312 Bind(&FilePathWatcherImpl::OnFilePathChanged,

Completed in 295 milliseconds