Home
last modified time | relevance | path

Searched refs:send_notification (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/compositor/
Dlayer_animation_observer.cc48 LayerAnimationSequence* sequence, bool send_notification) { in DetachedFromSequence() argument
51 if (send_notification) in DetachedFromSequence()
Dlayer_animation_observer.h73 bool send_notification);
/external/chromium_org/base/files/
Dfile_path_watcher_kqueue.cc376 bool send_notification = false; in OnFileCanReadWithoutBlocking() local
412 send_notification |= target_file_affected; in OnFileCanReadWithoutBlocking()
416 if (!UpdateWatches(&send_notification)) { in OnFileCanReadWithoutBlocking()
422 if (send_notification) { in OnFileCanReadWithoutBlocking()
/external/chromium/base/files/
Dfile_path_watcher_mac.cc360 bool send_notification = false; in OnFileCanReadWithoutBlocking() local
396 send_notification |= target_file_affected; in OnFileCanReadWithoutBlocking()
400 if (!UpdateWatches(&send_notification)) { in OnFileCanReadWithoutBlocking()
406 if (send_notification) { in OnFileCanReadWithoutBlocking()