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

1 23 4

  /external/webkit/Source/WebKit2/WebProcess/WebPage/win/
WebPageWin.cpp 266 RetainPtr<CFURLRef> cfURL(AdoptCF, url.createCFURL());
290 RetainPtr<CFURLRef> cfURL(AdoptCF, url.createCFURL());
  /external/webkit/Source/WebCore/platform/audio/mac/
AudioFileReaderMac.cpp 71 CFURLRef urlRef = CFURLCreateFromFSRef(0, &fsref);
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovie.cpp 96 CFURLRef m_currentURL;
448 CFURLRef cfURL = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, urlStringRef, kCFURLWindowsPathStyle, false);
459 CFURLRef cfURL = CFURLCreateWithString(kCFAllocatorDefault, urlStringRef, 0);
467 void QTMovie::load(CFURLRef url, bool preservesPitch)
  /external/webkit/Source/WebKit/mac/Plugins/
WebBasePluginPackage.mm 116 CFURLRef URL = CFURLCreateFromFSRef(kCFAllocatorDefault, &fref);
130 cfBundle.adoptCF(CFBundleCreate(kCFAllocatorDefault, (CFURLRef)[NSURL fileURLWithPath:path]));
WebNetscapePluginStream.mm 633 CFURLRef url = (CFURLRef)[NSURL fileURLWithPath:posixPath];
WebNetscapePluginPackage.mm 234 RetainPtr<CFURLRef> executableURL(AdoptCF, CFBundleCopyExecutableURL(cfBundle.get()));
312 CFURLRef appURL = NULL;
  /external/webkit/Source/WebKit/win/
WebHistory.cpp 245 RetainPtr<CFURLRef> urlRef(AdoptCF, MarshallingHelpers::BSTRToCFURLRef(url));
273 HRESULT WebHistory::loadHistoryGutsFromURL(CFURLRef url, CFMutableArrayRef discardedItems, IWebError** /*error*/) //FIXME
361 RetainPtr<CFURLRef> urlRef(AdoptCF, MarshallingHelpers::BSTRToCFURLRef(url));
373 HRESULT WebHistory::saveHistoryGuts(CFURLRef url, IWebError** error)
    [all...]
WebLocalizableStrings.cpp 141 CFURLRef bundleURLRef = CFURLCreateWithFileSystemPath(0, bundlePathCFString, kCFURLWindowsPathStyle, true);
  /external/webkit/Source/WebKit2/Shared/Plugins/Netscape/mac/
NetscapePluginModuleMac.mm 95 RetainPtr<CFURLRef> propertyListURL(AdoptCF, CFURLCreateWithFileSystemPath(kCFAllocatorDefault, propertyListPath.get(), kCFURLPOSIXPathStyle, FALSE));
314 RetainPtr<CFURLRef> bundleURL(AdoptCF, CFURLCreateWithFileSystemPath(kCFAllocatorDefault, bundlePath.get(), kCFURLPOSIXPathStyle, false));
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 142 RetainPtr<CFURLRef> url(AdoptCF, CFURLCreateWithBytes(kCFAllocatorDefault, reinterpret_cast<const UInt8*>(urlString.c_str()), urlString.length() * sizeof(wstring::value_type), kCFStringEncodingUTF16, 0));
162 RetainPtr<CFURLRef> requestURL(AdoptCF, CFURLCreateWithBytes(kCFAllocatorDefault, reinterpret_cast<const UInt8*>(requestURLString.GetBSTR()), requestURLString.length() * sizeof(OLECHAR), kCFStringEncodingUTF16, 0));
163 RetainPtr<CFURLRef> baseURL(AdoptCF, CFURLCreateCopyDeletingLastPathComponent(kCFAllocatorDefault, requestURL.get()));
176 RetainPtr<CFURLRef> url(AdoptCF, CFURLCreateWithBytes(kCFAllocatorDefault, reinterpret_cast<const UInt8*>(urlString.c_str()), urlString.length() * sizeof(wstring::value_type), kCFStringEncodingUTF16, 0));
    [all...]
  /external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
MovieControllerLayer.m 65 CGImageSourceRef imageSource = CGImageSourceCreateWithURL((CFURLRef)url, NULL);
  /external/webkit/Source/WebCore/platform/network/cf/
SocketStreamHandleCFNet.cpp 142 void SocketStreamHandle::executePACFileURL(CFURLRef pacFileURL)
211 executePACFileURL(static_cast<CFURLRef>(pacFileURL));
ResourceHandleCFNet.cpp 373 CFURLRef url = CFURLRequestGetURL(newRequest);
    [all...]
  /external/webkit/Source/WebCore/platform/network/mac/
WebCoreURLResponse.mm 491 CFURLRef url = wkGetCFURLResponseURL(cfResponse);
  /external/webkit/Tools/WebKitLauncher/
main.m 150 CFURLRef safariURL = nil;
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 361 CFHTTPMessageRef WKCopyCONNECTProxyResponse(CFReadStreamRef, CFURLRef responseURL);
404 CFURLRef WKGetCFURLResponseURL(CFURLResponseRef);
  /external/webkit/Tools/DumpRenderTree/cf/
WebArchiveDumpSupport.cpp 35 CFURLRef CFURLResponseGetURL(CFURLResponseRef response);
  /external/webkit/Source/WebCore/platform/
KURLGoogle.cpp 406 KURL::KURL(CFURLRef)
412 CFURLRef KURL::createCFURL() const
    [all...]
  /external/chromium/chrome/common/
service_process_util_unittest.cc 423 base::mac::ScopedCFTypeRef<CFURLRef> url(
  /external/webkit/Source/WebCore/platform/network/curl/
ResourceHandleManager.cpp 72 RetainPtr<CFURLRef> certURLRef(AdoptCF, CFBundleCopyResourceURL(webKitBundle, CFSTR("cacert"), CFSTR("pem"), CFSTR("certificates")));
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PDFViewController.mm 64 CFURLRef appURL = 0;
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp     [all...]
  /external/webkit/Source/WebCore/platform/win/
ClipboardUtilitiesWin.cpp 60 RetainPtr<CFURLRef> cfURL(AdoptCF, CFURLCreateWithFileSystemPath(0, path, kCFURLWindowsPathStyle, false));
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm 276 CFArrayRef proxiesForURL = CFNetworkCopyProxiesForURL((CFURLRef)cocoaURL, proxySettings);
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebPDFView.mm 115 OSStatus error = LSCopyApplicationForMIMEType((CFStringRef)type, kLSRolesAll, (CFURLRef *)&appURL);
    [all...]

Completed in 1387 milliseconds

1 23 4