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

1 2

  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebSecurityOriginPrivate.h 38 - (id)initWithURL:(NSURL *)url;
WebSecurityOrigin.mm 41 - (id)initWithURL:(NSURL *)url
WebInspectorClient.mm 253 NSURLRequest *request = [[NSURLRequest alloc] initWithURL:[NSURL fileURLWithPath:path]];
  /external/webkit/Source/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 276 return [[[self alloc] initWithURL:URL title:nil] autorelease];
290 - (id)initWithURL:(NSURL *)URL target:(NSString *)target parent:(NSString *)parent title:(NSString *)title
434 - (id)initWithURL:(NSURL *)URL title:(NSString *)title
  /external/webkit/Source/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/Source/WebKit/win/
WebURLResponse.h 51 virtual HRESULT STDMETHODCALLTYPE initWithURL(
WebMutableURLRequest.h 90 virtual HRESULT STDMETHODCALLTYPE initWithURL(
WebMutableURLRequest.cpp 195 HRESULT STDMETHODCALLTYPE WebMutableURLRequest::initWithURL(
WebURLResponse.cpp 291 HRESULT STDMETHODCALLTYPE WebURLResponse::initWithURL(
  /external/webkit/Tools/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/Source/WebCore/platform/network/mac/
ResourceResponseMac.mm 65 const_cast<ResourceResponse*>(this)->m_nsResponse.adoptNS([[NSURLResponse alloc] initWithURL:m_url MIMEType:m_mimeType expectedContentLength:expectedContentLength textEncodingName:m_textEncodingName]);
ResourceRequestMac.mm 116 nsRequest = [[NSMutableURLRequest alloc] initWithURL:url()];
  /external/webkit/Tools/DumpRenderTree/win/
WorkQueueItemWin.cpp 75 bool failed = FAILED(request->initWithURL(urlBSTR, WebURLRequestUseProtocolCachePolicy, 60));
DumpRenderTree.cpp     [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 152 WebSecurityOrigin *origin = [[WebSecurityOrigin alloc] initWithURL:[NSURL URLWithString:(NSString *)urlCF.get()]];
195 WebSecurityOrigin *origin = [[WebSecurityOrigin alloc] initWithURL:[NSURL URLWithString:(NSString *)urlCF.get()]];
377 WebSecurityOrigin *origin = [[WebSecurityOrigin alloc] initWithURL:[NSURL URLWithString:@"http://127.0.0.1:8000"]];
407 WebSecurityOrigin *origin = [[WebSecurityOrigin alloc] initWithURL:[NSURL URLWithString:@"file:///"]];
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundationObjC.mm 244 m_avAsset.adoptNS([[AVURLAsset alloc] initWithURL:cocoaURL options:nil]);
264 m_avAsset.adoptNS([[AVURLAsset alloc] initWithURL:localURL options:nil]);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp 167 if (FAILED(request->initWithURL(BString(urlStringRef), WebURLRequestUseProtocolCachePolicy, 60)))
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 617 NSMutableURLRequest* request = [[NSMutableURLRequest alloc] initWithURL:url];
633 NSMutableURLRequest* request = [[NSMutableURLRequest alloc] initWithURL:url];
  /external/webkit/Tools/WinLauncher/
WinLauncher.cpp 481 hr = request->initWithURL(urlBStr, WebURLRequestUseProtocolCachePolicy, 60);
  /external/webkit/Source/WebKit/mac/Misc/
WebNSURLExtras.mm 603 NSURLRequest *request = [[NSURLRequest alloc] initWithURL:self];
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm 710 RetainPtr<NSURLResponse> response(AdoptNS, [[NSURLResponse alloc] initWithURL:URL
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.mm     [all...]

Completed in 2302 milliseconds

1 2