Home
last modified time | relevance | path

Searched refs:OnFilePathError (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/policy/
Dfile_based_policy_loader.cc49 virtual void OnFilePathError(const FilePath& path) OVERRIDE { in OnFilePathError() function in policy::FileBasedPolicyWatcherDelegate
50 loader_->OnFilePathError(path); in OnFilePathError()
64 void FileBasedPolicyLoader::OnFilePathError(const FilePath& path) { in OnFilePathError() function in policy::FileBasedPolicyLoader
103 OnFilePathError(path); in InitOnFileThread()
Dfile_based_policy_loader.h28 void OnFilePathError(const FilePath& path);
/external/chromium/base/files/
Dfile_path_watcher.h39 virtual void OnFilePathError(const FilePath& path) {} in OnFilePathError() function
Dfile_path_watcher_mac.cc354 delegate_->OnFilePathError(target_); in OnFileCanReadWithoutBlocking()
401 delegate_->OnFilePathError(target_); in OnFileCanReadWithoutBlocking()
Dfile_path_watcher_win.cc135 delegate_->OnFilePathError(target_); in OnObjectSignaled()
Dfile_path_watcher_linux.cc350 delegate_->OnFilePathError(target_); in OnFilePathChanged()
Dfile_path_watcher_browsertest.cc105 virtual void OnFilePathError(const FilePath& path) { in OnFilePathError() function in base::files::__anonc76e3d440111::TestDelegate