Home
last modified time | relevance | path

Searched refs:notify_disconnection_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/tab_contents/
Dtab_contents.h621 bool notify_disconnection() const { return notify_disconnection_; } in notify_disconnection()
1223 bool notify_disconnection_; variable
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.cc369 notify_disconnection_(false), in WebContentsImpl()
1896 return notify_disconnection_; in WillNotifyDisconnection()
2738 notify_disconnection_ = true; in NotifySwapped()
2759 if (!notify_disconnection_) in NotifyDisconnected()
2762 notify_disconnection_ = false; in NotifyDisconnected()
2870 notify_disconnection_ = true; in RenderViewReady()
Dweb_contents_impl.h950 bool notify_disconnection_; in NON_EXPORTED_BASE() local