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

  /external/chromium/base/files/
file_path_watcher_mac.cc 360 bool send_notification = false; local
396 send_notification |= target_file_affected;
400 if (!UpdateWatches(&send_notification)) {
406 if (send_notification) {
  /external/chromium_org/base/files/
file_path_watcher_kqueue.cc 376 bool send_notification = false; local
412 send_notification |= target_file_affected;
416 if (!UpdateWatches(&send_notification)) {
422 if (send_notification) {

Completed in 304 milliseconds