Home
last modified time | relevance | path

Searched refs:did_shutdown_ (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/components/policy/core/common/
Dconfiguration_policy_provider.cc16 : did_shutdown_(false), in ConfigurationPolicyProvider()
20 DCHECK(did_shutdown_); in ~ConfigurationPolicyProvider()
29 did_shutdown_ = true; in Shutdown()
Dconfiguration_policy_provider.h92 bool did_shutdown_; variable
/external/chromium_org/mojo/system/
Draw_channel_unittest.cc564 did_shutdown_(false) {} in ShutdownOnReadMessageRawChannelDelegate()
572 EXPECT_FALSE(did_shutdown_); in OnReadMessage()
576 did_shutdown_ = true; in OnReadMessage()
586 EXPECT_TRUE(did_shutdown_); in Wait()
592 bool did_shutdown_; member in mojo::system::__anon11682c6f0111::ShutdownOnReadMessageRawChannelDelegate
621 did_shutdown_(false) {} in ShutdownOnErrorRawChannelDelegate()
631 EXPECT_FALSE(did_shutdown_); in OnError()
635 did_shutdown_ = true; in OnError()
642 EXPECT_TRUE(did_shutdown_); in Wait()
649 bool did_shutdown_; member in mojo::system::__anon11682c6f0111::ShutdownOnErrorRawChannelDelegate
/external/chromium_org/chrome/browser/supervised_user/
Dsupervised_user_service.cc169 did_shutdown_(false), in SupervisedUserService()
174 DCHECK(!did_init_ || did_shutdown_); in ~SupervisedUserService()
180 DCHECK(!did_shutdown_); in Shutdown()
181 did_shutdown_ = true; in Shutdown()
Dsupervised_user_service.h340 bool did_shutdown_; variable