OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:didUpdateHistoryTitle
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/
WebHistoryClient.cpp
62
void WebHistoryClient::
didUpdateHistoryTitle
(WebContext* context, WebPageProxy* page, const String& title, const String& url, WebFrameProxy* frame)
64
if (!m_client.
didUpdateHistoryTitle
)
67
m_client.
didUpdateHistoryTitle
(toAPI(context), toAPI(page), toAPI(title.impl()), toURLRef(url.impl()), toAPI(frame), m_client.clientInfo);
WebHistoryClient.h
45
void
didUpdateHistoryTitle
(WebContext*, WebPageProxy*, const String& title, const String& url, WebFrameProxy*);
WebContext.h
190
void
didUpdateHistoryTitle
(uint64_t pageID, const String& title, const String& url, uint64_t frameID);
WebContext.cpp
437
void WebContext::
didUpdateHistoryTitle
(uint64_t pageID, const String& title, const String& url, uint64_t frameID)
444
m_historyClient.
didUpdateHistoryTitle
(this, frame->page(), title, url, frame);
/external/webkit/Tools/MiniBrowser/mac/
AppDelegate.m
98
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/
WKContext.h
67
WKContextDidUpdateHistoryTitleCallback
didUpdateHistoryTitle
;
Completed in 46 milliseconds