Searched defs:OnFilePathError (Results 1 - 3 of 3) sorted by relevance
/external/chromium/base/files/ | ||
H A D | file_path_watcher.h | 39 virtual void OnFilePathError(const FilePath& path) {} function in class:base::files::FilePathWatcher::Delegate |
H A D | file_path_watcher_browsertest.cc | 105 virtual void OnFilePathError(const FilePath& path) { function in class:base::files::__anon784::TestDelegate |
/external/chromium/chrome/browser/policy/ | ||
H A D | file_based_policy_loader.cc | 49 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 101 milliseconds