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 48 DCHECK(!is_shutdown_);
53 DCHECK(!is_shutdown_);
58 DCHECK(!is_shutdown_);
63 DCHECK(!is_shutdown_);
88 bool is_shutdown_; member in class:content::ServiceWorkerRegistration
service_worker_registration.cc 21 is_shutdown_(false),
  /external/chromium_org/content/browser/
browser_main_runner.cc 34 : initialization_started_(false), is_shutdown_(false) {}
37 if (initialization_started_ && !is_shutdown_)
117 DCHECK(!is_shutdown_);
124 DCHECK(!is_shutdown_);
162 is_shutdown_ = true;
171 bool is_shutdown_; member in class:content::BrowserMainRunnerImpl
  /external/chromium_org/content/browser/battery_status/
battery_status_service.cc 17 is_shutdown_(false) {
34 DCHECK(!is_shutdown_);
57 DCHECK(!is_shutdown_);
67 DCHECK(!is_shutdown_);
90 is_shutdown_ = true;
battery_status_service.h 59 bool is_shutdown_; member in class:content::BatteryStatusService
  /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_);
164 is_shutdown_ = true;
249 if (is_shutdown_)
317 if (is_shutdown_)
331 if (is_shutdown_)
437 if (is_shutdown_)
dom_storage_area.h 131 bool is_shutdown_; member in class:content::DOMStorageArea
dom_storage_context_impl.h 232 bool is_shutdown_; member in class:content::DOMStorageContextImpl
dom_storage_area_unittest.cc 116 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_);
95 is_shutdown_ = true;
102 if (is_shutdown_)
  /external/chromium_org/content/browser/device_sensors/
device_inertial_sensor_service.cc 17 is_shutdown_(false) {
50 if (is_shutdown_)
90 is_shutdown_ = true;
device_inertial_sensor_service.h 62 bool is_shutdown_; member in class:content::DeviceInertialSensorService
  /external/chromium_org/chrome/browser/printing/
print_job_manager.cc 76 PrintJobManager::PrintJobManager() : is_shutdown_(false) {
93 DCHECK(!is_shutdown_);
94 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 440 is_shutdown_(false),
450 if (is_initialized_ && !is_shutdown_)
748 DCHECK(!is_shutdown_);
770 DCHECK(!is_shutdown_);
793 is_shutdown_ = true;
801 bool is_shutdown_; member in class:content::ContentMainRunnerImpl
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.h 450 bool is_shutdown_; member in class:content::ResourceDispatcherHostImpl
resource_dispatcher_host_impl.cc 330 is_shutdown_(false),
491 if (is_shutdown_)
787 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_);
90 is_shutdown_ = true;
231 bool is_shutdown_; member in class:IPC::__anon12591::Worker
    [all...]

Completed in 305 milliseconds