Searched refs:GetUploadSize (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/tab_contents/
H A Dcore_tab_helper.cc89 if (web_contents()->GetUploadSize()) {
93 web_contents()->GetUploadSize()));
/external/chromium_org/content/public/browser/
H A Dweb_contents.h285 virtual uint64 GetUploadSize() const = 0;
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.h242 virtual uint64 GetUploadSize() const OVERRIDE;
H A Dweb_contents_impl.cc928 uint64 WebContentsImpl::GetUploadSize() const { function in class:content::WebContentsImpl

Completed in 526 milliseconds