Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Side by Side Diff: tools/telemetry/docs/telemetry.core.chrome.tab_list_backend.html

Issue 19790005: Reland [telemetry] Timeline model cleanups (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 1
2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
3 <html><head><title>Python: module telemetry.core.chrome.tab_list_backend</title> 3 <html><head><title>Python: module telemetry.core.chrome.tab_list_backend</title>
4 </head><body bgcolor="#f0f0f8"> 4 </head><body bgcolor="#f0f0f8">
5 5
6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
7 <tr bgcolor="#7799ee"> 7 <tr bgcolor="#7799ee">
8 <td valign=bottom>&nbsp;<br> 8 <td valign=bottom>&nbsp;<br>
9 <font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a hre f="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry .core.html"><font color="#ffffff">core</font></a>.<a href="telemetry.core.chrome .html"><font color="#ffffff">chrome</font></a>.tab_list_backend</strong></big></ big></font></td 9 <font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a hre f="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry .core.html"><font color="#ffffff">core</font></a>.<a href="telemetry.core.chrome .html"><font color="#ffffff">chrome</font></a>.tab_list_backend</strong></big></ big></font></td
10 ><td align=right valign=bottom 10 ><td align=right valign=bottom
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 <tr bgcolor="#ffc8d8"> 48 <tr bgcolor="#ffc8d8">
49 <td colspan=3 valign=bottom>&nbsp;<br> 49 <td colspan=3 valign=bottom>&nbsp;<br>
50 <font color="#000000" face="helvetica, arial"><a name="TabListBackend">class <st rong>TabListBackend</strong></a>(<a href="__builtin__.html#object">__builtin__.o bject</a>)</font></td></tr> 50 <font color="#000000" face="helvetica, arial"><a name="TabListBackend">class <st rong>TabListBackend</strong></a>(<a href="__builtin__.html#object">__builtin__.o bject</a>)</font></td></tr>
51 51
52 <tr><td bgcolor="#ffc8d8"><tt>&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td> 52 <tr><td bgcolor="#ffc8d8"><tt>&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
53 <td width="100%">Methods defined here:<br> 53 <td width="100%">Methods defined here:<br>
54 <dl><dt><a name="TabListBackend-ActivateTab"><strong>ActivateTab</strong></a>(se lf, debugger_url, timeout<font color="#909090">=None</font>)</dt></dl> 54 <dl><dt><a name="TabListBackend-ActivateTab"><strong>ActivateTab</strong></a>(se lf, debugger_url, timeout<font color="#909090">=None</font>)</dt></dl>
55 55
56 <dl><dt><a name="TabListBackend-CloseTab"><strong>CloseTab</strong></a>(self, de bugger_url, timeout<font color="#909090">=None</font>)</dt></dl> 56 <dl><dt><a name="TabListBackend-CloseTab"><strong>CloseTab</strong></a>(self, de bugger_url, timeout<font color="#909090">=None</font>)</dt></dl>
57 57
58 <dl><dt><a name="TabListBackend-DoesDebuggerUrlExist"><strong>DoesDebuggerUrlExi st</strong></a>(self, url)</dt></dl> 58 <dl><dt><a name="TabListBackend-DoesDebuggerUrlExist"><strong>DoesDebuggerUrlExi st</strong></a>(self, debugger_url)</dt></dl>
59 59
60 <dl><dt><a name="TabListBackend-Get"><strong>Get</strong></a>(self, index, ret)< /dt><dd><tt>Returns&nbsp;self[index]&nbsp;if&nbsp;it&nbsp;exists,&nbsp;or&nbsp;r et&nbsp;if&nbsp;index&nbsp;is&nbsp;out&nbsp;of&nbsp;bounds.</tt></dd></dl> 60 <dl><dt><a name="TabListBackend-Get"><strong>Get</strong></a>(self, index, ret)< /dt><dd><tt>Returns&nbsp;self[index]&nbsp;if&nbsp;it&nbsp;exists,&nbsp;or&nbsp;r et&nbsp;if&nbsp;index&nbsp;is&nbsp;out&nbsp;of&nbsp;bounds.</tt></dd></dl>
61 61
62 <dl><dt><a name="TabListBackend-GetTabUrl"><strong>GetTabUrl</strong></a>(self, debugger_url)</dt></dl> 62 <dl><dt><a name="TabListBackend-GetTabUrl"><strong>GetTabUrl</strong></a>(self, debugger_url)</dt></dl>
63 63
64 <dl><dt><a name="TabListBackend-Init"><strong>Init</strong></a>(self)</dt></dl> 64 <dl><dt><a name="TabListBackend-Init"><strong>Init</strong></a>(self)</dt></dl>
65 65
66 <dl><dt><a name="TabListBackend-New"><strong>New</strong></a>(self, timeout)</dt ></dl> 66 <dl><dt><a name="TabListBackend-New"><strong>New</strong></a>(self, timeout)</dt ></dl>
67 67
68 <dl><dt><a name="TabListBackend-__getitem__"><strong>__getitem__</strong></a>(se lf, index)</dt></dl> 68 <dl><dt><a name="TabListBackend-__getitem__"><strong>__getitem__</strong></a>(se lf, index)</dt></dl>
69 69
70 <dl><dt><a name="TabListBackend-__init__"><strong>__init__</strong></a>(self, br owser_backend)</dt></dl> 70 <dl><dt><a name="TabListBackend-__init__"><strong>__init__</strong></a>(self, br owser_backend)</dt></dl>
71 71
72 <dl><dt><a name="TabListBackend-__iter__"><strong>__iter__</strong></a>(self)</d t></dl> 72 <dl><dt><a name="TabListBackend-__iter__"><strong>__iter__</strong></a>(self)</d t></dl>
73 73
74 <dl><dt><a name="TabListBackend-__len__"><strong>__len__</strong></a>(self)</dt> </dl> 74 <dl><dt><a name="TabListBackend-__len__"><strong>__len__</strong></a>(self)</dt> </dl>
75 75
76 <hr> 76 <hr>
77 Data descriptors defined here:<br> 77 Data descriptors defined here:<br>
78 <dl><dt><strong>__dict__</strong></dt> 78 <dl><dt><strong>__dict__</strong></dt>
79 <dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)< /tt></dd> 79 <dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)< /tt></dd>
80 </dl> 80 </dl>
81 <dl><dt><strong>__weakref__</strong></dt> 81 <dl><dt><strong>__weakref__</strong></dt>
82 <dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp ;(if&nbsp;defined)</tt></dd> 82 <dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp ;(if&nbsp;defined)</tt></dd>
83 </dl> 83 </dl>
84 </td></tr></table></td></tr></table> 84 </td></tr></table></td></tr></table>
85 </body></html> 85 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698