Home
last modified time | relevance | path

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

/external/chromium_org/content/public/renderer/
Drender_thread.h114 virtual int64 GetIdleNotificationDelayInMs() const = 0;
/external/chromium_org/content/public/test/
Dmock_render_thread.h68 virtual int64 GetIdleNotificationDelayInMs() const OVERRIDE;
Dmock_render_thread.cc175 int64 MockRenderThread::GetIdleNotificationDelayInMs() const { in GetIdleNotificationDelayInMs() function in content::MockRenderThread
/external/chromium_org/content/renderer/
Drender_thread_impl.h151 virtual int64 GetIdleNotificationDelayInMs() const OVERRIDE;
Drender_thread_impl.cc834 int64 RenderThreadImpl::GetIdleNotificationDelayInMs() const { in GetIdleNotificationDelayInMs() function in content::RenderThreadImpl
/external/chromium_org/chrome/renderer/extensions/
Ddispatcher.cc543 RenderThread::Get()->GetIdleNotificationDelayInMs(), in IdleNotification()