Searched refs:IsLoading (Results 1 – 13 of 13) sorted by relevance
45 bool IsLoading() override;
114 NO_SANITIZE("cfi-icall") bool CefBrowserCToCpp::IsLoading() { in IsLoading() function in CefBrowserCToCpp
85 bool CefBrowserImpl::IsLoading() { in IsLoading() function in CefBrowserImpl91 return main_frame->ToWebLocalFrame()->IsLoading(); in IsLoading()
53 bool IsLoading() override;
105 virtual bool IsLoading() = 0;
191 bool IsLoading() override;
99 const bool is_loading = source->IsLoading(); in LoadingStateChanged()
532 bool CefBrowserHostBase::IsLoading() { in IsLoading() function in CefBrowserHostBase
127 bool _retval = CefBrowserCppToC::Get(self)->IsLoading(); in browser_is_loading()
412 bool is_loading = contents->IsLoading(); in CreateTabObject()
125698 inline bool IsLoading() const;126384 nsPIDOMWindow<T>::IsLoading() const in IsLoading() function in nsPIDOMWindow126395 return win->IsLoading(); in IsLoading()
14881 bool CefBrowserHostBase::IsLoading() {15471 + if (!web_contents->IsLoading()) {15784 bool IsLoading() override;24460 bool CefBrowserImpl::IsLoading() {24527 bool IsLoading() override;31226 NO_SANITIZE("cfi-icall") bool CefBrowserCToCpp::IsLoading() {31348 bool IsLoading() override;
38776 bool IsLoading() const { return is_loading_; }