Searched refs:IsLoadingToDifferentDocument (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/public/browser/
H A Dweb_contents.h274 virtual bool IsLoadingToDifferentDocument() const = 0;
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dbrowser_tab_strip_controller.cc53 if (!contents || !contents->IsLoadingToDifferentDocument())
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.h238 virtual bool IsLoadingToDifferentDocument() const OVERRIDE;
H A Dweb_contents_impl.cc912 bool WebContentsImpl::IsLoadingToDifferentDocument() const { function in class:content::WebContentsImpl

Completed in 165 milliseconds