HomeSort by relevance Sort by last modified time
    Searched full:didperformserverredirect (Results 1 - 9 of 9) 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);
WebContext.messages.in 28 DidPerformServerRedirect(uint64_t pageID, WTF::String sourceURLString, WTF::String destinationURLString, uint64_t frameID)
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;
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebFrameLoaderClient.cpp 872 WebProcess::shared().connection()->send(Messages::WebContext::DidPerformServerRedirect(webPage->pageID(),
    [all...]
  /external/webkit/Source/WebKit2/
ChangeLog-2011-02-16     [all...]

Completed in 1293 milliseconds