Searched refs:IsPluginTemporarilyAllowed (Results 1 – 4 of 4) sorted by relevance
148 EXPECT_FALSE(observer->IsPluginTemporarilyAllowed(foo_plugin)); in TEST_F()152 EXPECT_TRUE(observer->IsPluginTemporarilyAllowed(foo_plugin)); in TEST_F()153 EXPECT_FALSE(observer->IsPluginTemporarilyAllowed(bar_plugin)); in TEST_F()157 EXPECT_TRUE(observer->IsPluginTemporarilyAllowed(foo_plugin)); in TEST_F()158 EXPECT_FALSE(observer->IsPluginTemporarilyAllowed(bar_plugin)); in TEST_F()162 EXPECT_FALSE(observer->IsPluginTemporarilyAllowed(foo_plugin)); in TEST_F()163 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);
186 bool ContentSettingsObserver::IsPluginTemporarilyAllowed( in IsPluginTemporarilyAllowed() function in ContentSettingsObserver
624 observer->IsPluginTemporarilyAllowed(identifier)) { in CreatePlugin()