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

  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundlePageLoaderClient.cpp 159 void InjectedBundlePageLoaderClient::didDisplayInsecureContentForFrame(WebPage* page, WebFrame* frame, RefPtr<APIObject>& userData)
161 if (!m_client.didDisplayInsecureContentForFrame)
165 m_client.didDisplayInsecureContentForFrame(toAPI(page), toAPI(frame), &userDataToPass, m_client.clientInfo);
  /external/webkit/Source/WebKit2/UIProcess/
WebLoaderClient.cpp 134 void WebLoaderClient::didDisplayInsecureContentForFrame(WebPageProxy* page, WebFrameProxy* frame, APIObject* userData)
136 if (!m_client.didDisplayInsecureContentForFrame)
139 m_client.didDisplayInsecureContentForFrame(toAPI(page), toAPI(frame), toAPI(userData), m_client.clientInfo);
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePage.h 112 WKBundlePageDidDisplayInsecureContentForFrameCallback didDisplayInsecureContentForFrame;
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundlePage.cpp 184 didDisplayInsecureContentForFrame,
351 void InjectedBundlePage::didDisplayInsecureContentForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKTypeRef*, const void* clientInfo)
353 static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->didDisplayInsecureContentForFrame(frame);
642 void InjectedBundlePage::didDisplayInsecureContentForFrame(WKBundleFrameRef frame)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.h 87 WKPageDidDisplayInsecureContentForFrameCallback didDisplayInsecureContentForFrame;

Completed in 298 milliseconds