Searched defs:did_shutdown_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/policy/core/common/
H A Dconfiguration_policy_provider.h92 bool did_shutdown_; member in class:policy::ConfigurationPolicyProvider
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_service.h340 bool did_shutdown_; member in class:SupervisedUserService
/external/chromium_org/mojo/system/
H A Draw_channel_unittest.cc564 did_shutdown_(false) {}
572 EXPECT_FALSE(did_shutdown_); variable
576 did_shutdown_ = true;
586 EXPECT_TRUE(did_shutdown_);
592 bool did_shutdown_; member in class:mojo::system::__anon8861::ShutdownOnReadMessageRawChannelDelegate
621 did_shutdown_(false) {}
631 EXPECT_FALSE(did_shutdown_); variable
635 did_shutdown_ = true;
642 EXPECT_TRUE(did_shutdown_);
649 bool did_shutdown_; member in class:mojo::system::__anon8861::ShutdownOnErrorRawChannelDelegate
[all...]

Completed in 90 milliseconds