HomeSort by relevance Sort by last modified time
    Searched refs:update_watches (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/files/
file_path_watcher_kqueue.cc 133 bool* update_watches) {
140 *update_watches = true;
157 bool* update_watches) {
159 *update_watches = true;
173 bool* update_watches) {
182 *update_watches = true;
195 bool update_watches = true; local
196 while (update_watches) {
214 update_watches = false;
219 update_watches = true
252 bool update_watches = false; local
    [all...]
file_path_watcher_kqueue.h 70 // Sets |update_watches| to true if |events_| need to be updated.
73 bool* update_watches);
77 // Sets |update_watches| to true if |events_| need to be updated.
80 bool* update_watches);
84 // Sets |update_watches| to true if |events_| need to be updated.
87 bool* update_watches);

Completed in 90 milliseconds