Searched defs:is_loading (Results 1 – 4 of 4) sorted by relevance
151 bool is_loading() const { return is_loading_; } in is_loading() function
99 const bool is_loading = source->IsLoading(); in LoadingStateChanged() local
412 bool is_loading = contents->IsLoading(); in CreateTabObject() local
608 void CefRenderWidgetHostViewOSR::SetIsLoading(bool is_loading) { in SetIsLoading()