Searched refs:didUpdateHistoryTitle (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DWebHistoryClient.cpp62 void WebHistoryClient::didUpdateHistoryTitle(WebContext* context, WebPageProxy* page, const String& title, const String& url, WebFrameProxy* frame) function in class:WebKit::WebHistoryClient
64 if (!m_client.didUpdateHistoryTitle)
67 m_client.didUpdateHistoryTitle(toAPI(context), toAPI(page), toAPI(title.impl()), toURLRef(url.impl()), toAPI(frame), m_client.clientInfo);
H A DWebHistoryClient.h45 void didUpdateHistoryTitle(WebContext*, WebPageProxy*, const String& title, const String& url, WebFrameProxy*);
H A DWebContext.h190 void didUpdateHistoryTitle(uint64_t pageID, const String& title, const String& url, uint64_t frameID);
H A DWebContext.cpp437 void WebContext::didUpdateHistoryTitle(uint64_t pageID, const String& title, const String& url, uint64_t frameID) function in class:WebKit::WebContext
444 m_historyClient.didUpdateHistoryTitle(this, frame->page(), title, url, frame);
/external/webkit/Tools/MiniBrowser/mac/
H A DAppDelegate.m98 static void didUpdateHistoryTitle(WKContextRef context, WKPageRef page, WKStringRef title, WKURLRef URL, WKFrameRef frame, const void *clientInfo)
102 LOG(@"HistoryClient - didUpdateHistoryTitle - title: %@ - URL: %@", cfTitle, cfURL);
127 didUpdateHistoryTitle,
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKContext.h67 WKContextDidUpdateHistoryTitleCallback didUpdateHistoryTitle; member in struct:WKContextHistoryClient

Completed in 165 milliseconds