Searched refs:didReceiveAuthenticationChallengeInFrame (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/efl/
H A DPageLoadClientEfl.cpp149 void PageLoadClientEfl::didReceiveAuthenticationChallengeInFrame(WKPageRef, WKFrameRef, WKAuthenticationChallengeRef authenticationChallenge, const void* clientInfo) function in class:WebKit::PageLoadClientEfl
179 loadClient.didReceiveAuthenticationChallengeInFrame = didReceiveAuthenticationChallengeInFrame;
H A DPageLoadClientEfl.h53 static void didReceiveAuthenticationChallengeInFrame(WKPageRef, WKFrameRef, WKAuthenticationChallengeRef, const void* clientInfo);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKPageLoaderClient.h108 WKPageDidReceiveAuthenticationChallengeInFrameCallback didReceiveAuthenticationChallengeInFrame; member in struct:WKPageLoaderClientV0
143 WKPageDidReceiveAuthenticationChallengeInFrameCallback didReceiveAuthenticationChallengeInFrame; member in struct:WKPageLoaderClientV1
188 WKPageDidReceiveAuthenticationChallengeInFrameCallback didReceiveAuthenticationChallengeInFrame; member in struct:WKPageLoaderClientV2
241 WKPageDidReceiveAuthenticationChallengeInFrameCallback didReceiveAuthenticationChallengeInFrame; member in struct:WKPageLoaderClientV3
297 WKPageDidReceiveAuthenticationChallengeInFrameCallback didReceiveAuthenticationChallengeInFrame; member in struct:WKPageLoaderClientV4
357 WKPageDidReceiveAuthenticationChallengeInFrameCallback didReceiveAuthenticationChallengeInFrame; member in struct:WKPageLoaderClientV5
423 WKPageDidReceiveAuthenticationChallengeInFrameCallback didReceiveAuthenticationChallengeInFrame; member in struct:WKPageLoaderClient
H A DWKPage.cpp918 virtual void didReceiveAuthenticationChallengeInFrame(WebPageProxy* page, WebFrameProxy* frame, AuthenticationChallengeProxy* authenticationChallenge) override
920 if (!m_client.didReceiveAuthenticationChallengeInFrame)
923 m_client.didReceiveAuthenticationChallengeInFrame(toAPI(page), toAPI(frame), toAPI(authenticationChallenge), m_client.base.clientInfo);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitLoaderClient.cpp130 static void didReceiveAuthenticationChallengeInFrame(WKPageRef, WKFrameRef, WKAuthenticationChallengeRef authenticationChallenge, const void *clientInfo) function
162 didReceiveAuthenticationChallengeInFrame,
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/
H A DAPILoaderClient.h81 virtual void didReceiveAuthenticationChallengeInFrame(WebKit::WebPageProxy*, WebKit::WebFrameProxy*, WebKit::AuthenticationChallengeProxy*) { } function in class:API::LoaderClient
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Cocoa/
H A DNavigationState.h115 virtual void didReceiveAuthenticationChallengeInFrame(WebKit::WebPageProxy*, WebKit::WebFrameProxy*, WebKit::AuthenticationChallengeProxy*) override;
H A DNavigationState.mm706 void NavigationState::LoaderClient::didReceiveAuthenticationChallengeInFrame(WebPageProxy*, WebFrameProxy*, AuthenticationChallengeProxy* authenticationChallenge)
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKBrowsingContextController.mm505 static void didReceiveAuthenticationChallengeInFrame(WKPageRef page, WKFrameRef frame, WKAuthenticationChallengeRef authenticationChallenge, const void *clientInfo)
587 loaderClient.didReceiveAuthenticationChallengeInFrame = didReceiveAuthenticationChallengeInFrame;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.cpp4567 m_loaderClient->didReceiveAuthenticationChallengeInFrame(this, frame, authenticationChallenge.get());

Completed in 100 milliseconds