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

  /external/chromium_org/chrome/browser/chromeos/policy/
server_backed_state_keys_broker.cc 71 bool send_notification = !initial_retrieval_completed_; local
81 send_notification |= state_keys_ != state_keys;
85 if (send_notification)
  /external/chromium_org/ui/compositor/
layer_animation_observer.cc 48 LayerAnimationSequence* sequence, bool send_notification) {
51 if (send_notification)
layer_animation_observer.h 71 // This will only result in notifications if |send_notification| is true.
73 bool send_notification);
  /external/chromium_org/base/files/
file_path_watcher_kqueue.cc 253 bool send_notification = false; local
289 send_notification |= target_file_affected;
293 if (!UpdateWatches(&send_notification)) {
299 if (send_notification) {

Completed in 1487 milliseconds