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.cc146 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()
Dcontent_settings_observer.h46 bool IsPluginTemporarilyAllowed(const std::string& identifier);
Dcontent_settings_observer.cc167 bool ContentSettingsObserver::IsPluginTemporarilyAllowed( in IsPluginTemporarilyAllowed() function in ContentSettingsObserver
Dchrome_content_renderer_client.cc554 observer->IsPluginTemporarilyAllowed(identifier)) { in CreatePlugin()