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.h116 virtual void SetIdleNotificationDelayInMs(
/external/chromium_org/content/public/test/
Dmock_render_thread.h64 virtual void SetIdleNotificationDelayInMs(
Dmock_render_thread.cc163 void MockRenderThread::SetIdleNotificationDelayInMs( in SetIdleNotificationDelayInMs() function in content::MockRenderThread
/external/chromium_org/content/renderer/
Drender_thread_impl.h160 virtual void SetIdleNotificationDelayInMs(
Drender_thread_impl.cc1058 void RenderThreadImpl::SetIdleNotificationDelayInMs( in SetIdleNotificationDelayInMs() function in content::RenderThreadImpl
/external/chromium_org/extensions/renderer/
Ddispatcher.cc196 RenderThread::Get()->SetIdleNotificationDelayInMs( in Dispatcher()