Searched refs:GetIdleNotificationDelayInMs (Results 1 – 6 of 6) sorted by relevance
115 virtual int64 GetIdleNotificationDelayInMs() const = 0;
63 virtual int64 GetIdleNotificationDelayInMs() const OVERRIDE;
159 int64 MockRenderThread::GetIdleNotificationDelayInMs() const { in GetIdleNotificationDelayInMs() function in content::MockRenderThread
159 virtual int64 GetIdleNotificationDelayInMs() const OVERRIDE;
1054 int64 RenderThreadImpl::GetIdleNotificationDelayInMs() const { in GetIdleNotificationDelayInMs() function in content::RenderThreadImpl
752 std::max(RenderThread::Get()->GetIdleNotificationDelayInMs(), in IdleNotification()