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

  /external/webkit/Source/WebKit2/UIProcess/
WebHistoryClient.cpp 54 void WebHistoryClient::didPerformServerRedirect(WebContext* context, WebPageProxy* page, const String& sourceURL, const String& destinationURL, WebFrameProxy* frame)
56 if (!m_client.didPerformServerRedirect)
59 m_client.didPerformServerRedirect(toAPI(context), toAPI(page), toURLRef(sourceURL.impl()), toURLRef(destinationURL.impl()), toAPI(frame), m_client.clientInfo);
WebHistoryClient.h 44 void didPerformServerRedirect(WebContext*, WebPageProxy*, const String& sourceURL, const String& destinationURL, WebFrameProxy*);
WebContext.h 189 void didPerformServerRedirect(uint64_t pageID, const String& sourceURLString, const String& destinationURLString, uint64_t frameID);
WebContext.cpp 427 void WebContext::didPerformServerRedirect(uint64_t pageID, const String& sourceURLString, const String& destinationURLString, uint64_t frameID)
434 m_historyClient.didPerformServerRedirect(this, frame->page(), sourceURLString, destinationURLString, frame);
  /external/webkit/Tools/MiniBrowser/mac/
AppDelegate.m 89 static void didPerformServerRedirect(WKContextRef context, WKPageRef page, WKURLRef sourceURL, WKURLRef destinationURL, WKFrameRef frame, const void *clientInfo)
93 LOG(@"HistoryClient - didPerformServerRedirect - sourceURL: %@ - destinationURL: %@", cfSourceURL, cfDestinationURL);
126 didPerformServerRedirect,
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKContext.h 66 WKContextDidPerformServerRedirectCallback didPerformServerRedirect;

Completed in 41 milliseconds