Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_path_watcher_fsevents.h47 void OnFilePathsChanged(const std::vector<FilePath>& paths);
Dfile_path_watcher_fsevents.cc176 watcher->OnFilePathsChanged(paths); in FSEventsCallback()
179 void FilePathWatcherFSEvents::OnFilePathsChanged( in OnFilePathsChanged() function in base::FilePathWatcherFSEvents