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

  /external/chromium_org/webkit/browser/appcache/
appcache_response.h 169 void SetReadRange(int offset, int length);
appcache_response_unittest.cc 512 reader_->SetReadRange(kBlockSize, kBlockSize);
526 reader_->SetReadRange(kBlockSize, kNumBlocks * kBlockSize);
540 reader_->SetReadRange((kNumBlocks * kBlockSize) + 1, kBlockSize);
appcache_url_request_job.cc 318 reader_->SetReadRange(offset, length);
appcache_response.cc 213 void AppCacheResponseReader::SetReadRange(int offset, int length) {

Completed in 56 milliseconds