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

1 2 3

  /external/webkit/WebCore/platform/cf/
KURLCFNet.cpp 36 KURL::KURL(CFURLRef url)
62 CFURLRef KURL::createCFURL() const
75 CFURLRef result = CFURLCreateAbsoluteURLWithBytes(0, reinterpret_cast<const UInt8*>(buffer.data()), buffer.size(), kCFStringEncodingUTF8, 0, true);
83 RetainPtr<CFURLRef> cfURL(AdoptCF, createCFURL());
  /external/webkit/WebCore/platform/mac/
KURLMac.mm 40 CFIndex bytesLength = CFURLGetBytes(reinterpret_cast<CFURLRef>(url), 0, 0);
43 CFURLGetBytes(reinterpret_cast<CFURLRef>(url), reinterpret_cast<UInt8*>(bytes), bytesLength);
WebCoreNSStringExtras.mm 83 RetainPtr<CFURLRef> url(AdoptCF, CFURLCreateFromFSRef(NULL, &fref));
WebCoreSystemInterface.mm 89 CFHTTPMessageRef (*wkCopyCONNECTProxyResponse)(CFReadStreamRef, CFURLRef responseURL);
  /external/webkit/WebKit/win/
MarshallingHelpers.h 42 static CFURLRef PathStringToFileCFURLRef(const WebCore::String&);
43 static WebCore::String FileCFURLRefToPathString(CFURLRef fileURL);
44 static CFURLRef BSTRToCFURLRef(BSTR);
MarshallingHelpers.cpp 54 CFURLRef MarshallingHelpers::PathStringToFileCFURLRef(const String& string)
57 CFURLRef pathURL = CFURLCreateWithFileSystemPath(0, cfPath, kCFURLWindowsPathStyle, false);
62 String MarshallingHelpers::FileCFURLRefToPathString(CFURLRef fileURL)
70 CFURLRef MarshallingHelpers::BSTRToCFURLRef(BSTR urlStr)
76 CFURLRef urlRef = CFURLCreateWithString(0, urlCFString, 0);
WebHistory.h 144 HRESULT loadHistoryGutsFromURL(CFURLRef url, CFMutableArrayRef discardedItems, IWebError** error);
145 HRESULT saveHistoryGuts(CFURLRef url, IWebError** error);
WebDownload.h 119 void didCreateDestination(CFURLRef);
WebDownloadCFNet.cpp 70 static void didCreateDestinationCallback(CFURLDownloadRef download, CFURLRef path, const void *clientInfo);
184 RetainPtr<CFURLRef> pathURL(AdoptCF, MarshallingHelpers::PathStringToFileCFURLRef(String(bundlePath, SysStringLen(bundlePath))));
293 CFURLRef pathURL = MarshallingHelpers::PathStringToFileCFURLRef(m_bundlePath);
446 void WebDownload::didCreateDestination(CFURLRef destination)
541 void didCreateDestinationCallback(CFURLDownloadRef, CFURLRef path, const void *clientInfo)
  /external/webkit/WebCore/platform/network/cf/
ResourceErrorCF.cpp 94 CFURLRef failingURL = (CFURLRef) CFDictionaryGetValue(userInfo.get(), failingURLKey);
96 RetainPtr<CFURLRef> absoluteURLRef(AdoptCF, CFURLCopyAbsoluteURL(failingURL));
132 RetainPtr<CFURLRef> url(AdoptCF, KURL(ParsedURLString, m_failingURL).createCFURL());
SocketStreamHandle.h 64 void executePACFileURL(CFURLRef);
107 RetainPtr<CFURLRef> m_httpsURL; // ws(s): replaced with https:
ResourceRequestCFNet.cpp 107 RetainPtr<CFURLRef> url(AdoptCF, ResourceRequest::url().createCFURL());
108 RetainPtr<CFURLRef> firstPartyForCookies(AdoptCF, ResourceRequest::firstPartyForCookies().createCFURL());
FormDataStreamCFNet.cpp 149 CFURLRef fileURL = CFURLCreateWithFileSystemPath(0, filename, kCFURLWindowsPathStyle, FALSE);
151 CFURLRef fileURL = CFURLCreateWithFileSystemPath(0, filename, kCFURLPOSIXPathStyle, FALSE);
  /external/webkit/WebCore/platform/graphics/win/
QTMovieWin.h 62 typedef const struct __CFURL * CFURLRef;
119 void load(CFURLRef, bool preservesPitch);
FontDatabase.cpp 83 RetainPtr<CFURLRef> url(AdoptCF, CFURLCreateFromFileSystemRepresentation(0, reinterpret_cast<const UInt8*>(plistPath.data()), plistPath.length(), false));
  /external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h 49 typedef const struct __CFURL* CFURLRef;
90 CFHTTPMessageRef wkCopyCONNECTProxyResponse(CFReadStreamRef, CFURLRef responseURL);
  /external/webkit/WebCore/platform/network/win/
CookieJarCFNetWin.cpp 77 RetainPtr<CFURLRef> urlCF(AdoptCF, url.createCFURL());
78 RetainPtr<CFURLRef> firstPartyForCookiesCF(AdoptCF, document->firstPartyForCookies().createCFURL());
101 RetainPtr<CFURLRef> urlCF(AdoptCF, url.createCFURL());
115 RetainPtr<CFURLRef> urlCF(AdoptCF, url.createCFURL());
138 RetainPtr<CFURLRef> urlCF(AdoptCF, url.createCFURL());
171 RetainPtr<CFURLRef> urlCF(AdoptCF, url.createCFURL());
  /external/webkit/WebKit/mac/Misc/
WebNSURLExtras.mm 441 result = WebCFAutorelease(CFURLCreateAbsoluteURLWithBytes(NULL, bytes, length, kCFStringEncodingUTF8, (CFURLRef)baseURL, YES));
443 result = WebCFAutorelease(CFURLCreateAbsoluteURLWithBytes(NULL, bytes, length, kCFStringEncodingISOLatin1, (CFURLRef)baseURL, YES));
453 CFIndex bytesFilled = CFURLGetBytes((CFURLRef)self, buffer, URL_BYTES_BUFFER_LENGTH);
455 CFIndex bytesToAllocate = CFURLGetBytes((CFURLRef)self, NULL, 0);
457 bytesFilled = CFURLGetBytes((CFURLRef)self, buffer, bytesToAllocate);
464 NSURL *baseURL = (NSURL *)CFURLGetBaseURL((CFURLRef)self);
588 if (!CFURLGetBaseURL((CFURLRef)self))
589 return CFURLGetBytes((CFURLRef)self, NULL, 0) == 0;
624 CFRange fragRg = CFURLGetByteRangeForComponent((CFURLRef)self, component, NULL);
629 CFIndex numBytes = CFURLGetBytes((CFURLRef)self, buffer, 2048)
    [all...]
  /external/webkit/JavaScriptGlue/
UserObjectImp.cpp 195 CFURLRef absURL = CFURLCopyAbsoluteURL((CFURLRef)cfValue);
272 CFURLRef absURL = CFURLCopyAbsoluteURL((CFURLRef)cfValue);
395 CFURLRef absURL = CFURLCopyAbsoluteURL((CFURLRef)cfValue);
  /external/stlport/test/eh/
mwerks_console_OS_X.c 39 CFURLRef theFrameworkURL;
40 CFURLRef theBundleURL;
  /external/chromium/net/proxy/
proxy_resolver_mac.cc 65 scoped_cftyperef<CFURLRef> query_url_ref(
73 scoped_cftyperef<CFURLRef> pac_url_ref(
  /external/webkit/WebCore/platform/
KURL.h 32 typedef const struct __CFURL* CFURLRef;
187 KURL(CFURLRef);
188 CFURLRef createCFURL() const;
  /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/WebCore/plugins/mac/
PluginPackageMac.cpp 83 WTF::RetainPtr<CFURLRef> url =
261 WTF::RetainPtr<CFURLRef> url(AdoptCF, CFURLCreateWithFileSystemPath(kCFAllocatorDefault, path.get(),
  /external/webkit/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp 183 RetainPtr<CFURLRef> htmlURLRef(AdoptCF, CFBundleCopyResourceURL(getWebKitBundle(), CFSTR("inspector"), CFSTR("html"), CFSTR("inspector")));
200 RetainPtr<CFURLRef> url(AdoptCF, CFBundleCopyResourceURL(getWebKitBundle(), CFSTR("localizedStrings"), CFSTR("js"), 0));

Completed in 524 milliseconds

1 2 3