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

/external/chromium_org/ui/compositor/
H A Dlayer_animation_observer.cc48 LayerAnimationSequence* sequence, bool send_notification) {
51 if (send_notification)
47 DetachedFromSequence( LayerAnimationSequence* sequence, bool send_notification) argument
H A Dlayer_animation_observer.h71 // This will only result in notifications if |send_notification| is true.
73 bool send_notification);
/external/chromium/base/files/
H A Dfile_path_watcher_mac.cc360 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/
H A Dfile_path_watcher_kqueue.cc376 bool send_notification = false; local
412 send_notification |= target_file_affected;
416 if (!UpdateWatches(&send_notification)) {
422 if (send_notification) {

Completed in 177 milliseconds