Home
last modified time | relevance | path

Searched refs:createBlobDataForFileWithName (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fileapi/
DFile.cpp66 static PassOwnPtr<BlobData> createBlobDataForFileWithName(const String& path, const String& fileSys… in createBlobDataForFileWithName() function
106 : Blob(BlobDataHandle::create(createBlobDataForFileWithName(path, name, policy), -1)) in File()