Searched refs:GetHttpDownloadsEnabled (Results 1 – 5 of 5) sorted by relevance
89 MOCK_METHOD(bool, GetHttpDownloadsEnabled, (bool*), (const, override));
180 virtual bool GetHttpDownloadsEnabled(bool* http_downloads_enabled) const = 0;
74 bool GetHttpDownloadsEnabled(bool* http_downloads_enabled) const override;
484 bool DevicePolicyImpl::GetHttpDownloadsEnabled( in GetHttpDownloadsEnabled() function in policy::DevicePolicyImpl
155 ASSERT_TRUE(policy.GetHttpDownloadsEnabled(&bool_value)); in TEST()252 EXPECT_FALSE(policy.GetHttpDownloadsEnabled(&bool_value)); in TEST()