is_started_       142 ash/system/chromeos/screen_security/screen_tray_item.cc       is_started_(false),
is_started_       153 ash/system/chromeos/screen_security/screen_tray_item.cc   if (is_started_) {
is_started_       163 ash/system/chromeos/screen_security/screen_tray_item.cc   is_started_ = true;
is_started_       178 ash/system/chromeos/screen_security/screen_tray_item.cc   is_started_ = false;
is_started_       112 ash/system/chromeos/screen_security/screen_tray_item.h   bool is_started() const { return is_started_; }
is_started_       113 ash/system/chromeos/screen_security/screen_tray_item.h   void set_is_started(bool is_started) { is_started_ = is_started; }
is_started_       136 ash/system/chromeos/screen_security/screen_tray_item.h   bool is_started_;
is_started_        19 content/browser/device_orientation/device_motion_message_filter.cc   if (is_started_)
is_started_        41 content/browser/device_orientation/device_motion_message_filter.cc   DCHECK(!is_started_);
is_started_        42 content/browser/device_orientation/device_motion_message_filter.cc   if (is_started_)
is_started_        44 content/browser/device_orientation/device_motion_message_filter.cc   is_started_ = true;
is_started_        51 content/browser/device_orientation/device_motion_message_filter.cc   DCHECK(is_started_);
is_started_        52 content/browser/device_orientation/device_motion_message_filter.cc   if (!is_started_)
is_started_        54 content/browser/device_orientation/device_motion_message_filter.cc   is_started_ = false;
is_started_        31 content/browser/device_orientation/device_motion_message_filter.h   bool is_started_;
is_started_        19 content/browser/device_orientation/device_orientation_message_filter.cc   if (is_started_)
is_started_        41 content/browser/device_orientation/device_orientation_message_filter.cc   DCHECK(!is_started_);
is_started_        42 content/browser/device_orientation/device_orientation_message_filter.cc   if (is_started_)
is_started_        44 content/browser/device_orientation/device_orientation_message_filter.cc   is_started_ = true;
is_started_        51 content/browser/device_orientation/device_orientation_message_filter.cc   DCHECK(is_started_);
is_started_        52 content/browser/device_orientation/device_orientation_message_filter.cc   if (!is_started_)
is_started_        54 content/browser/device_orientation/device_orientation_message_filter.cc   is_started_ = false;
is_started_        30 content/browser/device_orientation/device_orientation_message_filter.h   bool is_started_;
is_started_        19 content/browser/renderer_host/gamepad_browser_message_filter.cc   if (is_started_)
is_started_        40 content/browser/renderer_host/gamepad_browser_message_filter.cc   if (!is_started_) {
is_started_        41 content/browser/renderer_host/gamepad_browser_message_filter.cc     is_started_ = true;
is_started_        53 content/browser/renderer_host/gamepad_browser_message_filter.cc   if (is_started_) {
is_started_        54 content/browser/renderer_host/gamepad_browser_message_filter.cc     is_started_ = false;
is_started_        31 content/browser/renderer_host/gamepad_browser_message_filter.h   bool is_started_;
is_started_        25 content/browser/renderer_host/pepper/pepper_gamepad_host.cc       is_started_(false),
is_started_        36 content/browser/renderer_host/pepper/pepper_gamepad_host.cc       is_started_(false),
is_started_        41 content/browser/renderer_host/pepper/pepper_gamepad_host.cc   if (is_started_)
is_started_        57 content/browser/renderer_host/pepper/pepper_gamepad_host.cc   if (is_started_)
is_started_        61 content/browser/renderer_host/pepper/pepper_gamepad_host.cc   is_started_ = true;
is_started_        52 content/browser/renderer_host/pepper/pepper_gamepad_host.h   bool is_started_;
is_started_        25 content/browser/service_worker/service_worker_url_request_job.cc       is_started_(false),
is_started_        42 content/browser/service_worker/service_worker_url_request_job.cc   is_started_ = true;
is_started_       118 content/browser/service_worker/service_worker_url_request_job.cc   if (is_started_ && response_type_ != NOT_DETERMINED) {
is_started_        81 content/browser/service_worker/service_worker_url_request_job.h   bool is_started_;
is_started_        68 sync/notifier/sync_system_resources.cc       is_started_(false),
is_started_        81 sync/notifier/sync_system_resources.cc   CHECK(!is_started_);
is_started_        82 sync/notifier/sync_system_resources.cc   is_started_ = true;
is_started_        90 sync/notifier/sync_system_resources.cc   is_started_ = false;
is_started_       101 sync/notifier/sync_system_resources.cc   if (!is_started_) {
is_started_       278 sync/notifier/sync_system_resources.cc     : is_started_(false),
is_started_       293 sync/notifier/sync_system_resources.cc   is_started_ = true;
is_started_       302 sync/notifier/sync_system_resources.cc   return is_started_;
is_started_        75 sync/notifier/sync_system_resources.h   bool is_started_;
is_started_       224 sync/notifier/sync_system_resources.h   bool is_started_;
is_started_        61 ui/compositor/layer_animator.cc       is_started_(false),
is_started_       435 ui/compositor/layer_animator.cc   if (should_start && !is_started_)
is_started_       437 ui/compositor/layer_animator.cc   else if (!should_start && is_started_)
is_started_       440 ui/compositor/layer_animator.cc   is_started_ = should_start;
is_started_       336 ui/compositor/layer_animator.h   bool is_started_;