Searched refs:didDisplayInsecureContentForFrame (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DWebLoaderClient.h64 void didDisplayInsecureContentForFrame(WebPageProxy*, WebFrameProxy*, APIObject*);
H A DWebLoaderClient.cpp134 void WebLoaderClient::didDisplayInsecureContentForFrame(WebPageProxy* page, WebFrameProxy* frame, APIObject* userData) function in class:WebKit::WebLoaderClient
136 if (!m_client.didDisplayInsecureContentForFrame)
139 m_client.didDisplayInsecureContentForFrame(toAPI(page), toAPI(frame), toAPI(userData), m_client.clientInfo);
H A DWebPageProxy.h525 void didDisplayInsecureContentForFrame(uint64_t frameID, CoreIPC::ArgumentDecoder*);
H A DWebPageProxy.cpp1676 void WebPageProxy::didDisplayInsecureContentForFrame(uint64_t frameID, CoreIPC::ArgumentDecoder* arguments) function in class:WebKit::WebPageProxy
1686 m_loaderClient.didDisplayInsecureContentForFrame(this, frame, userData.get());
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundlePageLoaderClient.h62 void didDisplayInsecureContentForFrame(WebPage*, WebFrame*, RefPtr<APIObject>& userData);
H A DInjectedBundlePageLoaderClient.cpp159 void InjectedBundlePageLoaderClient::didDisplayInsecureContentForFrame(WebPage* page, WebFrame* frame, RefPtr<APIObject>& userData) function in class:WebKit::InjectedBundlePageLoaderClient
161 if (!m_client.didDisplayInsecureContentForFrame)
165 m_client.didDisplayInsecureContentForFrame(toAPI(page), toAPI(frame), &userDataToPass, m_client.clientInfo);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DInjectedBundlePage.h64 static void didDisplayInsecureContentForFrame(WKBundlePageRef, WKBundleFrameRef, WKTypeRef*, const void*);
86 void didDisplayInsecureContentForFrame(WKBundleFrameRef);
H A DInjectedBundlePage.cpp184 didDisplayInsecureContentForFrame,
351 void InjectedBundlePage::didDisplayInsecureContentForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKTypeRef*, const void* clientInfo) function in class:WTR::InjectedBundlePage
353 static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->didDisplayInsecureContentForFrame(frame);
642 void InjectedBundlePage::didDisplayInsecureContentForFrame(WKBundleFrameRef frame) function in class:WTR::InjectedBundlePage
/external/webkit/Tools/MiniBrowser/mac/
H A DBrowserWindowController.m314 static void didDisplayInsecureContentForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void *clientInfo)
316 LOG(@"didDisplayInsecureContentForFrame");
590 didDisplayInsecureContentForFrame,
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundlePage.h112 WKBundlePageDidDisplayInsecureContentForFrameCallback didDisplayInsecureContentForFrame; member in struct:WKBundlePageLoaderClient
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKPage.h87 WKPageDidDisplayInsecureContentForFrameCallback didDisplayInsecureContentForFrame; member in struct:WKPageLoaderClient
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp925 webPage->injectedBundleLoaderClient().didDisplayInsecureContentForFrame(webPage, m_frame, userData);

Completed in 170 milliseconds