Home
last modified time | relevance | path

Searched refs:loading_frames_in_progress_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.cc358 loading_frames_in_progress_(0), in WebContentsImpl()
2787 DCHECK_GE(loading_frames_in_progress_, 0); in OnDidStartLoading()
2789 if (loading_frames_in_progress_ == 0) in OnDidStartLoading()
2791 ++loading_frames_in_progress_; in OnDidStartLoading()
2815 if (loading_frames_in_progress_ == 0) in OnDidStopLoading()
2817 --loading_frames_in_progress_; in OnDidStopLoading()
2818 if (loading_frames_in_progress_ == 0) in OnDidStopLoading()
3633 loading_frames_in_progress_ = 0; in RenderViewTerminated()
Dweb_contents_impl.h1071 int loading_frames_in_progress_; in NON_EXPORTED_BASE() local