Home
last modified time | relevance | path

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

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