Searched refs:notify_disconnection_ (Results 1 – 3 of 3) sorted by relevance
621 bool notify_disconnection() const { return notify_disconnection_; } in notify_disconnection()1223 bool notify_disconnection_; variable
369 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()
950 bool notify_disconnection_; in NON_EXPORTED_BASE() local