Home
last modified time | relevance | path

Searched refs:WillNotifyDisconnection (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/task_manager/
Dweb_contents_resource_provider.cc128 !web_contents->WillNotifyDisconnection()) { in OnWebContentsCreated()
/external/chromium_org/content/public/browser/
Dweb_contents.h459 virtual bool WillNotifyDisconnection() const = 0;
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.h273 virtual bool WillNotifyDisconnection() const OVERRIDE; in NON_EXPORTED_BASE()
Dweb_contents_impl.cc1005 return WillNotifyDisconnection() && in NeedToFireBeforeUnload()
2095 bool WebContentsImpl::WillNotifyDisconnection() const { in WillNotifyDisconnection() function in content::WebContentsImpl