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

/external/chromium_org/base/files/
H A Dfile_path_watcher_fsevents.h28 void OnFilePathsChanged(const std::vector<FilePath>& paths);
H A Dfile_path_watcher_fsevents.cc111 watcher->OnFilePathsChanged(paths);
119 void FilePathWatcherFSEvents::OnFilePathsChanged( function in class:base::FilePathWatcherFSEvents
124 Bind(&FilePathWatcherFSEvents::OnFilePathsChanged, this, paths));

Completed in 91 milliseconds