Searched refs:GetHttpDownloadsEnabled (Results 1 – 5 of 5) sorted by relevance
146 ASSERT_TRUE(policy.GetHttpDownloadsEnabled(&bool_value)); in TEST()209 ASSERT_FALSE(policy.GetHttpDownloadsEnabled(&bool_value)); in TEST()
91 MOCK_CONST_METHOD1(GetHttpDownloadsEnabled,
137 virtual bool GetHttpDownloadsEnabled(bool* http_downloads_enabled) const = 0;
59 virtual bool GetHttpDownloadsEnabled(bool* http_downloads_enabled) const;
363 bool DevicePolicyImpl::GetHttpDownloadsEnabled( in GetHttpDownloadsEnabled() function in policy::DevicePolicyImpl