HomeSort by relevance Sort by last modified time
    Searched refs:didReceiveTitle (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebKit/chromium/public/
WebFrameClient.h 211 virtual void didReceiveTitle(WebFrame*, const WebString& title) { }
212 virtual void didReceiveTitle(WebFrame* frame, const WebString& title, WebTextDirection direction)
214 didReceiveTitle(frame, title);
  /external/webkit/Source/WebKit/mac/WebView/
WebFrameLoadDelegate.h 91 @method webView:didReceiveTitle:forFrame:
98 - (void)webView:(WebView *)sender didReceiveTitle:(NSString *)title forFrame:(WebFrame *)frame;
WebView.mm     [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebFrameLoadDelegate.idl 106 @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/Tools/WinLauncher/
WinLauncher.h 59 virtual HRESULT STDMETHODCALLTYPE didReceiveTitle(
  /external/webkit/Tools/DumpRenderTree/win/
FrameLoadDelegate.h 72 virtual HRESULT STDMETHODCALLTYPE didReceiveTitle(
FrameLoadDelegate.cpp 170 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::didReceiveTitle(
176 printf("%s - didReceiveTitle: %S\n", descriptionSuitableForTestResult(frame).c_str(), title);
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.h 195 virtual void didReceiveTitle(WebKit::WebFrame*, const WebKit::WebString&, WebKit::WebTextDirection);
WebViewHost.cpp 935 void WebViewHost::didReceiveTitle(WebFrame* frame, const WebString& title, WebTextDirection direction)
941 printf(" - didReceiveTitle: %s\n", title8.data());
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
FrameLoadDelegate.mm 323 - (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/
FrameLoaderClientImpl.cpp 748 m_webFrame->client()->didReceiveTitle(m_webFrame, title.string(), title.direction() == LTR ? WebTextDirectionLeftToRight : WebTextDirectionRightToLeft);
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 373 frameLoadDelegate->didReceiveTitle(webView, BString(title.string()), m_webFrame);
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm 633 CallFrameLoadDelegate(implementations->didReceiveTitleForFrameFunc, webView, @selector(webView:didReceiveTitle:forFrame:), (NSString *)title.string(), m_webFrame.get());
    [all...]
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 612 milliseconds