Home
last modified time | relevance | path

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

/external/chromium_org/chrome/renderer/
Dcontent_settings_observer.cc201 void ContentSettingsObserver::DidBlockContentType( in DidBlockContentType() function in ContentSettingsObserver
319 DidBlockContentType(CONTENT_SETTINGS_TYPE_IMAGES); in allowImage()
579 DidBlockContentType(CONTENT_SETTINGS_TYPE_MIXEDSCRIPT); in allowRunningInsecureContent()
587 DidBlockContentType(CONTENT_SETTINGS_TYPE_PLUGINS); in didNotAllowPlugins()
591 DidBlockContentType(CONTENT_SETTINGS_TYPE_JAVASCRIPT); in didNotAllowScript()
Dcontent_settings_observer_browsertest.cc56 TEST_F(ChromeRenderViewTest, DidBlockContentType) { in TEST_F() argument
60 observer.DidBlockContentType(CONTENT_SETTINGS_TYPE_COOKIES); in TEST_F()
63 observer.DidBlockContentType(CONTENT_SETTINGS_TYPE_COOKIES); in TEST_F()
Dcontent_settings_observer.h49 void DidBlockContentType(ContentSettingsType settings_type);
Dchrome_content_renderer_client.cc880 observer->DidBlockContentType(content_type); in CreatePlugin()
897 observer->DidBlockContentType(content_type); in CreatePlugin()
912 observer->DidBlockContentType(content_type); in CreatePlugin()
928 observer->DidBlockContentType(content_type); in CreatePlugin()