/external/chromium_org/content/browser/dom_storage/ |
D | dom_storage_area.cc | 67 is_shutdown_(false), in DOMStorageArea() 90 is_shutdown_(false), in DOMStorageArea() 104 if (is_shutdown_) in ExtractValues() 111 if (is_shutdown_) in Length() 118 if (is_shutdown_) in Key() 125 if (is_shutdown_) in GetItem() 134 if (is_shutdown_) in SetItem() 149 if (is_shutdown_) in RemoveItem() 163 if (is_shutdown_) in Clear() 185 if (is_shutdown_) in FastClear() [all …]
|
D | dom_storage_context_impl.cc | 37 is_shutdown_(false), in DOMStorageContextImpl() 65 if (is_shutdown_) in GetStorageNamespace() 130 DCHECK(!is_shutdown_); in DeleteLocalStorage() 142 DCHECK(!is_shutdown_); in DeleteSessionStorage() 175 is_shutdown_ = true; in Shutdown() 260 if (is_shutdown_) in CreateSessionNamespace() 328 if (is_shutdown_) in CloneSessionNamespace() 342 if (is_shutdown_) in CreateAliasSessionNamespace() 448 if (is_shutdown_) in DeleteNextUnusedNamespace()
|
D | dom_storage_area.h | 131 bool is_shutdown_; variable
|
D | dom_storage_context_impl.h | 233 bool is_shutdown_; variable
|
D | dom_storage_area_unittest.cc | 115 EXPECT_TRUE(area->is_shutdown_); in TEST_F()
|
/external/chromium_org/content/browser/service_worker/ |
D | service_worker_version.cc | 20 is_shutdown_(false), in ServiceWorkerVersion() 26 ServiceWorkerVersion::~ServiceWorkerVersion() { DCHECK(is_shutdown_); } in ~ServiceWorkerVersion() 29 is_shutdown_ = true; in Shutdown() 35 DCHECK(!is_shutdown_); in StartWorker() 41 DCHECK(!is_shutdown_); in StopWorker() 47 DCHECK(!is_shutdown_); in OnAssociateProvider()
|
D | service_worker_registration.h | 42 bool is_shutdown() const { return is_shutdown_; } in NON_EXPORTED_BASE() 49 DCHECK(!is_shutdown_); in NON_EXPORTED_BASE() 54 DCHECK(!is_shutdown_); in NON_EXPORTED_BASE() 59 DCHECK(!is_shutdown_); in NON_EXPORTED_BASE() 64 DCHECK(!is_shutdown_); in NON_EXPORTED_BASE() 83 bool is_shutdown_; in NON_EXPORTED_BASE() local
|
D | service_worker_registration.cc | 17 is_shutdown_(false) { in ServiceWorkerRegistration() 23 DCHECK(is_shutdown_); in ~ServiceWorkerRegistration() 27 DCHECK(!is_shutdown_); in Shutdown() 34 is_shutdown_ = true; in Shutdown()
|
D | service_worker_version.h | 66 bool is_shutdown() const { return is_shutdown_; } in NON_EXPORTED_BASE() 84 bool is_shutdown_; in NON_EXPORTED_BASE() local
|
/external/chromium_org/content/browser/ |
D | browser_main_runner.cc | 35 : initialization_started_(false), is_shutdown_(false) {} in BrowserMainRunnerImpl() 38 if (initialization_started_ && !is_shutdown_) in ~BrowserMainRunnerImpl() 121 DCHECK(!is_shutdown_); in Run() 128 DCHECK(!is_shutdown_); in Shutdown() 161 is_shutdown_ = true; in Shutdown() 170 bool is_shutdown_; member in content::BrowserMainRunnerImpl
|
/external/chromium_org/media/base/ |
D | video_frame_pool.cc | 46 bool is_shutdown_; member in media::VideoFramePool::PoolImpl 52 VideoFramePool::PoolImpl::PoolImpl() : is_shutdown_(false) {} in PoolImpl() 55 DCHECK(is_shutdown_); in ~PoolImpl() 65 DCHECK(!is_shutdown_); in CreateFrame() 94 is_shutdown_ = true; in Shutdown() 101 if (is_shutdown_) in FrameReleased()
|
/external/chromium_org/content/browser/device_orientation/ |
D | device_inertial_sensor_service.cc | 18 is_shutdown_(false) { in DeviceInertialSensorService() 51 if (is_shutdown_) in ChangeNumberConsumers() 91 is_shutdown_ = true; in Shutdown()
|
D | device_inertial_sensor_service.h | 63 bool is_shutdown_;
|
/external/chromium_org/chrome/browser/printing/ |
D | print_job_manager.cc | 65 PrintJobManager::PrintJobManager() : is_shutdown_(false) { in PrintJobManager() 82 DCHECK(!is_shutdown_); in Shutdown() 83 is_shutdown_ = true; in Shutdown()
|
D | print_job_manager.h | 97 bool is_shutdown_; variable
|
/external/chromium_org/content/app/ |
D | content_main_runner.cc | 498 is_shutdown_(false), in ContentMainRunnerImpl() 507 if (is_initialized_ && !is_shutdown_) in ~ContentMainRunnerImpl() 780 DCHECK(!is_shutdown_); in Initialize() 801 DCHECK(!is_shutdown_); in Initialize() 826 is_shutdown_ = true; in Initialize() 834 bool is_shutdown_; in Initialize() member in content::ContentMainRunnerImpl
|
/external/chromium_org/ipc/ |
D | ipc_sync_channel_unittest.cc | 45 is_shutdown_(false) { in Worker() 58 is_shutdown_(false) { in Worker() 63 CHECK(is_shutdown_); in ~Worker() 93 is_shutdown_ = true; in Shutdown() 236 bool is_shutdown_; member in IPC::__anon2d4832630111::Worker
|
/external/chromium_org/content/browser/loader/ |
D | resource_dispatcher_host_impl.cc | 310 is_shutdown_(false), in ResourceDispatcherHostImpl() 471 if (is_shutdown_) in BeginDownload() 806 is_shutdown_ = true; in OnShutdown() 1028 if (is_shutdown_ || in BeginRequest() 1318 if (is_shutdown_) in BeginSaveFile()
|
D | resource_dispatcher_host_impl.h | 462 bool is_shutdown_; variable
|