/external/chromium-trace/catapult/telemetry/telemetry/page/ |
D | action_runner.py | 188 def WaitForElement(self, selector=None, text=None, element_function=None, argument 207 def TapElement(self, selector=None, text=None, element_function=None): argument 223 def ClickElement(self, selector=None, text=None, element_function=None): argument 241 selector=None, text=None, element_function=None): argument 295 def PinchElement(self, selector=None, text=None, element_function=None, argument 387 def ScrollElement(self, selector=None, text=None, element_function=None, argument 465 self, selector=None, text=None, element_function=None, argument 533 def SwipeElement(self, selector=None, text=None, element_function=None, argument
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/ |
D | javascript_click.py | 9 def __init__(self, selector=None, text=None, element_function=None): argument
|
D | wait.py | 9 def __init__(self, selector=None, text=None, element_function=None, argument
|
D | tap.py | 11 def __init__(self, selector=None, text=None, element_function=None, argument
|
D | swipe.py | 11 def __init__(self, selector=None, text=None, element_function=None, argument
|
D | drag.py | 28 def __init__(self, selector=None, text=None, element_function=None, argument
|
D | pinch.py | 10 def __init__(self, selector=None, text=None, element_function=None, argument
|
D | scroll_bounce.py | 10 def __init__(self, selector=None, text=None, element_function=None, argument
|
D | scroll.py | 12 def __init__(self, selector=None, text=None, element_function=None, argument
|
D | page_action.py | 38 tab, callback_js, selector=None, text=None, element_function=None, argument
|
/external/v8/src/ |
D | contexts.cc | 452 JSFunction* element_function = JSFunction::cast(element); in RemoveOptimizedFunction() local
|