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

/external/chromium_org/chrome/browser/chromeos/policy/
H A Dserver_backed_state_keys_broker.cc72 bool send_notification = !initial_retrieval_completed_; local
82 send_notification |= state_keys_ != state_keys;
87 if (send_notification)
/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_org/base/files/
H A Dfile_path_watcher_kqueue.cc253 bool send_notification = false; local
289 send_notification |= target_file_affected;
293 if (!UpdateWatches(&send_notification)) {
299 if (send_notification) {

Completed in 204 milliseconds