Searched refs:upload_position (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/content/browser/renderer_host/ |
D | render_view_host_delegate.h | 328 uint64 upload_position, in LoadStateChanged() argument
|
D | render_view_host_impl.h | 374 uint64 upload_position,
|
D | render_view_host_impl.cc | 1181 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/ |
D | tab_contents_wrapper.cc | 180 static_cast<int>((100 * tab_contents()->upload_position()) / in GetStatusText()
|
/external/chromium_org/content/browser/loader/ |
D | resource_dispatcher_host_impl.cc | 1731 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/ |
D | tab_contents.h | 1005 uint64 upload_position, uint64 upload_size);
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_impl.h | 393 uint64 upload_position, in NON_EXPORTED_BASE()
|
D | web_contents_impl.cc | 3550 uint64 upload_position, in LoadStateChanged() argument 3553 upload_position_ = upload_position; in LoadStateChanged()
|