HomeSort by relevance Sort by last modified time
    Searched refs:CFURLRef (Results 26 - 50 of 81) sorted by null

12 3 4

  /external/chromium/net/proxy/
proxy_resolver_mac.cc 71 base::mac::ScopedCFTypeRef<CFURLRef> query_url_ref(
81 base::mac::ScopedCFTypeRef<CFURLRef> pac_url_ref(
  /external/webkit/Source/WebCore/platform/network/cf/
DNSCFNet.cpp 86 static CFURLRef httpCFURL = KURL(ParsedURLString, "http://example.com/").createCFURL();
87 static CFURLRef httpsCFURL = KURL(ParsedURLString, "https://example.com/").createCFURL();
ProxyServerCFNet.cpp 45 RetainPtr<CFURLRef> cfURL(AdoptCF, url.createCFURL());
ResourceRequestCFNet.cpp 118 RetainPtr<CFURLRef> url(AdoptCF, ResourceRequest::url().createCFURL());
119 RetainPtr<CFURLRef> firstPartyForCookies(AdoptCF, ResourceRequest::firstPartyForCookies().createCFURL());
ResourceResponseCFNet.cpp 53 RetainPtr<CFURLRef> url(AdoptCF, m_url.createCFURL());
  /external/webkit/Source/WebKit/win/
WebHistory.h 143 HRESULT loadHistoryGutsFromURL(CFURLRef url, CFMutableArrayRef discardedItems, IWebError** error);
144 HRESULT saveHistoryGuts(CFURLRef url, IWebError** error);
WebDownload.h 119 void didCreateDestination(CFURLRef);
WebDownloadCFNet.cpp 69 static void didCreateDestinationCallback(CFURLDownloadRef download, CFURLRef path, const void *clientInfo);
183 RetainPtr<CFURLRef> pathURL(AdoptCF, MarshallingHelpers::PathStringToFileCFURLRef(String(bundlePath, SysStringLen(bundlePath))));
292 CFURLRef pathURL = MarshallingHelpers::PathStringToFileCFURLRef(m_bundlePath);
445 void WebDownload::didCreateDestination(CFURLRef destination)
540 void didCreateDestinationCallback(CFURLDownloadRef, CFURLRef path, const void *clientInfo)
  /external/webkit/Tools/MiniBrowser/mac/WebBundle/
WebBundleMain.m 43 CFURLRef cfURL = WKURLCopyCFURL(0, wkURL);
  /external/opencv/otherlibs/highgui/
grfmt_imageio.cpp 39 CFURLRef imageURLRef = CFURLCreateFromFileSystemRepresentation( NULL,
93 CFURLRef imageURLRef;
358 CFURLRef imageURLRef = CFURLCreateFromFileSystemRepresentation( NULL,
  /external/webkit/Source/WebCore/platform/
KURL.h 34 typedef const struct __CFURL* CFURLRef;
202 KURL(CFURLRef);
203 CFURLRef createCFURL() const;
FileSystem.h 201 RetainPtr<CFURLRef> pathAsURL(const String&);
  /external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
DownloadCFNet.cpp 53 static void didCreateDestinationCallback(CFURLDownloadRef download, CFURLRef path, const void* clientInfo);
135 RetainPtr<CFURLRef> bundlePathURL(AdoptCF, CFURLCreateWithFileSystemPath(0, bundlePath.get(), kCFURLWindowsPathStyle, false));
191 void didCreateDestinationCallback(CFURLDownloadRef, CFURLRef, const void* clientInfo)
  /external/webkit/Tools/WebKitTestRunner/win/
TestControllerWin.cpp 134 RetainPtr<CFURLRef> bundleURL(AdoptCF, CFBundleCopyExecutableURL(CFBundleGetMainBundle()));
135 RetainPtr<CFURLRef> bundleDirectoryURL(AdoptCF, CFURLCreateCopyDeletingLastPathComponent(0, bundleURL.get()));
137 RetainPtr<CFURLRef> testPluginDirectoryURL(AdoptCF, CFURLCreateCopyAppendingPathComponent(0, bundleDirectoryURL.get(), testPluginDirectoryNameString.get(), true));
  /external/webkit/Tools/MiniBrowser/mac/
BrowserWindowController.m 64 CFURLRef cfURL = CFURLCreateWithString(0, (CFStringRef)[urlText stringValue], 0);
408 CFURLRef cfURL = WKURLCopyCFURL(0, wkURL);
429 CFURLRef cfURL = WKURLCopyCFURL(0, wkURL);
453 CFURLRef cfURL = WKURLCopyCFURL(0, wkURL);
519 CFURLRef cfURL = WKURLCopyCFURL(0, wkURL);
551 WKURLRef wkURL = WKURLCreateWithCFURL((CFURLRef)nsURL);
688 CFURLRef cfSourceURL = WKURLCopyCFURL(0, url);
  /external/webkit/Tools/MiniBrowser/win/
BrowserView.cpp 142 CFURLRef cfURL = CFURLCreateWithString(0, string, 0);
  /external/webkit/Source/WebCore/platform/mac/
WebCoreNSStringExtras.mm 83 RetainPtr<CFURLRef> url(AdoptCF, CFURLCreateFromFSRef(NULL, &fref));
WebCoreSystemInterface.mm 99 CFHTTPMessageRef (*wkCopyCONNECTProxyResponse)(CFReadStreamRef, CFURLRef responseURL);
190 CFURLRef (*wkGetCFURLResponseURL)(CFURLResponseRef);
WebCoreSystemInterface.h 163 extern CFHTTPMessageRef (*wkCopyCONNECTProxyResponse)(CFReadStreamRef, CFURLRef responseURL);
271 extern CFURLRef (*wkGetCFURLResponseURL)(CFURLResponseRef);
  /external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h 56 typedef const struct __CFURL* CFURLRef;
114 CFHTTPMessageRef wkCopyCONNECTProxyResponse(CFReadStreamRef, CFURLRef responseURL);
  /external/qemu/distrib/sdl-1.2.12/src/main/macosx/
SDLMain.m 90 CFURLRef url = CFBundleCopyBundleURL(CFBundleGetMainBundle());
91 CFURLRef url2 = CFURLCreateCopyDeletingLastPathComponent(0, url);
  /external/webkit/Source/WebKit2/UIProcess/win/
WebInspectorProxyWin.cpp 199 RetainPtr<CFURLRef> htmlURLRef(AdoptCF, CFBundleCopyResourceURL(webKitBundle(), CFSTR("inspector"), CFSTR("html"), CFSTR("inspector")));
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebDragClientMac.mm 182 - (CFURLRef)copyDropDirectory
188 CFURLRef location = 0;
  /external/webkit/Source/WebCore/plugins/mac/
PluginPackageMac.cpp 81 WTF::RetainPtr<CFURLRef> url =
259 WTF::RetainPtr<CFURLRef> url(AdoptCF, CFURLCreateWithFileSystemPath(kCFAllocatorDefault, path.get(),
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp 162 RetainPtr<CFURLRef> htmlURLRef(AdoptCF, CFBundleCopyResourceURL(getWebKitBundle(), CFSTR("inspector"), CFSTR("html"), CFSTR("inspector")));
239 RetainPtr<CFURLRef> url(AdoptCF, CFBundleCopyResourceURL(getWebKitBundle(), CFSTR("localizedStrings"), CFSTR("js"), 0));

Completed in 1267 milliseconds

12 3 4