HomeSort by relevance Sort by last modified time
    Searched full:createwithoutcopying (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit2/Shared/
WebData.h 43 static PassRefPtr<WebData> createWithoutCopying(const unsigned char* bytes, size_t size, FreeDataFunction freeDataFunction, const void* context)
57 return createWithoutCopying(copiedBytes, size, fastFreeBytes, 0);
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PDFViewController.mm 536 RefPtr<WebData> data = WebData::createWithoutCopying(CFDataGetBytePtr(m_pdfData.get()), CFDataGetLength(m_pdfData.get()), releaseCFData, m_pdfData.get());
  /external/webkit/Source/WebKit2/
ChangeLog     [all...]

Completed in 119 milliseconds