/external/webkit/Source/WebKit/mac/WebView/ |
WebFrame.mm | [all...] |
WebViewInternal.h | 134 - (WebDownload *)_downloadURL:(NSURL *)URL;
|
WebPreferences.mm | 648 - (NSURL *)userStyleSheetLocation 653 return [NSURL _web_URLWithDataAsString:locationString]; 656 return [NSURL fileURLWithPath:locationString]; 660 - (void)setUserStyleSheetLocation:(NSURL *)URL [all...] |
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebFrameLoaderClient.mm | 149 - (void)_setOriginatingURL:(NSURL *)originatingURL; 305 NSURL *originalURL = nil; 336 NSURL *hostOnlyURL = [[NSURL alloc] initWithString:hostOnlyURLString]; 449 NSURL* url = imageURL; 563 NSURL *cocoaURL = url; [all...] |
WebEditorClient.mm | 330 NSString *WebEditorClient::userVisibleString(NSURL *URL) 335 NSURL *WebEditorClient::canonicalizeURL(NSURL *URL) 340 NSURL *WebEditorClient::canonicalizeURLString(NSString *URLString) 342 NSURL *URL = nil; 344 URL = [[NSURL _web_URLWithUserTypedString:URLString] _webkit_canonicalize]; [all...] |
WebInspectorClient.mm | 141 return [[NSURL fileURLWithPath:path] absoluteString]; 253 NSURLRequest *request = [[NSURLRequest alloc] initWithURL:[NSURL fileURLWithPath:path]];
|
/external/webkit/WebKitLibraries/ |
WebKitSystemInterface.h | 247 NSArray *WKHTTPCookiesForURL(CFHTTPCookieStorageRef, NSURL *); 248 void WKSetHTTPCookiesForURL(CFHTTPCookieStorageRef, NSArray *, NSURL *, NSURL *);
|
/external/webkit/Source/WebCore/platform/graphics/avfoundation/ |
MediaPlayerPrivateAVFoundationObjC.mm | 243 NSURL *cocoaURL = KURL(ParsedURLString, url); 263 NSURL* localURL = [NSURL fileURLWithPath:resource->path()];
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
HostedNetscapePluginStream.mm | 94 void HostedNetscapePluginStream::startStream(NSURL *responseURL, long long expectedContentLength, NSDate *lastModifiedDate, NSString *mimeType, NSData *headers)
|
NetscapePluginInstanceProxy.mm | 564 NSURL *fileURL = [NSURL _web_URLWithDataAsString:(NSString *)bufString.get()]; 629 NSURL *URL = [request URL]; 690 NSURL *URL = [pluginRequest->request() URL]; 736 NSURL *URL = [request URL]; [all...] |
WebHostedNetscapePluginView.mm | 75 URL:(NSURL *)URL 76 baseURL:(NSURL *)baseURL
|
NetscapePluginHostManager.mm | 214 PassRefPtr<NetscapePluginInstanceProxy> NetscapePluginHostManager::instantiatePlugin(const String& pluginPath, cpu_type_t pluginArchitecture, const String& bundleIdentifier, WebHostedNetscapePluginView *pluginView, NSString *mimeType, NSArray *attributeKeys, NSArray *attributeValues, NSString *userAgent, NSURL *sourceURL, bool fullFrame, bool isPrivateBrowsingEnabled, bool isAcceleratedCompositingEnabled)
|
/external/webkit/Tools/MiniBrowser/mac/ |
AppDelegate.m | 263 [controller loadURLString:[[NSURL fileURLWithPath:filePath] absoluteString]];
|
/external/webkit/Source/WebCore/platform/mac/ |
HTMLConverter.mm | 50 static NSFileWrapper *fileWrapperForURL(DocumentLoader *, NSURL *); 67 @interface NSURL (WebCoreNSURLDetails) 68 // FIXME: What is the reason to use this Foundation method, and not +[NSURL URLWithString:relativeToURL:]? 69 + (NSURL *)_web_URLWithString:(NSString *)string relativeToURL:(NSURL *)baseURL; [all...] |
DragImageMac.mm | 238 NSURL *cocoaURL = url;
|
/external/clang/test/Analysis/Inputs/ |
system-header-simulator-objc.h | 94 @end @class NSString, NSURL, NSError;
|
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/ |
main.m | 71 NSURL *movieURL; 162 obj->movieURL = [[NSURL URLWithString:urlString] retain];
|
MovieControllerLayer.m | 60 NSURL *url = [[NSBundle bundleForClass:[MovieControllerLayer class]] URLForResource:name withExtension:@"tiff"];
|
/external/webkit/Source/WebKit/mac/Plugins/ |
WebBasePluginPackage.mm | 117 newPath = [(NSURL *)URL path]; 130 cfBundle.adoptCF(CFBundleCreate(kCFAllocatorDefault, (CFURLRef)[NSURL fileURLWithPath:path]));
|
WebNetscapePluginView.mm | [all...] |
/external/webkit/Tools/DumpRenderTree/mac/ |
FrameLoadDelegate.mm | 56 @interface NSURL (DRTExtras) 350 - (void)webView:(WebView *)sender willPerformClientRedirectToURL:(NSURL *)URL delay:(NSTimeInterval)seconds fireDate:(NSDate *)date forFrame:(WebFrame *)frame
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
MediaPlayerPrivateQTKit.mm | 270 NSURL *cocoaURL = KURL(ParsedURLString, url); 319 NSURL* cocoaURL = !localPath.isEmpty() ? [NSURL fileURLWithPath:localPath isDirectory:NO] : nil; 366 void MediaPlayerPrivateQTKit::createQTMovie(NSURL *url, NSDictionary *movieAttributes) [all...] |
/external/webkit/Tools/WebKitLauncher/ |
main.m | 155 NSBundle *safariBundle = [NSBundle bundleWithPath:[(NSURL *)safariURL path]];
|
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
PDFViewController.mm | 70 NSString *appPath = [(NSURL *)appURL path]; 347 - (void)PDFViewWillClickOnLink:(PDFView *)sender withURL:(NSURL *)URL
|
/external/webkit/Source/WebCore/bindings/objc/ |
PublicDOMInterfaces.h | 347 @property(readonly, copy) NSURL *absoluteLinkURL AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER; 380 @property(readonly, copy) NSURL *absoluteLinkURL AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER; 594 @property(readonly, copy) NSURL *absoluteImageURL AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER; 622 @property(readonly, copy) NSURL *absoluteImageURL AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER; [all...] |