Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
Daction_runner.py263 def WaitForElement(self, selector=None, text=None, element_function=None, argument
282 def TapElement(self, selector=None, text=None, element_function=None): argument
298 def ClickElement(self, selector=None, text=None, element_function=None): argument
316 selector=None, text=None, element_function=None): argument
370 def PinchElement(self, selector=None, text=None, element_function=None, argument
437 def ScrollPageToElement(self, selector=None, element_function=None, argument
497 def ScrollElement(self, selector=None, text=None, element_function=None, argument
575 self, selector=None, text=None, element_function=None, argument
643 def SwipeElement(self, selector=None, text=None, element_function=None, argument
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
Dscroll_to_element.py13 def __init__(self, selector=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
Dpinch.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
Dscroll.py13 def __init__(self, selector=None, text=None, element_function=None, argument
Dscroll_bounce.py11 def __init__(self, selector=None, text=None, element_function=None, argument
Dpage_action.py42 tab, callback_js, selector=None, text=None, element_function=None, argument
/external/v8/src/
Dcontexts.cc458 JSFunction* element_function = JSFunction::cast(element); in RemoveOptimizedFunction() local