/external/chromium_org/content/child/service_worker/ |
web_service_worker_registration_impl.h | 44 INSTALLING,
|
web_service_worker_registration_impl.cc | 48 queued_tasks_.push_back(QueuedTask(INSTALLING, service_worker)); 84 if (it->type == INSTALLING)
|
/external/chromium_org/content/browser/service_worker/ |
service_worker_context_request_handler.cc | 105 version_->status() != ServiceWorkerVersion::INSTALLING) { 116 version_->status() == ServiceWorkerVersion::INSTALLING)
|
service_worker_script_cache_map.cc | 36 owner_->status() == ServiceWorkerVersion::INSTALLING); 45 owner_->status() == ServiceWorkerVersion::INSTALLING);
|
service_worker_version_unittest.cc | 270 version_->SetStatus(ServiceWorkerVersion::INSTALLING); 286 EXPECT_EQ(ServiceWorkerVersion::INSTALLING, version_->status()); 317 version_->SetStatus(ServiceWorkerVersion::INSTALLING); 325 ASSERT_EQ(ServiceWorkerVersion::INSTALLING, statuses[0]);
|
service_worker_handle.cc | 25 case ServiceWorkerVersion::INSTALLING:
|
service_worker_handle_unittest.cc | 96 version_->SetStatus(ServiceWorkerVersion::INSTALLING); 108 // 2. StateChanged (state == Installing),
|
service_worker_version.h | 65 INSTALLING, // Install event is dispatched and being handled. 160 // the version's status to INSTALLING. 201 // A potential controllee is a host having the version as its .installing
|
service_worker_version.cc | 253 DCHECK_EQ(INSTALLING, status()) << status(); 589 DCHECK_EQ(INSTALLING, status()) << status();
|
service_worker_register_job.cc | 315 // then terminate the installing worker. It doesn't make sense to implement 317 // be no installing worker at this point. 377 // and "installing" as the arguments." 378 new_version()->SetStatus(ServiceWorkerVersion::INSTALLING);
|
service_worker_job_unittest.cc | [all...] |
service_worker_browsertest.cc | 527 version_->SetStatus(ServiceWorkerVersion::INSTALLING); [all...] |
service_worker_internals_ui.cc | 183 case ServiceWorkerVersion::INSTALLING: 184 info->SetString("status", "INSTALLING");
|
service_worker_storage_unittest.cc | 478 live_version->SetStatus(ServiceWorkerVersion::INSTALLING); [all...] |
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
suggest_apps_dialog.js | 106 INSTALLING: 'SuggestAppsDialog.State.INSTALLING', 369 this.state_ = SuggestAppsDialog.State.INSTALLING; 412 case SuggestAppsDialog.State.INSTALLING:
|
/external/chromium_org/remoting/webapp/ |
host_setup_dialog.js | 220 state != remoting.HostController.State.INSTALLING; 364 state != remoting.HostController.State.INSTALLING;
|
host_controller.js | 21 INSTALLING: 1,
|