telemetry.internal.actions.repaint_continuously
index
telemetry/internal/actions/repaint_continuously.py

# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

 
Modules
       
telemetry.internal.actions.page_action
time
telemetry.core.util

 
Classes
       
telemetry.internal.actions.page_action.PageAction(__builtin__.object)
RepaintContinuouslyAction

 
class RepaintContinuouslyAction(telemetry.internal.actions.page_action.PageAction)
    Continuously repaints the visible content by requesting animation frames
until self.seconds have elapsed AND at least three RAFs have been fired. Times
out after max(60, self.seconds), if less than three RAFs were fired.
 
 
Method resolution order:
RepaintContinuouslyAction
telemetry.internal.actions.page_action.PageAction
__builtin__.object

Methods defined here:
RunAction(self, tab)
__init__(self, seconds)

Methods inherited from telemetry.internal.actions.page_action.PageAction:
CleanUp(self, tab)
WillRunAction(self, tab)
Override to do action-specific setup before
Test.WillRunAction is called.

Data descriptors inherited from telemetry.internal.actions.page_action.PageAction:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)