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

12 3 4

  /external/webkit/Source/WebKit2/UIProcess/cf/
WebBackForwardListCF.cpp 73 RetainPtr<CFDataRef> entryData(AdoptCF, CFDataCreate(kCFAllocatorDefault, m_entries[i]->backForwardData().data(), m_entries[i]->backForwardData().size()));
147 CFDataRef backForwardData = (CFDataRef)CFDictionaryGetValue(entryDictionary, SessionHistoryEntryDataKey());
WebPageProxyCF.cpp 90 RetainPtr<CFDataRef> stateCFData(AdoptCF, (CFDataRef)CFWriteStreamCopyProperty(writeStream.get(), kCFStreamPropertyDataWritten));
120 RetainPtr<CFDataRef> data(AdoptCF, CFDataCreate(0, webData->bytes() + sizeof(UInt32), webData->size() - sizeof(UInt32)));
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
ImageGStreamerCG.mm 46 RetainPtr<CFDataRef> data(AdoptCF, CFDataCreateWithBytesNoCopy(0, static_cast<UInt8*>(GST_BUFFER_DATA(buffer)), GST_BUFFER_SIZE(buffer), kCFAllocatorNull));
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PDFViewController.h 87 RetainPtr<CFDataRef> m_pdfData;
  /external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h 39 typedef const struct __CFData* CFDataRef;
89 CFDataRef wkGetSSLPeerCertificateData(CFDictionaryRef);
91 void wkSetSSLPeerCertificateData(CFMutableDictionaryRef, CFDataRef);
97 void wkSetClientCertificateInSSLProperties(CFMutableDictionaryRef, CFDataRef);
  /external/webkit/Source/WebKit2/Shared/cf/
ArgumentCodersCF.cpp 104 encode(encoder, static_cast<CFDataRef>(typeRef));
156 RetainPtr<CFDataRef> data;
263 void encode(ArgumentEncoder* encoder, CFDataRef data)
271 bool decode(ArgumentDecoder* decoder, RetainPtr<CFDataRef>& result)
486 RetainPtr<CFDataRef> data(AdoptCF, SecCertificateCopyData(certificate));
492 RetainPtr<CFDataRef> data;
  /external/webkit/Source/WebCore/history/cf/
HistoryPropertyList.cpp 59 RetainPtr<CFDataRef> HistoryPropertyListWriter::releaseData()
65 RetainPtr<CFDataRef> data(AdoptCF, CFDataCreateWithBytesNoCopy(0, buffer, m_bufferSize, 0));
  /external/webkit/Source/WebCore/platform/
FileSystem.h 57 typedef const struct __CFData* CFDataRef;
217 bool safeCreateFile(const String&, CFDataRef);
  /external/webkit/Source/WebCore/platform/graphics/
BitmapImage.h 139 virtual CFDataRef getTIFFRepresentation();
282 mutable RetainPtr<CFDataRef> m_tiffRep; // Cached TIFF rep for frame 0. Only built lazily if someone queries for one.
Image.h 136 virtual CFDataRef getTIFFRepresentation() { return 0; }
ImageSource.h 40 typedef const struct __CFData* CFDataRef;
  /external/webkit/Tools/DumpRenderTree/mac/
WebArchiveDumpSupportMac.mm 52 CFURLResponseRef createCFURLResponseFromResponseData(CFDataRef responseData)
DumpRenderTreePasteboard.m 182 CFDataRef data = NULL;
193 CFDataRef data = NULL;
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCustomPlatformData.cpp 73 RetainPtr<CFDataRef> bufferData(AdoptCF, buffer->createCFData());
SimpleFontDataMac.mm 298 static CFDataRef copyFontTableForTag(FontPlatformData& platformData, FourCharCode tableName)
328 RetainPtr<CFDataRef> os2Table(AdoptCF, copyFontTableForTag(m_platformData, 'OS/2'));
335 RetainPtr<CFDataRef> headTable(AdoptCF, copyFontTableForTag(m_platformData, 'head'));
  /external/webkit/Source/WebCore/platform/image-decoders/cg/
ImageDecoderCG.cpp 84 RetainPtr<CFDataRef> data(AdoptCF, CFDataCreate(kCFAllocatorDefault, reinterpret_cast<const UInt8*>(colorProfile.data()), colorProfile.size()));
  /external/webkit/Source/WebKit/win/
WebArchive.cpp 147 RetainPtr<CFDataRef> cfData = m_archive->rawDataRepresentation();
WebHistory.h 157 RetainPtr<CFDataRef> data() const;
  /external/chromium/net/base/
keygen_handler_mac.cc 134 CFDataRef key_data = NULL;
141 base::mac::ScopedCFTypeRef<CFDataRef> scoped_key_data(key_data);
  /external/webkit/Source/WebCore/platform/network/cf/
ResourceHandleCFNet.cpp 114 static HashMap<String, RetainPtr<CFDataRef> >& clientCerts()
116 static HashMap<String, RetainPtr<CFDataRef> > certs;
202 void didReceiveData(CFURLConnectionRef conn, CFDataRef data, CFIndex originalLength, const void* clientInfo)
321 CFDataRef data = CFDataCreate(0, (const UInt8*)e.m_data.data(), e.m_data.size());
356 HashMap<String, RetainPtr<CFDataRef> >::iterator clientCert = clientCerts().find(request.url().host().lower());
665 RetainPtr<CFDataRef> data = client->data();
690 void ResourceHandle::setClientCertificate(const String& host, CFDataRef cert)
718 RetainPtr<CFDataRef> data(AdoptCF, CFURLConnectionSendSynchronousRequest(cfRequest.get(), &cfResponse, &cfError, request.timeoutInterval()));
    [all...]
ResourceErrorCF.cpp 49 ResourceError::ResourceError(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription, CFDataRef certificate)
  /external/webkit/Source/WebKit/mac/WebView/
WebPDFDocumentExtras.mm 111 RetainPtr<CFDataRef> data;
WebPDFRepresentation.mm 94 CGDataProviderRef provider = CGDataProviderCreateWithCFData((CFDataRef)data);
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
CDPlayer.c 141 CFDataRef dataRef = 0;
217 CFDataRef theRawTOCDataRef;
223 theRawTOCDataRef = (CFDataRef)CFDictionaryGetValue (dictRef, CFSTR(kRawTOCDataString));
  /external/webkit/Source/WebCore/platform/graphics/cg/
PDFDocumentImage.cpp 82 RetainPtr<CFDataRef> data(AdoptCF, this->data()->createCFData());

Completed in 2692 milliseconds

12 3 4