Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/loader/
Dresource_dispatcher_host_impl.cc1854 uint64 upload_size; member
1870 i->second.upload_size); in LoadInfoUpdateCallback()
1889 uint64 upload_size = request->GetUploadProgress().size(); in UpdateLoadStates() local
1891 upload_size = 0; in UpdateLoadStates()
1893 if (upload_size && largest_upload_size[id] < upload_size) in UpdateLoadStates()
1894 largest_upload_size[id] = upload_size; in UpdateLoadStates()
1926 load_info.upload_size = progress.size(); in UpdateLoadStates()
/external/chromium_org/content/browser/renderer_host/
Drender_view_host_delegate.h171 uint64 upload_size) {} in LoadStateChanged() argument
Drender_view_host_impl.h284 uint64 upload_size);
Drender_view_host_impl.cc863 uint64 upload_size) { in LoadStateChanged() argument
864 delegate_->LoadStateChanged(url, load_state, upload_position, upload_size); in LoadStateChanged()
/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_custom_dictionary.cc484 int upload_size = std::min( in Sync() local
492 it != dictionary_change.to_add().end() && i < upload_size; in Sync()
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.h443 uint64 upload_size) OVERRIDE; in NON_EXPORTED_BASE()
Dweb_contents_impl.cc4013 uint64 upload_size) { in LoadStateChanged() argument
4016 upload_size_ = upload_size; in LoadStateChanged()