Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_path_watcher_unittest.cc110 virtual void OnFileChanged(const FilePath& path, bool error) = 0;
129 void OnFileChanged(const FilePath& path, bool error) override { in OnFileChanged() function in base::__anond354078d0111::TestDelegate
225 base::Bind(&TestDelegateBase::OnFileChanged, delegate->AsWeakPtr())); in SetupWatch()
286 void OnFileChanged(const FilePath&, bool) override { in OnFileChanged() function in base::__anond354078d0111::Deleter