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

  /external/webkit/Source/WebKit/mac/DefaultDelegates/
WebDefaultUIDelegate.m 61 - (WebView *)webView: (WebView *)wv createWebViewWithRequest:(NSURLRequest *)request windowFeatures:(NSDictionary *)features
63 // If the new API method doesn't exist, fallback to the old version of createWebViewWithRequest
65 if (![[wv UIDelegate] respondsToSelector:@selector(webView:createWebViewWithRequest:windowFeatures:)] && [[wv UIDelegate] respondsToSelector:@selector(webView:createWebViewWithRequest:)])
66 return [[wv UIDelegate] webView:wv createWebViewWithRequest:request];
  /external/webkit/Source/WebKit/win/Interfaces/
IWebUIDelegatePrivate.idl 91 // This function obsoletes IWebUIDelegate::createWebViewWithRequest and
96 HRESULT createWebViewWithRequest([in] IWebView* sender, [in] IWebURLRequest* request, [in] IPropertyBag* windowFeatures, [out, retval] IWebView** newWebView);
IWebUIDelegate.idl 191 @method webView:createWebViewWithRequest:
198 - (WebView *)webView:(WebView *)sender createWebViewWithRequest:(NSURLRequest *)request;
200 HRESULT createWebViewWithRequest([in] IWebView* sender, [in] IWebURLRequest* request, [out, retval] IWebView** newWebView);
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
UIDelegate.cpp 530 HRESULT STDMETHODCALLTYPE UIDelegate::createWebViewWithRequest(
642 HRESULT STDMETHODCALLTYPE UIDelegate::createWebViewWithRequest(IWebView* sender, IWebURLRequest* request, IPropertyBag* windowFeatures, IWebView** newWebView)
UIDelegate.h 52 virtual HRESULT STDMETHODCALLTYPE createWebViewWithRequest(
328 virtual HRESULT STDMETHODCALLTYPE createWebViewWithRequest(IWebView* sender, IWebURLRequest* request, IPropertyBag* windowFeatures, IWebView** newWebView);
  /external/webkit/Source/WebKit/mac/WebView/
WebUIDelegate.h 158 @method webView:createWebViewWithRequest:
166 - (WebView *)webView:(WebView *)sender createWebViewWithRequest:(NSURLRequest *)request;
WebUIDelegatePrivate.h 210 - (WebView *)webView:(WebView *)sender createWebViewWithRequest:(NSURLRequest *)request windowFeatures:(NSDictionary *)features;
WebView.mm     [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorDelegate.h 50 virtual HRESULT STDMETHODCALLTYPE createWebViewWithRequest(
WebChromeClient.cpp 211 HRESULT hr = delegatePrivate->createWebViewWithRequest(m_webView, request.get(), createWindowFeaturesPropertyBag(features).get(), &newWebView);
227 } else if (FAILED(delegate->createWebViewWithRequest(m_webView, request.get(), &newWebView)))
WebFrameLoaderClient.cpp 439 if (FAILED(ui->createWebViewWithRequest(webView, 0, &newWebView)))
    [all...]
  /external/webkit/Tools/WinLauncher/
PrintWebUIDelegate.h 41 virtual HRESULT STDMETHODCALLTYPE createWebViewWithRequest(IWebView*, IWebURLRequest*, IWebView**) { return E_NOTIMPL; }
  /external/webkit/Tools/DumpRenderTree/mac/
UIDelegate.mm 132 - (WebView *)webView:(WebView *)sender createWebViewWithRequest:(NSURLRequest *)request
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 243 if ([delegate respondsToSelector:@selector(webView:createWebViewWithRequest:windowFeatures:)]) {
275 newWebView = CallUIDelegate(m_webView, @selector(webView:createWebViewWithRequest:windowFeatures:), nil, dictFeatures);
292 newWebView = CallUIDelegate(m_webView, @selector(webView:createWebViewWithRequest:), nil);
    [all...]
WebFrameLoaderClient.mm     [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm 641 createWebViewWithRequest:nil
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.mm     [all...]
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 190 milliseconds