Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/frame_host/
Drender_frame_host_impl.cc530 RenderViewHostImpl::kUnloadTimeoutMS)); in SwapOut()
854 TimeDelta::FromMilliseconds(RenderViewHostImpl::kUnloadTimeoutMS)); in DispatchBeforeUnload()
880 success ? RenderViewHostImpl::kUnloadTimeoutMS in JavaScriptDialogClosed()
/external/chromium_org/content/browser/renderer_host/
Drender_view_host_impl.h541 static const int kUnloadTimeoutMS; variable
Drender_view_host_impl.cc140 const int RenderViewHostImpl::kUnloadTimeoutMS = 1000; member in content::RenderViewHostImpl
617 StartHangMonitorTimeout(TimeDelta::FromMilliseconds(kUnloadTimeoutMS)); in ClosePage()