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

  /external/chromium_org/content/browser/device_orientation/
device_motion_service.cc 17 is_shutdown_(false) {
30 if (is_shutdown_)
42 if (is_shutdown_)
56 is_shutdown_ = true;
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.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_);
175 is_shutdown_ = true;
250 if (is_shutdown_)
293 if (is_shutdown_)
398 if (is_shutdown_)
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
dom_storage_area_unittest.cc 115 EXPECT_TRUE(area->is_shutdown_);
  /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
resource_dispatcher_host_impl.cc 292 is_shutdown_(false),
450 if (is_shutdown_)
778 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_);
93 is_shutdown_ = true;
236 bool is_shutdown_; member in class:IPC::__anon10739::Worker
    [all...]

Completed in 2287 milliseconds