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

  /external/chromium_org/chrome/browser/chromeos/policy/
login_screen_power_management_policy.h 41 const base::Value* GetLidCloseAction() const;
login_screen_power_management_policy_unittest.cc 54 EXPECT_FALSE(policy.GetLidCloseAction());
135 EXPECT_FALSE(policy->GetLidCloseAction());
178 ASSERT_TRUE(policy.GetLidCloseAction());
181 policy.GetLidCloseAction()));
login_profile_policy_provider.cc 170 ApplyValueAsMandatoryPolicy(power_management_policy.GetLidCloseAction(),
login_screen_power_management_policy.cc 187 const base::Value* LoginScreenPowerManagementPolicy::GetLidCloseAction() const {

Completed in 25 milliseconds