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

  /external/chromium_org/content/browser/device_orientation/
device_motion_service.h 56 bool is_shutdown_; member in class:content::DeviceMotionService
  /external/chromium_org/content/browser/
browser_main_runner.cc 32 BrowserMainRunnerImpl() : is_initialized_(false), is_shutdown_(false) {}
35 if (is_initialized_ && !is_shutdown_)
112 DCHECK(!is_shutdown_);
119 DCHECK(!is_shutdown_);
133 is_shutdown_ = true;
141 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 214 bool is_shutdown_; member in class:content::DOMStorageContextImpl
  /external/chromium_org/content/app/
content_main_runner.cc 467 is_shutdown_(false),
476 if (is_initialized_ && !is_shutdown_)
750 DCHECK(!is_shutdown_);
771 DCHECK(!is_shutdown_);
796 is_shutdown_ = true;
804 bool is_shutdown_; variable
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.h 445 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_);
93 is_shutdown_ = true;
236 bool is_shutdown_; member in class:IPC::__anon10739::Worker
    [all...]

Completed in 210 milliseconds