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

  /external/chromium_org/content/browser/service_worker/
service_worker_registration.h 42 bool is_shutdown() const { return is_shutdown_; }
49 DCHECK(!is_shutdown_);
54 DCHECK(!is_shutdown_);
59 DCHECK(!is_shutdown_);
64 DCHECK(!is_shutdown_);
83 bool is_shutdown_; member in class:content::ServiceWorkerRegistration
service_worker_version.cc 20 is_shutdown_(false),
26 ServiceWorkerVersion::~ServiceWorkerVersion() { DCHECK(is_shutdown_); }
29 is_shutdown_ = true;
35 DCHECK(!is_shutdown_);
41 DCHECK(!is_shutdown_);
47 DCHECK(!is_shutdown_);
service_worker_registration.cc 17 is_shutdown_(false) {
23 DCHECK(is_shutdown_);
27 DCHECK(!is_shutdown_);
34 is_shutdown_ = true;
service_worker_version.h 51 // And finally, is_shutdown_ is detects the live-ness of the object
66 bool is_shutdown() const { return is_shutdown_; }
84 bool is_shutdown_; member in class:content::ServiceWorkerVersion
  /external/chromium_org/content/browser/
browser_main_runner.cc 35 : initialization_started_(false), is_shutdown_(false) {}
38 if (initialization_started_ && !is_shutdown_)
121 DCHECK(!is_shutdown_);
128 DCHECK(!is_shutdown_);
161 is_shutdown_ = true;
170 bool is_shutdown_; member in class:content::BrowserMainRunnerImpl
  /external/chromium_org/content/browser/dom_storage/
dom_storage_area.cc 67 is_shutdown_(false),
90 is_shutdown_(false),
104 if (is_shutdown_)
111 if (is_shutdown_)
118 if (is_shutdown_)
125 if (is_shutdown_)
134 if (is_shutdown_)
149 if (is_shutdown_)
163 if (is_shutdown_)
185 if (is_shutdown_)
    [all...]
dom_storage_context_impl.cc 37 is_shutdown_(false),
65 if (is_shutdown_)
130 DCHECK(!is_shutdown_);
142 DCHECK(!is_shutdown_);
175 is_shutdown_ = true;
260 if (is_shutdown_)
328 if (is_shutdown_)
342 if (is_shutdown_)
448 if (is_shutdown_)
dom_storage_area.h 131 bool is_shutdown_; member in class:content::DOMStorageArea
dom_storage_context_impl.h 233 bool is_shutdown_; member in class:content::DOMStorageContextImpl
dom_storage_area_unittest.cc 115 EXPECT_TRUE(area->is_shutdown_);
  /external/chromium_org/media/base/
video_frame_pool.cc 46 bool is_shutdown_; member in class:media::VideoFramePool::PoolImpl
52 VideoFramePool::PoolImpl::PoolImpl() : is_shutdown_(false) {}
55 DCHECK(is_shutdown_);
65 DCHECK(!is_shutdown_);
94 is_shutdown_ = true;
101 if (is_shutdown_)
  /external/chromium_org/content/browser/device_orientation/
device_inertial_sensor_service.cc 18 is_shutdown_(false) {
51 if (is_shutdown_)
91 is_shutdown_ = true;
device_inertial_sensor_service.h 63 bool is_shutdown_; member in class:content::DeviceInertialSensorService
  /external/chromium_org/chrome/browser/printing/
print_job_manager.cc 65 PrintJobManager::PrintJobManager() : is_shutdown_(false) {
82 DCHECK(!is_shutdown_);
83 is_shutdown_ = true;
print_job_manager.h 97 bool is_shutdown_; member in class:printing::PrintJobManager
  /external/chromium_org/content/app/
content_main_runner.cc 498 is_shutdown_(false),
507 if (is_initialized_ && !is_shutdown_)
780 DCHECK(!is_shutdown_);
801 DCHECK(!is_shutdown_);
826 is_shutdown_ = true;
834 bool is_shutdown_; variable
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.h 462 bool is_shutdown_; member in class:content::ResourceDispatcherHostImpl
resource_dispatcher_host_impl.cc 310 is_shutdown_(false),
471 if (is_shutdown_)
806 is_shutdown_ = true;
    [all...]
  /external/chromium_org/ipc/
ipc_sync_channel_unittest.cc 45 is_shutdown_(false) {
58 is_shutdown_(false) {
63 CHECK(is_shutdown_);
93 is_shutdown_ = true;
236 bool is_shutdown_; member in class:IPC::__anon8588::Worker
    [all...]

Completed in 1292 milliseconds