Searched refs:allowDisplayingInsecureContent (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
D | WebPermissions.h | 51 …virtual bool allowDisplayingInsecureContent(blink::WebFrame*, bool enabledPerSettings, const blink…
|
D | WebPermissions.cpp | 78 bool WebPermissions::allowDisplayingInsecureContent(blink::WebFrame*, bool enabledPerSettings, cons… in allowDisplayingInsecureContent() function in WebTestRunner::WebPermissions
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | MixedContentChecker.cpp | 67 …bool allowed = client()->allowDisplayingInsecureContent(settings && settings->allowDisplayOfInsecu… in canDisplayInsecureContent()
|
D | FrameLoaderClient.h | 192 …virtual bool allowDisplayingInsecureContent(bool enabledPerSettings, SecurityOrigin*, const KURL&)… in allowDisplayingInsecureContent() function
|
/external/chromium_org/android_webview/renderer/ |
D | aw_render_view_ext.h | 65 virtual bool allowDisplayingInsecureContent(
|
D | aw_render_view_ext.cc | 193 bool AwRenderViewExt::allowDisplayingInsecureContent( in allowDisplayingInsecureContent() function in android_webview::AwRenderViewExt
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebPermissionClient.h | 68 …virtual bool allowDisplayingInsecureContent(WebFrame*, bool enabledPerSettings, const WebSecurityO… in allowDisplayingInsecureContent() function
|
/external/chromium_org/chrome/renderer/ |
D | content_settings_observer.h | 82 virtual bool allowDisplayingInsecureContent(
|
D | content_settings_observer.cc | 429 bool ContentSettingsObserver::allowDisplayingInsecureContent( in allowDisplayingInsecureContent() function in ContentSettingsObserver
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | FrameLoaderClientImpl.cpp | 233 bool FrameLoaderClientImpl::allowDisplayingInsecureContent(bool enabledPerSettings, SecurityOrigin*… in allowDisplayingInsecureContent() function in blink::FrameLoaderClientImpl 236 …return m_webFrame->permissionClient()->allowDisplayingInsecureContent(m_webFrame, enabledPerSettin… in allowDisplayingInsecureContent() 240 …return webview->permissionClient()->allowDisplayingInsecureContent(m_webFrame, enabledPerSettings,… in allowDisplayingInsecureContent()
|
D | FrameLoaderClientImpl.h | 134 …virtual bool allowDisplayingInsecureContent(bool enabledPerSettings, WebCore::SecurityOrigin*, con…
|