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

/external/libchrome/base/files/
H A Dfile_path_watcher_kqueue.cc135 bool* update_watches) {
142 *update_watches = true;
159 bool* update_watches) {
161 *update_watches = true;
175 bool* update_watches) {
184 *update_watches = true;
197 bool update_watches = true; local
198 while (update_watches) {
216 update_watches = false;
221 update_watches
132 HandleAttributesChange( const EventVector::iterator& event, bool* target_file_affected, bool* update_watches) argument
156 HandleDeleteOrMoveChange( const EventVector::iterator& event, bool* target_file_affected, bool* update_watches) argument
172 HandleCreateItemChange( const EventVector::iterator& event, bool* target_file_affected, bool* update_watches) argument
254 bool update_watches = false; local
[all...]
H A Dfile_path_watcher_kqueue.h71 // Sets |update_watches| to true if |events_| need to be updated.
74 bool* update_watches);
78 // Sets |update_watches| to true if |events_| need to be updated.
81 bool* update_watches);
85 // Sets |update_watches| to true if |events_| need to be updated.
88 bool* update_watches);

Completed in 120 milliseconds