Searched refs:IsPluginTemporarilyAllowed (Results 1 – 4 of 4) sorted by relevance
146 EXPECT_FALSE(observer->IsPluginTemporarilyAllowed(foo_plugin)); in TEST_F()151 EXPECT_TRUE(observer->IsPluginTemporarilyAllowed(foo_plugin)); in TEST_F()152 EXPECT_FALSE(observer->IsPluginTemporarilyAllowed(bar_plugin)); in TEST_F()156 EXPECT_TRUE(observer->IsPluginTemporarilyAllowed(foo_plugin)); in TEST_F()157 EXPECT_FALSE(observer->IsPluginTemporarilyAllowed(bar_plugin)); in TEST_F()161 EXPECT_FALSE(observer->IsPluginTemporarilyAllowed(foo_plugin)); in TEST_F()162 EXPECT_FALSE(observer->IsPluginTemporarilyAllowed(bar_plugin)); in TEST_F()167 EXPECT_TRUE(observer->IsPluginTemporarilyAllowed(foo_plugin)); in TEST_F()168 EXPECT_TRUE(observer->IsPluginTemporarilyAllowed(bar_plugin)); in TEST_F()
46 bool IsPluginTemporarilyAllowed(const std::string& identifier);
167 bool ContentSettingsObserver::IsPluginTemporarilyAllowed( in IsPluginTemporarilyAllowed() function in ContentSettingsObserver
554 observer->IsPluginTemporarilyAllowed(identifier)) { in CreatePlugin()