Home
last modified time | relevance | path

Searched refs:browser_connect_timer_ (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef/renderer/
Dframe_impl.cc467 browser_connect_timer_.Stop(); in ConnectBrowserFrame()
480 browser_connect_timer_.Start(FROM_HERE, kConnectionTimeout, this, in ConnectBrowserFrame()
531 browser_connect_timer_.Stop(); in OnBrowserFrameDisconnect()
543 browser_connect_timer_.Start(FROM_HERE, kConnectionRetryDelay, this, in OnBrowserFrameDisconnect()
583 browser_connect_timer_.Stop(); in FrameAttachedAck()
Dframe_impl.h160 base::OneShotTimer browser_connect_timer_; variable