Searched refs:updateHistoryTitle (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebHistoryDelegate.h40 - (void)webView:(WebView *)webView updateHistoryTitle:(NSString *)title forURL:(NSString *)url;
H A DWebView.mm1684 cache->setTitleFunc = getMethod(delegate, @selector(webView:updateHistoryTitle:forURL:));
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebHistoryDelegate.idl47 HRESULT updateHistoryTitle([in] IWebView* webView, [in] BSTR title, [in] BSTR url);
/external/webkit/Tools/DumpRenderTree/win/
H A DHistoryDelegate.h60 virtual HRESULT STDMETHODCALLTYPE updateHistoryTitle(
H A DHistoryDelegate.cpp186 HRESULT HistoryDelegate::updateHistoryTitle(IWebView* webView, BSTR titleBSTR, BSTR urlBSTR) function in class:HistoryDelegate
/external/webkit/Tools/DumpRenderTree/mac/
H A DHistoryDelegate.mm70 - (void)webView:(WebView *)webView updateHistoryTitle:(NSString *)title forURL:(NSString *)url
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp684 historyDelegate->updateHistoryTitle(webView, titleBSTR, urlBSTR);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm1193 CallHistoryDelegate(implementations->setTitleFunc, view, @selector(webView:updateHistoryTitle:forURL:), (NSString *)title.string(), (NSString *)url);

Completed in 161 milliseconds