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

  /external/webkit/Source/WebCore/platform/network/win/
DownloadBundleWin.cpp 119 Vector<UInt8> footerBuffer;
169 footerBuffer.resize(footerLength);
170 if (fread(footerBuffer.data(), 1, footerLength, bundle) != footerLength) {
188 result = CFDataCreate(0, footerBuffer.data(), footerLength);

Completed in 158 milliseconds