Searched refs:readDataSync (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/network/
H A DBlobResourceHandle.h87 int readDataSync(const BlobDataItem&, char*, int);
H A DBlobResourceHandle.cpp344 bytesRead = readDataSync(item, buf + offset, remaining);
369 int BlobResourceHandle::readDataSync(const BlobDataItem& item, char* buf, int length) function in class:WebCore::BlobResourceHandle

Completed in 166 milliseconds