Searched refs:didReceiveTitle (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebFrameLoadDelegate.h91 @method webView:didReceiveTitle:forFrame:
98 - (void)webView:(WebView *)sender didReceiveTitle:(NSString *)title forFrame:(WebFrame *)frame;
H A DWebView.mm1630 cache->didReceiveTitleForFrameFunc = getMethod(delegate, @selector(webView:didReceiveTitle:forFrame:));
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebFrameLoadDelegate.idl106 @method webView:didReceiveTitle:forFrame:
112 - (void)webView:(WebView *)sender didReceiveTitle:(NSString *)title forFrame:(WebFrame *)frame;
114 HRESULT didReceiveTitle([in] IWebView* webView, [in] BSTR title, [in] IWebFrame* frame);
/external/webkit/Source/WebKit/chromium/public/
H A DWebFrameClient.h211 virtual void didReceiveTitle(WebFrame*, const WebString& title) { } function in class:WebKit::WebFrameClient
212 virtual void didReceiveTitle(WebFrame* frame, const WebString& title, WebTextDirection direction) function in class:WebKit::WebFrameClient
214 didReceiveTitle(frame, title);
/external/webkit/Tools/WinLauncher/
H A DWinLauncher.h59 virtual HRESULT STDMETHODCALLTYPE didReceiveTitle( function in class:WinLauncherWebHost
/external/webkit/Tools/DumpRenderTree/win/
H A DFrameLoadDelegate.h72 virtual HRESULT STDMETHODCALLTYPE didReceiveTitle(
H A DFrameLoadDelegate.cpp170 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::didReceiveTitle( function in class:FrameLoadDelegate
176 printf("%s - didReceiveTitle: %S\n", descriptionSuitableForTestResult(frame).c_str(), title);
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebViewHost.h195 virtual void didReceiveTitle(WebKit::WebFrame*, const WebKit::WebString&, WebKit::WebTextDirection);
H A DWebViewHost.cpp935 void WebViewHost::didReceiveTitle(WebFrame* frame, const WebString& title, WebTextDirection direction) function in class:WebViewHost
941 printf(" - didReceiveTitle: %s\n", title8.data());
/external/webkit/Tools/DumpRenderTree/mac/
H A DFrameLoadDelegate.mm323 - (void)webView:(WebView *)sender didReceiveTitle:(NSString *)title forFrame:(WebFrame *)frame
326 NSString *string = [NSString stringWithFormat:@"%@ - didReceiveTitle: %@", [frame _drt_descriptionSuitableForTestResult], title];
/external/webkit/Source/WebKit/chromium/src/
H A DFrameLoaderClientImpl.cpp748 m_webFrame->client()->didReceiveTitle(m_webFrame, title.string(), title.direction() == LTR ? WebTextDirectionLeftToRight : WebTextDirectionRightToLeft);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp373 frameLoadDelegate->didReceiveTitle(webView, BString(title.string()), m_webFrame);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm633 CallFrameLoadDelegate(implementations->didReceiveTitleForFrameFunc, webView, @selector(webView:didReceiveTitle:forFrame:), (NSString *)title.string(), m_webFrame.get());

Completed in 150 milliseconds