Home
last modified time | relevance | path

Searched refs:SetIdleNotificationDelayInMs (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/public/renderer/
Drender_thread.h115 virtual void SetIdleNotificationDelayInMs(
/external/chromium_org/content/public/test/
Dmock_render_thread.h69 virtual void SetIdleNotificationDelayInMs(
Dmock_render_thread.cc179 void MockRenderThread::SetIdleNotificationDelayInMs( in SetIdleNotificationDelayInMs() function in content::MockRenderThread
/external/chromium_org/content/renderer/
Drender_thread_impl.h152 virtual void SetIdleNotificationDelayInMs(
Drender_thread_impl.cc838 void RenderThreadImpl::SetIdleNotificationDelayInMs( in SetIdleNotificationDelayInMs() function in content::RenderThreadImpl
/external/chromium_org/chrome/renderer/extensions/
Ddispatcher.cc466 RenderThread::Get()->SetIdleNotificationDelayInMs( in Dispatcher()