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.h115 virtual int64 GetIdleNotificationDelayInMs() const = 0;
/external/chromium_org/content/public/test/
Dmock_render_thread.h63 virtual int64 GetIdleNotificationDelayInMs() const OVERRIDE;
Dmock_render_thread.cc159 int64 MockRenderThread::GetIdleNotificationDelayInMs() const { in GetIdleNotificationDelayInMs() function in content::MockRenderThread
/external/chromium_org/content/renderer/
Drender_thread_impl.h159 virtual int64 GetIdleNotificationDelayInMs() const OVERRIDE;
Drender_thread_impl.cc1054 int64 RenderThreadImpl::GetIdleNotificationDelayInMs() const { in GetIdleNotificationDelayInMs() function in content::RenderThreadImpl
/external/chromium_org/extensions/renderer/
Ddispatcher.cc752 std::max(RenderThread::Get()->GetIdleNotificationDelayInMs(), in IdleNotification()