HomeSort by relevance Sort by last modified time
    Searched refs:js_template (Results 1 - 10 of 10) sorted by null

  /external/chromium-trace/catapult/telemetry/telemetry/util/
js_template_unittest.py 7 from telemetry.util import js_template
13 js_template.Render(
20 js_template.Render(
27 js_template.Render(
34 js_template.Render(
40 js_template.Render('foo({{ some_name }})', another_name='bar')
44 js_template.Render('foo({{ bad identifier name }})', name='bar')
48 js_template.Render('function() { {{ @code }} }', code=['foo', 'bar'])
52 js_template.Render('foo = {{ x }};', x=4, y=5, timemout=6)
  /external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
page_action.py 8 from telemetry.util import js_template
77 info_msg = js_template.Render(
81 info_msg = js_template.Render(
83 element_function = js_template.Render(
87 info_msg = js_template.Render(
89 element_function = js_template.Render('''
113 code = js_template.Render('''
scroll.py 7 from telemetry.util import js_template
35 self._distance_func = js_template.RenderValue(None)
40 self._distance_func = js_template.Render(
88 code = js_template.Render('''
scroll_to_element.py 7 from telemetry.util import js_template
50 element = js_template.Render(
pinch.py 7 from telemetry.util import js_template
54 code = js_template.Render('''
swipe.py 7 from telemetry.util import js_template
58 code = js_template.Render('''
tap.py 7 from telemetry.util import js_template
48 code = js_template.Render('''
drag.py 23 from telemetry.util import js_template
82 code = js_template.Render('''
scroll_bounce.py 7 from telemetry.util import js_template
71 code = js_template.Render('''
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
inspector_backend.py 22 from telemetry.util import js_template
204 the statement. See telemetry.util.js_template for details.
215 statement = js_template.Render(statement, **kwargs)
232 the expression. See telemetry.util.js_template for details.
243 expression = js_template.Render(expression, **kwargs)
260 the expression. See telemetry.util.js_template for details.
275 condition = js_template.Render(condition, **kwargs)

Completed in 63 milliseconds