Home
last modified time | relevance | path

Searched refs:IsPluginTemporarilyAllowed (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/renderer/
Dcontent_settings_observer_browsertest.cc148 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()
Dcontent_settings_observer.h46 bool IsPluginTemporarilyAllowed(const std::string& identifier);
Dcontent_settings_observer.cc186 bool ContentSettingsObserver::IsPluginTemporarilyAllowed( in IsPluginTemporarilyAllowed() function in ContentSettingsObserver
Dchrome_content_renderer_client.cc624 observer->IsPluginTemporarilyAllowed(identifier)) { in CreatePlugin()