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

  /external/webkit/WebKit/mac/Storage/
WebSecurityOriginPrivate.h 35 - (id)initWithURL:(NSURL *)url;
WebSecurityOrigin.mm 38 - (id)initWithURL:(NSURL *)url
  /external/webkit/WebKit/mac/History/
WebHistoryItemPrivate.h 35 - (id)initWithURL:(NSURL *)URL title:(NSString *)title;
WebHistoryItemInternal.h 47 - (id)initWithURL:(NSURL *)URL target:(NSString *)target parent:(NSString *)parent title:(NSString *)title;
WebHistoryItem.mm 280 return [[[self alloc] initWithURL:URL title:nil] autorelease];
294 - (id)initWithURL:(NSURL *)URL target:(NSString *)target parent:(NSString *)parent title:(NSString *)title
438 - (id)initWithURL:(NSURL *)URL title:(NSString *)title
  /external/webkit/WebKit/win/Interfaces/
IWebURLResponse.idl 48 - (id)initWithURL:(NSURL *)URL MIMEType:(NSString *)MIMEType expectedContentLength:(int)length textEncodingName:(NSString *)name
50 HRESULT initWithURL([in] BSTR url, [in] BSTR mimeType, [in] int expectedContentLength, [in] BSTR textEncodingName);
IWebURLRequest.idl 85 - (id)initWithURL:(NSURL *)theURL
86 - (id)initWithURL:(NSURL *)theURL cachePolicy:(NSURLRequestCachePolicy)cachePolicy timeoutInterval:(NSTimeInterval)timeoutInterval
88 HRESULT initWithURL([in] BSTR url, [in] WebURLRequestCachePolicy cachePolicy, [in] double timeoutInterval);
  /external/webkit/WebKit/win/
WebURLResponse.h 54 virtual HRESULT STDMETHODCALLTYPE initWithURL(
WebMutableURLRequest.h 92 virtual HRESULT STDMETHODCALLTYPE initWithURL(
WebMutableURLRequest.cpp 194 HRESULT STDMETHODCALLTYPE WebMutableURLRequest::initWithURL(
WebURLResponse.cpp 293 HRESULT STDMETHODCALLTYPE WebURLResponse::initWithURL(
  /external/webkit/WebKitTools/WebKitLauncher/
WebKitLauncherURLProtocol.m 92 NSURLResponse *response = [[NSURLResponse alloc] initWithURL:[[self request] URL] MIMEType:@"text/javascript" expectedContentLength:0 textEncodingName:@"utf-8"];
105 NSURLResponse *response = [[NSURLResponse alloc] initWithURL:[[self request] URL] MIMEType:@"text/plain" expectedContentLength:0 textEncodingName:@"utf-8"];
  /external/webkit/WebCore/platform/network/mac/
ResourceResponseMac.mm 55 const_cast<ResourceResponse*>(this)->m_nsResponse.adoptNS([[NSURLResponse alloc] initWithURL:m_url MIMEType:m_mimeType expectedContentLength:expectedContentLength textEncodingName:m_textEncodingName]);
ResourceRequestMac.mm 105 nsRequest = [[NSMutableURLRequest alloc] initWithURL:url()];
  /external/webkit/WebKitTools/DumpRenderTree/win/
WorkQueueItemWin.cpp 75 bool failed = FAILED(request->initWithURL(urlBSTR, WebURLRequestUseProtocolCachePolicy, 60));
DumpRenderTree.cpp 936 request->initWithURL(urlBStr, WebURLRequestUseProtocolCachePolicy, 60);
    [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp 188 if (FAILED(request->initWithURL(BString(urlStringRef), WebURLRequestUseProtocolCachePolicy, 60)))
  /external/webkit/WebKitTools/WinLauncher/
WinLauncher.cpp 484 hr = request->initWithURL(urlBStr, WebURLRequestUseProtocolCachePolicy, 60);
  /external/webkit/WebKit/mac/WebCoreSupport/
WebInspectorClient.mm 206 NSURLRequest *request = [[NSURLRequest alloc] initWithURL:[NSURL fileURLWithPath:path]];
  /external/webkit/WebKitTools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 266 WebSecurityOrigin *origin = [[WebSecurityOrigin alloc] initWithURL:[NSURL URLWithString:@"file:///"]];
  /external/webkit/WebKit/mac/Misc/
WebNSURLExtras.mm 603 NSURLRequest *request = [[NSURLRequest alloc] initWithURL:self];
    [all...]
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm 586 RetainPtr<NSURLResponse> response(AdoptNS, [[NSURLResponse alloc] initWithURL:URL
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebView.mm     [all...]
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginView.mm     [all...]
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 459 milliseconds