Searched defs:didDisplayInsecureContentForFrame (Results 1 - 6 of 6) sorted by relevance
/external/webkit/Source/WebKit2/UIProcess/ |
H A D | WebLoaderClient.cpp | 134 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 D | WebPageProxy.cpp | 1676 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 D | InjectedBundlePageLoaderClient.cpp | 159 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/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
H A D | WKBundlePage.h | 112 WKBundlePageDidDisplayInsecureContentForFrameCallback didDisplayInsecureContentForFrame; member in struct:WKBundlePageLoaderClient
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
H A D | WKPage.h | 87 WKPageDidDisplayInsecureContentForFrameCallback didDisplayInsecureContentForFrame; member in struct:WKPageLoaderClient
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
H A D | InjectedBundlePage.cpp | 184 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
|
Completed in 81 milliseconds