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

  /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 231 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 18 is_shutdown_(false) {
51 if (is_shutdown_)
100 is_shutdown_ = true;
device_inertial_sensor_service.h 63 bool is_shutdown_; member in class:content::DeviceInertialSensorService
  /external/chromium_org/content/browser/
browser_main_runner.cc 120 : initialization_started_(false), is_shutdown_(false) {}
123 if (initialization_started_ && !is_shutdown_)
204 DCHECK(!is_shutdown_);
211 DCHECK(!is_shutdown_);
265 is_shutdown_ = true;
274 bool is_shutdown_; member in class:content::BrowserMainRunnerImpl
  /external/chromium_org/chrome/browser/printing/
print_job_manager.cc 70 PrintJobManager::PrintJobManager() : is_shutdown_(false) {
87 DCHECK(!is_shutdown_);
88 is_shutdown_ = true;
print_job_manager.h 93 bool is_shutdown_; member in class:printing::PrintJobManager
  /external/chromium_org/content/app/
content_main_runner.cc 444 is_shutdown_(false),
454 if (is_initialized_ && !is_shutdown_)
754 DCHECK(!is_shutdown_);
777 DCHECK(!is_shutdown_);
801 is_shutdown_ = true;
809 bool is_shutdown_; member in class:content::ContentMainRunnerImpl
  /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::__anon13113::Worker
    [all...]
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.h 481 bool is_shutdown_; member in class:content::ResourceDispatcherHostImpl
resource_dispatcher_host_impl.cc 396 is_shutdown_(false),
568 if (is_shutdown_)
    [all...]

Completed in 612 milliseconds