OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:didDisplayInsecureContentForFrame
(Results
1 - 12
of
12
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/
WebLoaderClient.h
64
void
didDisplayInsecureContentForFrame
(WebPageProxy*, WebFrameProxy*, APIObject*);
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.h
525
void
didDisplayInsecureContentForFrame
(uint64_t frameID, CoreIPC::ArgumentDecoder*);
[
all
...]
WebPageProxy.cpp
[
all
...]
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundlePageLoaderClient.h
62
void
didDisplayInsecureContentForFrame
(WebPage*, WebFrame*, RefPtr<APIObject>& userData);
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/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundlePage.h
64
static void
didDisplayInsecureContentForFrame
(WKBundlePageRef, WKBundleFrameRef, WKTypeRef*, const void*);
86
void
didDisplayInsecureContentForFrame
(WKBundleFrameRef);
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/Tools/MiniBrowser/mac/
BrowserWindowController.m
314
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/
WKBundlePage.h
112
WKBundlePageDidDisplayInsecureContentForFrameCallback
didDisplayInsecureContentForFrame
;
/external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.h
87
WKPageDidDisplayInsecureContentForFrameCallback
didDisplayInsecureContentForFrame
;
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebFrameLoaderClient.cpp
[
all
...]
Completed in 338 milliseconds