HomeSort by relevance Sort by last modified time
    Searched refs:captureSnapshot (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/fileapi/
Blob.cpp 74 static_cast<const File*>(this)->captureSnapshot(size, modificationTime);
File.cpp 93 void File::captureSnapshot(long long& snapshotSize, double& snapshotModificationTime) const
File.h 70 void captureSnapshot(long long& snapshotSize, double& snapshotModificationTime) const;
WebKitBlobBuilder.cpp 110 file->captureSnapshot(snapshotSize, snapshotModificationTime);

Completed in 344 milliseconds