Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/renderer_host/
Drender_view_host_delegate.h328 uint64 upload_position, in LoadStateChanged() argument
Drender_view_host_impl.h374 uint64 upload_position,
Drender_view_host_impl.cc1181 uint64 upload_position, in LoadStateChanged() argument
1183 delegate_->LoadStateChanged(url, load_state, upload_position, upload_size); in LoadStateChanged()
/external/chromium/chrome/browser/ui/tab_contents/
Dtab_contents_wrapper.cc180 static_cast<int>((100 * tab_contents()->upload_position()) / in GetStatusText()
/external/chromium_org/content/browser/loader/
Dresource_dispatcher_host_impl.cc1731 uint64 upload_position; member
1747 i->second.upload_position, in LoadInfoUpdateCallback()
1805 load_info.upload_position = progress.position(); in UpdateLoadStates()
/external/chromium/chrome/browser/tab_contents/
Dtab_contents.h1005 uint64 upload_position, uint64 upload_size);
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.h393 uint64 upload_position, in NON_EXPORTED_BASE()
Dweb_contents_impl.cc3550 uint64 upload_position, in LoadStateChanged() argument
3553 upload_position_ = upload_position; in LoadStateChanged()