STOPPING          171 chrome/browser/media/webrtc_logging_handler_host.cc   logging_state_ = STOPPING;
STOPPING          274 chrome/browser/media/webrtc_logging_handler_host.cc   if (logging_state_ == STARTED || logging_state_ == STOPPING) {
STOPPING          283 chrome/browser/media/webrtc_logging_handler_host.cc   if (logging_state_ != STOPPING) {
STOPPING          109 chrome/browser/sync/glue/data_type_manager_impl.cc   if (state_ == STOPPING) {
STOPPING          418 chrome/browser/sync/glue/data_type_manager_impl.cc   DCHECK(state_ == STOPPING || state_ == CONFIGURING);
STOPPING          420 chrome/browser/sync/glue/data_type_manager_impl.cc   if (state_ == STOPPING)
STOPPING          523 chrome/browser/sync/glue/data_type_manager_impl.cc   state_ = STOPPING;
STOPPING          102 chrome/browser/sync/glue/frontend_data_type_controller.cc   state_ = STOPPING;
STOPPING          132 chrome/browser/sync/glue/non_ui_data_type_controller.cc       state_ = STOPPING;
STOPPING          136 chrome/browser/sync/glue/non_ui_data_type_controller.cc       state_ = STOPPING;
STOPPING          155 chrome/browser/sync/glue/non_ui_data_type_controller.cc       state_ = STOPPING;
STOPPING          233 chrome/browser/sync/glue/non_ui_data_type_controller.cc   if (new_state != RUNNING && state() != NOT_RUNNING && state() != STOPPING) {
STOPPING          123 chrome/browser/sync/glue/typed_url_data_type_controller.cc     if (state() != NOT_RUNNING && state() != STOPPING) {
STOPPING          267 chrome/browser/sync/glue/ui_data_type_controller.cc   state_ = STOPPING;
STOPPING         1120 chrome/browser/task_manager/task_manager.cc   update_state_ = STOPPING;
STOPPING         1346 chrome/browser/task_manager/task_manager.cc   if (update_state_ == STOPPING) {
STOPPING           95 content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc           state_ = STOPPING;
STOPPING          102 content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc     case STOPPING:
STOPPING          168 content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc     case STOPPING:
STOPPING           42 content/browser/service_worker/embedded_worker_instance.cc     status_ = STOPPING;
STOPPING           85 content/browser/service_worker/embedded_worker_instance.cc   if (status_ == STOPPING)
STOPPING           79 content/browser/service_worker/embedded_worker_instance_unittest.cc   EXPECT_EQ(EmbeddedWorkerInstance::STOPPING, worker->status());
STOPPING          185 content/browser/service_worker/service_worker_browsertest.cc     EXPECT_EQ(EmbeddedWorkerInstance::STOPPING, last_worker_status_);
STOPPING          340 content/browser/service_worker/service_worker_internals_ui.cc     case ServiceWorkerVersion::STOPPING:
STOPPING          229 content/browser/service_worker/service_worker_version.cc   if (running_status() == STOPPING) {
STOPPING           54 content/browser/service_worker/service_worker_version.h     STOPPING = EmbeddedWorkerInstance::STOPPING,
STOPPING          172 content/browser/service_worker/service_worker_version_unittest.cc   EXPECT_EQ(ServiceWorkerVersion::STOPPING, version_->running_status());