Home
last modified time | relevance | path

Searched refs:is_shutdown_ (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/content/browser/dom_storage/
Ddom_storage_area.cc67 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 …]
Ddom_storage_context_impl.cc37 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()
Ddom_storage_area.h131 bool is_shutdown_; variable
Ddom_storage_context_impl.h233 bool is_shutdown_; variable
Ddom_storage_area_unittest.cc115 EXPECT_TRUE(area->is_shutdown_); in TEST_F()
/external/chromium_org/content/browser/service_worker/
Dservice_worker_version.cc20 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()
Dservice_worker_registration.h42 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
Dservice_worker_registration.cc17 is_shutdown_(false) { in ServiceWorkerRegistration()
23 DCHECK(is_shutdown_); in ~ServiceWorkerRegistration()
27 DCHECK(!is_shutdown_); in Shutdown()
34 is_shutdown_ = true; in Shutdown()
Dservice_worker_version.h66 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/
Dbrowser_main_runner.cc35 : 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/
Dvideo_frame_pool.cc46 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/
Ddevice_inertial_sensor_service.cc18 is_shutdown_(false) { in DeviceInertialSensorService()
51 if (is_shutdown_) in ChangeNumberConsumers()
91 is_shutdown_ = true; in Shutdown()
Ddevice_inertial_sensor_service.h63 bool is_shutdown_;
/external/chromium_org/chrome/browser/printing/
Dprint_job_manager.cc65 PrintJobManager::PrintJobManager() : is_shutdown_(false) { in PrintJobManager()
82 DCHECK(!is_shutdown_); in Shutdown()
83 is_shutdown_ = true; in Shutdown()
Dprint_job_manager.h97 bool is_shutdown_; variable
/external/chromium_org/content/app/
Dcontent_main_runner.cc498 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/
Dipc_sync_channel_unittest.cc45 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/
Dresource_dispatcher_host_impl.cc310 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()
Dresource_dispatcher_host_impl.h462 bool is_shutdown_; variable