Searched defs:OnFilePathError (Results 1 - 3 of 3) sorted by relevance

/external/chromium/base/files/
H A Dfile_path_watcher.h39 virtual void OnFilePathError(const FilePath& path) {} function in class:base::files::FilePathWatcher::Delegate
H A Dfile_path_watcher_browsertest.cc105 virtual void OnFilePathError(const FilePath& path) { function in class:base::files::__anon1507::TestDelegate
/external/chromium/chrome/browser/policy/
H A Dfile_based_policy_loader.cc49 virtual void OnFilePathError(const FilePath& path) OVERRIDE {
50 loader_->OnFilePathError(path);
64 void FileBasedPolicyLoader::OnFilePathError(const FilePath& path) { function in class:policy::FileBasedPolicyLoader
103 OnFilePathError(path);

Completed in 240 milliseconds