OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_js
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/tools/telemetry/telemetry/page/actions/
pinch.py
48
def BindMeasurementJavaScript(self, tab,
start_js
, stop_js):
53
""" % (
start_js
, stop_js))
tap.py
68
def BindMeasurementJavaScript(self, tab,
start_js
, stop_js):
73
""" % (
start_js
, stop_js))
scroll.py
97
def BindMeasurementJavaScript(self, tab,
start_js
, stop_js):
102
""" % (
start_js
, stop_js))
swipe.py
81
def BindMeasurementJavaScript(self, tab,
start_js
, stop_js):
86
""" % (
start_js
, stop_js))
page_action.py
52
self, tab,
start_js
, stop_js): # pylint: disable=W0613
62
start_js
: JavaScript code that starts measurements.
Completed in 940 milliseconds