Searched refs:loading_total_progress_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc357 loading_total_progress_(0.0),
2809 if (loading_total_progress_ == 1.0)
2840 if (loading_total_progress_ == 1.0)
3308 if (progress <= loading_total_progress_)
3310 loading_total_progress_ = progress;
3318 loading_total_progress_ = 0.0;
H A Dweb_contents_impl.h1065 double loading_total_progress_; member in class:content::WebContentsImpl

Completed in 805 milliseconds