Home
last modified time | relevance | path

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

/external/chromium_org/webkit/browser/appcache/
Dappcache_response.cc289 write_amount_(0), in AppCacheResponseWriter()
323 write_amount_ = static_cast<int>(pickle->size()); in ContinueWriteInfo()
325 WriteRaw(kResponseInfoIndex, 0, buffer_.get(), write_amount_); in ContinueWriteInfo()
338 write_amount_ = buf_len; in WriteData()
349 kResponseContentIndex, write_position_, buffer_.get(), write_amount_); in ContinueWriteData()
354 DCHECK(write_amount_ == result); in OnIOComplete()
Dappcache_response.h253 int write_amount_; variable