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

/external/chromium/chrome/browser/tab_contents/
H A Dtab_contents.h621 bool notify_disconnection() const { return notify_disconnection_; }
1223 bool notify_disconnection_; member in class:TabContents
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc369 notify_disconnection_(false),
1896 return notify_disconnection_;
2738 notify_disconnection_ = true;
2759 if (!notify_disconnection_)
2762 notify_disconnection_ = false;
2870 notify_disconnection_ = true;
H A Dweb_contents_impl.h950 bool notify_disconnection_; member in class:content::WebContentsImpl

Completed in 266 milliseconds