OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:didUpdateHistoryTitle
(Results
1 - 3
of
3
) 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);
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/Source/WebKit2/UIProcess/API/C/
WKContext.h
67
WKContextDidUpdateHistoryTitleCallback
didUpdateHistoryTitle
;
Completed in 264 milliseconds