Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/renderer_host/
Drender_view_host_impl.cc703 send_should_close_start_time_ = base::TimeTicks::Now(); in FirePageBeforeUnload()
1488 OnShouldCloseACK(true, send_should_close_start_time_, in OnNavigate()
1870 if (!send_should_close_start_time_.is_null() && in OnShouldCloseACK()
1878 LocalTimeTicks::FromTimeTicks(send_should_close_start_time_), in OnShouldCloseACK()
Drender_view_host_impl.h739 base::TimeTicks send_should_close_start_time_; variable