Lines Matching full:interaction
39 </font></dt><dt><font face="helvetica, arial"><a href="telemetry.page.action_runner.html#Interaction">Interaction</a>
63 <dl><dt><a name="ActionRunner-CreateGestureInteraction"><strong>CreateGestureInteraction</strong></a>(self, label, repeatable<font color="#909090">=False</font>)</dt><dd><tt>Create an action.<a href="#Interaction">Interaction</a> <a href="__builtin__.html#object">object</a> that issues gesture-based<br>
64 interaction record.<br>
66 This is similar to normal interaction record, but it will<br>
67 auto-narrow the interaction time period to only include the<br>
72 The interaction record label will be prepended with 'Gesture_'.<br>
79 label: A label for this particular interaction. This can be any<br>
82 as this interaction. All interactions with the same logical name must<br>
86 An instance of action_runner.<a href="#Interaction">Interaction</a></tt></dd></dl>
88 <dl><dt><a name="ActionRunner-CreateInteraction"><strong>CreateInteraction</strong></a>(self, label, repeatable<font color="#909090">=False</font>)</dt><dd><tt>Create an action.<a href="#Interaction">Interaction</a> <a href="__builtin__.html#object">object</a> that issues interaction record.<br>
90 An interaction record is a labeled time period containing<br>
91 interaction that developers care about. Each set of metrics<br>
94 To mark the start of interaction record, call Begin() method on the returned<br>
95 <a href="__builtin__.html#object">object</a>. To mark the finish of interaction record, call End() method on<br>
97 interaction record that covers the actions in the with block.<br>
105 label: A label for this particular interaction. This can be any<br>
108 as this interaction. All interactions with the same logical name must<br>
112 An instance of action_runner.<a href="#Interaction">Interaction</a></tt></dd></dl>
202 <dl><dt><a name="ActionRunner-PauseInteractive"><strong>PauseInteractive</strong></a>(self)</dt><dd><tt>Pause the page execution and wait for terminal interaction.<br>
505 <font color="#000000" face="helvetica, arial"><a name="Interaction">class <strong>Interaction</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr>
509 <dl><dt><a name="Interaction-Begin"><strong>Begin</strong></a>(self)</dt></dl>
511 <dl><dt><a name="Interaction-End"><strong>End</strong></a>(self)</dt></dl>
513 <dl><dt><a name="Interaction-__enter__"><strong>__enter__</strong></a>(self)</dt></dl>
515 <dl><dt><a name="Interaction-__exit__"><strong>__exit__</strong></a>(self, exc_type, exc_value, traceback)</dt></dl>
517 <dl><dt><a name="Interaction-__init__"><strong>__init__</strong></a>(self, action_runner, label, flags)</dt></dl>