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

/external/webkit/Source/WebKit2/UIProcess/
H A DWebLoaderClient.h65 void didRunInsecureContentForFrame(WebPageProxy*, WebFrameProxy*, APIObject*);
H A DWebLoaderClient.cpp142 void WebLoaderClient::didRunInsecureContentForFrame(WebPageProxy* page, WebFrameProxy* frame, APIObject* userData) function in class:WebKit::WebLoaderClient
144 if (!m_client.didRunInsecureContentForFrame)
147 m_client.didRunInsecureContentForFrame(toAPI(page), toAPI(frame), toAPI(userData), m_client.clientInfo);
H A DWebPageProxy.h526 void didRunInsecureContentForFrame(uint64_t frameID, CoreIPC::ArgumentDecoder*);
H A DWebPageProxy.cpp1689 void WebPageProxy::didRunInsecureContentForFrame(uint64_t frameID, CoreIPC::ArgumentDecoder* arguments) function in class:WebKit::WebPageProxy
1699 m_loaderClient.didRunInsecureContentForFrame(this, frame, userData.get());
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundlePageLoaderClient.h63 void didRunInsecureContentForFrame(WebPage*, WebFrame*, RefPtr<APIObject>& userData);
H A DInjectedBundlePageLoaderClient.cpp169 void InjectedBundlePageLoaderClient::didRunInsecureContentForFrame(WebPage* page, WebFrame* frame, RefPtr<APIObject>& userData) function in class:WebKit::InjectedBundlePageLoaderClient
171 if (!m_client.didRunInsecureContentForFrame)
175 m_client.didRunInsecureContentForFrame(toAPI(page), toAPI(frame), &userDataToPass, m_client.clientInfo);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DInjectedBundlePage.h65 static void didRunInsecureContentForFrame(WKBundlePageRef, WKBundleFrameRef, WKTypeRef*, const void*);
87 void didRunInsecureContentForFrame(WKBundleFrameRef);
H A DInjectedBundlePage.cpp185 didRunInsecureContentForFrame,
356 void InjectedBundlePage::didRunInsecureContentForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKTypeRef*, const void* clientInfo) function in class:WTR::InjectedBundlePage
358 static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->didRunInsecureContentForFrame(frame);
646 void InjectedBundlePage::didRunInsecureContentForFrame(WKBundleFrameRef frame) function in class:WTR::InjectedBundlePage
/external/webkit/Tools/MiniBrowser/mac/
H A DBrowserWindowController.m319 static void didRunInsecureContentForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void *clientInfo)
321 LOG(@"didRunInsecureContentForFrame");
591 didRunInsecureContentForFrame,
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundlePage.h113 WKBundlePageDidRunInsecureContentForFrameCallback didRunInsecureContentForFrame; member in struct:WKBundlePageLoaderClient
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKPage.h88 WKPageDidRunInsecureContentForFrameCallback didRunInsecureContentForFrame; member in struct:WKPageLoaderClient
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp938 webPage->injectedBundleLoaderClient().didRunInsecureContentForFrame(webPage, m_frame, userData);

Completed in 222 milliseconds