HomeSort by relevance Sort by last modified time
    Searched defs:didRunInsecureContentForFrame (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundlePageLoaderClient.cpp 169 void InjectedBundlePageLoaderClient::didRunInsecureContentForFrame(WebPage* page, WebFrame* frame, RefPtr<APIObject>& userData)
171 if (!m_client.didRunInsecureContentForFrame)
175 m_client.didRunInsecureContentForFrame(toAPI(page), toAPI(frame), &userDataToPass, m_client.clientInfo);
  /external/webkit/Source/WebKit2/UIProcess/
WebLoaderClient.cpp 142 void WebLoaderClient::didRunInsecureContentForFrame(WebPageProxy* page, WebFrameProxy* frame, APIObject* userData)
144 if (!m_client.didRunInsecureContentForFrame)
147 m_client.didRunInsecureContentForFrame(toAPI(page), toAPI(frame), toAPI(userData), m_client.clientInfo);
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePage.h 113 WKBundlePageDidRunInsecureContentForFrameCallback didRunInsecureContentForFrame;
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundlePage.cpp 185 didRunInsecureContentForFrame,
356 void InjectedBundlePage::didRunInsecureContentForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKTypeRef*, const void* clientInfo)
358 static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->didRunInsecureContentForFrame(frame);
646 void InjectedBundlePage::didRunInsecureContentForFrame(WKBundleFrameRef frame)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.h 88 WKPageDidRunInsecureContentForFrameCallback didRunInsecureContentForFrame;

Completed in 316 milliseconds