OLD | NEW |
| (Empty) |
1 | |
2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | |
3 <html><head><title>Python: module telemetry.core.chrome.misc_web_contents_backen
d</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>.misc_web_contents_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=
"../telemetry/core/chrome/misc_web_contents_backend.py">telemetry/core/chrome/mi
sc_web_contents_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 </td><td width="25%" valign=top><a href="telemetry.core.chrome.inspector_backend
.html">telemetry.core.chrome.inspector_backend</a><br> | |
25 <a href="json.html">json</a><br> | |
26 </td><td width="25%" valign=top><a href="socket.html">socket</a><br> | |
27 <a href="urllib2.html">urllib2</a><br> | |
28 </td><td width="25%" valign=top><a href="telemetry.core.web_contents.html">telem
etry.core.web_contents</a><br> | |
29 </td></tr></table></td></tr></table><p> | |
30 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | |
31 <tr bgcolor="#ee77aa"> | |
32 <td colspan=3 valign=bottom> <br> | |
33 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big
></font></td></tr> | |
34 | |
35 <tr><td bgcolor="#ee77aa"><tt> </tt></td><td>
</td> | |
36 <td width="100%"><dl> | |
37 <dt><font face="helvetica, arial"><a href="__builtin__.html#object">__builtin__.
object</a> | |
38 </font></dt><dd> | |
39 <dl> | |
40 <dt><font face="helvetica, arial"><a href="telemetry.core.chrome.misc_web_conten
ts_backend.html#MiscWebContentsBackend">MiscWebContentsBackend</a> | |
41 </font></dt></dl> | |
42 </dd> | |
43 </dl> | |
44 <p> | |
45 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | |
46 <tr bgcolor="#ffc8d8"> | |
47 <td colspan=3 valign=bottom> <br> | |
48 <font color="#000000" face="helvetica, arial"><a name="MiscWebContentsBackend">c
lass <strong>MiscWebContentsBackend</strong></a>(<a href="__builtin__.html#objec
t">__builtin__.object</a>)</font></td></tr> | |
49 | |
50 <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> | |
51 <td colspan=2><tt>Provides acccess to chrome://oobe/login pa
ge, which is neither an extension<br> | |
52 nor a tab.<br> </tt></td></tr> | |
53 <tr><td> </td> | |
54 <td width="100%">Methods defined here:<br> | |
55 <dl><dt><a name="MiscWebContentsBackend-GetOobe"><strong>GetOobe</strong></a>(se
lf)</dt></dl> | |
56 | |
57 <dl><dt><a name="MiscWebContentsBackend-__init__"><strong>__init__</strong></a>(
self, browser_backend)</dt></dl> | |
58 | |
59 <hr> | |
60 Data descriptors defined here:<br> | |
61 <dl><dt><strong>__dict__</strong></dt> | |
62 <dd><tt>dictionary for instance variables (if defined)<
/tt></dd> | |
63 </dl> | |
64 <dl><dt><strong>__weakref__</strong></dt> | |
65 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> | |
66 </dl> | |
67 </td></tr></table></td></tr></table> | |
68 </body></html> | |
OLD | NEW |