Searched defs:is_shutdown_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/browser/device_sensors/
H A Ddevice_inertial_sensor_service.h63 bool is_shutdown_; member in class:content::DeviceInertialSensorService
/external/chromium_org/chrome/browser/printing/
H A Dprint_job_manager.h93 bool is_shutdown_; member in class:printing::PrintJobManager
/external/chromium_org/content/browser/battery_status/
H A Dbattery_status_service.h59 bool is_shutdown_; member in class:content::BatteryStatusService
/external/chromium_org/content/browser/
H A Dbrowser_main_runner.cc120 : 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/content/browser/dom_storage/
H A Ddom_storage_area.h131 bool is_shutdown_; member in class:content::DOMStorageArea
H A Ddom_storage_context_impl.h231 bool is_shutdown_; member in class:content::DOMStorageContextImpl
/external/chromium_org/media/base/
H A Dvideo_frame_pool.cc46 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/loader/
H A Dresource_dispatcher_host_impl.h481 bool is_shutdown_; member in class:content::ResourceDispatcherHostImpl
/external/chromium_org/content/app/
H A Dcontent_main_runner.cc444 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/
H A Dipc_sync_channel_unittest.cc45 is_shutdown_(false) {
58 is_shutdown_(false) {
63 CHECK(is_shutdown_);
90 is_shutdown_ = true;
231 bool is_shutdown_; member in class:IPC::__anon8488::Worker

Completed in 8708 milliseconds