| OLD | NEW |
| (Empty) | |
| 1 |
| 2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
| 3 <html><head><title>Python: module telemetry.core.chrome.tab_list_backend</title> |
| 4 </head><body bgcolor="#f0f0f8"> |
| 5 |
| 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> |
| 7 <tr bgcolor="#7799ee"> |
| 8 <td valign=bottom> <br> |
| 9 <font color="#ffffff" face="helvetica, arial"> <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 |
| 11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href=
"file:/Users/nduca/Local/chrome/src/tools/telemetry/telemetry/core/chrome/tab_li
st_backend.py">/Users/nduca/Local/chrome/src/tools/telemetry/telemetry/core/chro
me/tab_list_backend.py</a></font></td></tr></table> |
| 12 <p><tt># Copyright (c) 2012 The Chromium Autho
rs. All rights reserved.<br> |
| 13 # Use of this source code is governed by
a BSD-style license that can be<br> |
| 14 # found in the LICENSE file.</tt></p> |
| 15 <p> |
| 16 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 17 <tr bgcolor="#aa55cc"> |
| 18 <td colspan=3 valign=bottom> <br> |
| 19 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big
></font></td></tr> |
| 20 |
| 21 <tr><td bgcolor="#aa55cc"><tt> </tt></td><td>
</td> |
| 22 <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=t
op><a href="telemetry.core.exceptions.html">telemetry.core.exceptions</a><br> |
| 23 <a href="httplib.html">httplib</a><br> |
| 24 <a href="telemetry.core.chrome.inspector_backend.html">telemetry.core.chrome.ins
pector_backend</a><br> |
| 25 </td><td width="25%" valign=top><a href="json.html">json</a><br> |
| 26 <a href="socket.html">socket</a><br> |
| 27 <a href="telemetry.core.tab.html">telemetry.core.tab</a><br> |
| 28 </td><td width="25%" valign=top><a href="urllib2.html">urllib2</a><br> |
| 29 <a href="telemetry.core.util.html">telemetry.core.util</a><br> |
| 30 <a href="weakref.html">weakref</a><br> |
| 31 </td><td width="25%" valign=top></td></tr></table></td></tr></table><p> |
| 32 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 33 <tr bgcolor="#ee77aa"> |
| 34 <td colspan=3 valign=bottom> <br> |
| 35 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big
></font></td></tr> |
| 36 |
| 37 <tr><td bgcolor="#ee77aa"><tt> </tt></td><td>
</td> |
| 38 <td width="100%"><dl> |
| 39 <dt><font face="helvetica, arial"><a href="__builtin__.html#object">__builtin__.
object</a> |
| 40 </font></dt><dd> |
| 41 <dl> |
| 42 <dt><font face="helvetica, arial"><a href="telemetry.core.chrome.tab_list_backen
d.html#TabListBackend">TabListBackend</a> |
| 43 </font></dt></dl> |
| 44 </dd> |
| 45 </dl> |
| 46 <p> |
| 47 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 48 <tr bgcolor="#ffc8d8"> |
| 49 <td colspan=3 valign=bottom> <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> |
| 51 |
| 52 <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> |
| 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> |
| 55 |
| 56 <dl><dt><a name="TabListBackend-CloseTab"><strong>CloseTab</strong></a>(self, de
bugger_url, timeout<font color="#909090">=None</font>)</dt></dl> |
| 57 |
| 58 <dl><dt><a name="TabListBackend-DoesDebuggerUrlExist"><strong>DoesDebuggerUrlExi
st</strong></a>(self, url)</dt></dl> |
| 59 |
| 60 <dl><dt><a name="TabListBackend-Get"><strong>Get</strong></a>(self, index, ret)<
/dt><dd><tt>Returns self[index] if it exists, or r
et if index is out of bounds.</tt></dd></dl> |
| 61 |
| 62 <dl><dt><a name="TabListBackend-GetTabUrl"><strong>GetTabUrl</strong></a>(self,
debugger_url)</dt></dl> |
| 63 |
| 64 <dl><dt><a name="TabListBackend-Init"><strong>Init</strong></a>(self)</dt></dl> |
| 65 |
| 66 <dl><dt><a name="TabListBackend-New"><strong>New</strong></a>(self, timeout)</dt
></dl> |
| 67 |
| 68 <dl><dt><a name="TabListBackend-__getitem__"><strong>__getitem__</strong></a>(se
lf, index)</dt></dl> |
| 69 |
| 70 <dl><dt><a name="TabListBackend-__init__"><strong>__init__</strong></a>(self, br
owser_backend)</dt></dl> |
| 71 |
| 72 <dl><dt><a name="TabListBackend-__iter__"><strong>__iter__</strong></a>(self)</d
t></dl> |
| 73 |
| 74 <dl><dt><a name="TabListBackend-__len__"><strong>__len__</strong></a>(self)</dt>
</dl> |
| 75 |
| 76 <hr> |
| 77 Data descriptors defined here:<br> |
| 78 <dl><dt><strong>__dict__</strong></dt> |
| 79 <dd><tt>dictionary for instance variables (if defined)<
/tt></dd> |
| 80 </dl> |
| 81 <dl><dt><strong>__weakref__</strong></dt> |
| 82 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> |
| 83 </dl> |
| 84 </td></tr></table></td></tr></table> |
| 85 </body></html> |
| OLD | NEW |