Searched refs:didUpdateHistoryTitle (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebHistoryClient.cpp | 62 void WebHistoryClient::didUpdateHistoryTitle(WebContext* context, WebPageProxy* page, const String&… in didUpdateHistoryTitle() function in WebKit::WebHistoryClient 64 if (!m_client.didUpdateHistoryTitle) in didUpdateHistoryTitle() 67 …m_client.didUpdateHistoryTitle(toAPI(context), toAPI(page), toAPI(title.impl()), toURLRef(url.impl… in didUpdateHistoryTitle()
|
D | WebHistoryClient.h | 45 …void didUpdateHistoryTitle(WebContext*, WebPageProxy*, const String& title, const String& url, Web…
|
D | WebContext.h | 190 …void didUpdateHistoryTitle(uint64_t pageID, const String& title, const String& url, uint64_t frame…
|
D | WebContext.cpp | 437 void WebContext::didUpdateHistoryTitle(uint64_t pageID, const String& title, const String& url, uin… in didUpdateHistoryTitle() function in WebKit::WebContext 444 m_historyClient.didUpdateHistoryTitle(this, frame->page(), title, url, frame); in didUpdateHistoryTitle()
|
/external/webkit/Tools/MiniBrowser/mac/ |
D | AppDelegate.m | 98 static void didUpdateHistoryTitle(WKContextRef context, WKPageRef page, WKStringRef title, WKURLRef… 102 LOG(@"HistoryClient - didUpdateHistoryTitle - title: %@ - URL: %@", cfTitle, cfURL); 127 didUpdateHistoryTitle,
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKContext.h | 67 WKContextDidUpdateHistoryTitleCallback didUpdateHistoryTitle; member
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 4195 (WebKit::WebContext::didUpdateHistoryTitle): Use MESSAGE_CHECK because 4210 (WebKit::WebContext::didUpdateHistoryTitle): Check for NULL, since we're 18914 (WebKit::WebHistoryClient::didUpdateHistoryTitle): 19523 (WebKit::WebContext::didUpdateHistoryTitle): 20389 (WebKit::WebProcessProxy::didUpdateHistoryTitle): 21740 (WebKit::WebContext::didUpdateHistoryTitle): 37126 (WebKit::WebContext::didUpdateHistoryTitle): 37136 (WebKit::WebHistoryClient::didUpdateHistoryTitle): 44637 didUpdateHistoryTitle
|
/external/webkit/Tools/ |
D | ChangeLog-2011-02-16 | 26388 (didUpdateHistoryTitle):
|