Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_path_watcher_fsevents.h51 void DispatchEvents(const std::vector<FilePath>& paths,
Dfile_path_watcher_fsevents.cc171 FROM_HERE, Bind(&FilePathWatcherFSEvents::DispatchEvents, this, paths, in OnFilePathsChanged()
175 void FilePathWatcherFSEvents::DispatchEvents(const std::vector<FilePath>& paths, in DispatchEvents() function in base::FilePathWatcherFSEvents