Home
last modified time | relevance | path

Searched defs:element_function (Results 1 – 11 of 11) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/page/
Daction_runner.py188 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/
Djavascript_click.py9 def __init__(self, selector=None, text=None, element_function=None): argument
Dwait.py9 def __init__(self, selector=None, text=None, element_function=None, argument
Dtap.py11 def __init__(self, selector=None, text=None, element_function=None, argument
Dswipe.py11 def __init__(self, selector=None, text=None, element_function=None, argument
Ddrag.py28 def __init__(self, selector=None, text=None, element_function=None, argument
Dpinch.py10 def __init__(self, selector=None, text=None, element_function=None, argument
Dscroll_bounce.py10 def __init__(self, selector=None, text=None, element_function=None, argument
Dscroll.py12 def __init__(self, selector=None, text=None, element_function=None, argument
Dpage_action.py38 tab, callback_js, selector=None, text=None, element_function=None, argument
/external/v8/src/
Dcontexts.cc452 JSFunction* element_function = JSFunction::cast(element); in RemoveOptimizedFunction() local