Searched refs:loading_frames_in_progress_ (Results 1 – 2 of 2) sorted by relevance
358 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()
1071 int loading_frames_in_progress_; in NON_EXPORTED_BASE() local