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

  /external/chromium_org/content/browser/device_sensors/
device_inertial_sensor_service.h 63 bool is_shutdown_; member in class:content::DeviceInertialSensorService
  /external/chromium_org/chrome/browser/printing/
print_job_manager.h 93 bool is_shutdown_; member in class:printing::PrintJobManager
  /external/chromium_org/content/browser/battery_status/
battery_status_service.h 59 bool is_shutdown_; member in class:content::BatteryStatusService
  /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/
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/content/browser/dom_storage/
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
  /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/content/browser/loader/
resource_dispatcher_host_impl.h 481 bool is_shutdown_; member in class:content::ResourceDispatcherHostImpl
  /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...]

Completed in 137 milliseconds