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

Side by Side Diff: chrome/common/extensions/docs/apps/experimental.bluetooth.html

Issue 10837294: Add bluetooth.getName API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 8 years, 4 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 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 <a href="#method-connect">connect</a> 173 <a href="#method-connect">connect</a>
174 </li><li> 174 </li><li>
175 <a href="#method-disconnect">disconnect</a> 175 <a href="#method-disconnect">disconnect</a>
176 </li><li> 176 </li><li>
177 <a href="#method-getAddress">getAddress</a> 177 <a href="#method-getAddress">getAddress</a>
178 </li><li> 178 </li><li>
179 <a href="#method-getDevices">getDevices</a> 179 <a href="#method-getDevices">getDevices</a>
180 </li><li> 180 </li><li>
181 <a href="#method-getLocalOutOfBandPairingData">getLocalOutOfBand PairingData</a> 181 <a href="#method-getLocalOutOfBandPairingData">getLocalOutOfBand PairingData</a>
182 </li><li> 182 </li><li>
183 <a href="#method-getName">getName</a>
184 </li><li>
183 <a href="#method-getServices">getServices</a> 185 <a href="#method-getServices">getServices</a>
184 </li><li> 186 </li><li>
185 <a href="#method-isAvailable">isAvailable</a> 187 <a href="#method-isAvailable">isAvailable</a>
186 </li><li> 188 </li><li>
187 <a href="#method-isPowered">isPowered</a> 189 <a href="#method-isPowered">isPowered</a>
188 </li><li> 190 </li><li>
189 <a href="#method-read">read</a> 191 <a href="#method-read">read</a>
190 </li><li> 192 </li><li>
191 <a href="#method-setOutOfBandPairingData">setOutOfBandPairingDat a</a> 193 <a href="#method-setOutOfBandPairingData">setOutOfBandPairingDat a</a>
192 </li><li> 194 </li><li>
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 </div> <!-- /description --> 392 </div> <!-- /description -->
391 </div><div class="apiItem"> 393 </div><div class="apiItem">
392 <a name="method-disconnect"></a> <!-- method-anchor --> 394 <a name="method-disconnect"></a> <!-- method-anchor -->
393 <h4>disconnect</h4> 395 <h4>disconnect</h4>
394 <div class="summary"> 396 <div class="summary">
395 <!-- Note: intentionally longer 80 columns --> 397 <!-- Note: intentionally longer 80 columns -->
396 <span>chrome.experimental.bluetooth.disconnect</span>(<span cl ass="null"><span>experimental.bluetooth.DisconnectOptions</span> 398 <span>chrome.experimental.bluetooth.disconnect</span>(<span cl ass="null"><span>experimental.bluetooth.DisconnectOptions</span>
397 <var><span>options</span></var></span><span class="optiona l"><span>, </span><span>function</span> 399 <var><span>options</span></var></span><span class="optiona l"><span>, </span><span>function</span>
398 <var><span>ResultCallback</span></var></span>)</div> 400 <var><span>ResultCallback</span></var></span>)</div>
399 <div class="description"> 401 <div class="description">
400 <p>Close a bluetooth connection.</p> 402 <p>Close a Bluetooth connection.</p>
401 <!-- PARAMETERS --> 403 <!-- PARAMETERS -->
402 <h4>Parameters</h4> 404 <h4>Parameters</h4>
403 <dl> 405 <dl>
404 <div> 406 <div>
405 <div> 407 <div>
406 <dt> 408 <dt>
407 <var>options</var> 409 <var>options</var>
408 <em> 410 <em>
409 <!-- TYPE --> 411 <!-- TYPE -->
410 <div style="display:inline"> 412 <div style="display:inline">
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 <!-- MIN_VERSION --> 463 <!-- MIN_VERSION -->
462 </div> <!-- /description --> 464 </div> <!-- /description -->
463 </div><div class="apiItem"> 465 </div><div class="apiItem">
464 <a name="method-getAddress"></a> <!-- method-anchor --> 466 <a name="method-getAddress"></a> <!-- method-anchor -->
465 <h4>getAddress</h4> 467 <h4>getAddress</h4>
466 <div class="summary"> 468 <div class="summary">
467 <!-- Note: intentionally longer 80 columns --> 469 <!-- Note: intentionally longer 80 columns -->
468 <span>chrome.experimental.bluetooth.getAddress</span>(<span cl ass="null"><span>function</span> 470 <span>chrome.experimental.bluetooth.getAddress</span>(<span cl ass="null"><span>function</span>
469 <var><span>AddressCallback</span></var></span>)</div> 471 <var><span>AddressCallback</span></var></span>)</div>
470 <div class="description"> 472 <div class="description">
471 <p>Get the bluetooth address of the system's bluetooth module.</ p> 473 <p>Get the Bluetooth address of the system's Bluetooth module.</ p>
472 <!-- PARAMETERS --> 474 <!-- PARAMETERS -->
473 <h4>Parameters</h4> 475 <h4>Parameters</h4>
474 <dl> 476 <dl>
475 <div> 477 <div>
476 <div> 478 <div>
477 <dt> 479 <dt>
478 <var>AddressCallback</var> 480 <var>AddressCallback</var>
479 <em> 481 <em>
480 <!-- TYPE --> 482 <!-- TYPE -->
481 <div style="display:inline"> 483 <div style="display:inline">
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 </div> <!-- /description --> 542 </div> <!-- /description -->
541 </div><div class="apiItem"> 543 </div><div class="apiItem">
542 <a name="method-getDevices"></a> <!-- method-anchor --> 544 <a name="method-getDevices"></a> <!-- method-anchor -->
543 <h4>getDevices</h4> 545 <h4>getDevices</h4>
544 <div class="summary"> 546 <div class="summary">
545 <!-- Note: intentionally longer 80 columns --> 547 <!-- Note: intentionally longer 80 columns -->
546 <span>chrome.experimental.bluetooth.getDevices</span>(<span cl ass="null"><span>experimental.bluetooth.GetDevicesOptions</span> 548 <span>chrome.experimental.bluetooth.getDevices</span>(<span cl ass="null"><span>experimental.bluetooth.GetDevicesOptions</span>
547 <var><span>options</span></var></span><span class="null">< span>, </span><span>function</span> 549 <var><span>options</span></var></span><span class="null">< span>, </span><span>function</span>
548 <var><span>DevicesCallback</span></var></span>)</div> 550 <var><span>DevicesCallback</span></var></span>)</div>
549 <div class="description"> 551 <div class="description">
550 <p>Get a list of bluetooth devices. NOTE: This API is likely to change. Please see crbug.com/134545</p> 552 <p>Get a list of Bluetooth devices. NOTE: This API is likely to change. Please see crbug.com/134545</p>
551 <!-- PARAMETERS --> 553 <!-- PARAMETERS -->
552 <h4>Parameters</h4> 554 <h4>Parameters</h4>
553 <dl> 555 <dl>
554 <div> 556 <div>
555 <div> 557 <div>
556 <dt> 558 <dt>
557 <var>options</var> 559 <var>options</var>
558 <em> 560 <em>
559 <!-- TYPE --> 561 <!-- TYPE -->
560 <div style="display:inline"> 562 <div style="display:inline">
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
718 </div> 720 </div>
719 </div> 721 </div>
720 </dl> 722 </dl>
721 <!-- RETURNS --> 723 <!-- RETURNS -->
722 <dl> 724 <dl>
723 </dl> 725 </dl>
724 <!-- CALLBACK --> 726 <!-- CALLBACK -->
725 <!-- MIN_VERSION --> 727 <!-- MIN_VERSION -->
726 </div> <!-- /description --> 728 </div> <!-- /description -->
727 </div><div class="apiItem"> 729 </div><div class="apiItem">
730 <a name="method-getName"></a> <!-- method-anchor -->
731 <h4>getName</h4>
732 <div class="summary">
733 <!-- Note: intentionally longer 80 columns -->
734 <span>chrome.experimental.bluetooth.getName</span>(<span class ="null"><span>function</span>
735 <var><span>NameCallback</span></var></span>)</div>
736 <div class="description">
737 <p>Get the name of the Bluetooth adapter.</p>
738 <!-- PARAMETERS -->
739 <h4>Parameters</h4>
740 <dl>
741 <div>
742 <div>
743 <dt>
744 <var>NameCallback</var>
745 <em>
746 <!-- TYPE -->
747 <div style="display:inline">
748 (
749 <span id="typeTemplate">
750 <span>
751 <span>function</span>
752 </span>
753 </span>
754 )
755 </div>
756 </em>
757 </dt>
758 <dd class="todo">
759 Undocumented.
760 </dd>
761 <!-- OBJECT PROPERTIES -->
762 <!-- OBJECT METHODS -->
763 <!-- OBJECT EVENT FIELDS -->
764 <!-- FUNCTION PARAMETERS -->
765 <dd>
766 <div>
767 <h5>Parameters</h5>
768 <dl>
769 <div>
770 <div>
771 <dt>
772 <var>result</var>
773 <em>
774 <!-- TYPE -->
775 <div style="display:inline">
776 (
777 <span id="typeTemplate">
778 <span>
779 <span>string</span>
780 </span>
781 </span>
782 )
783 </div>
784 </em>
785 </dt>
786 <dd class="todo">
787 Undocumented.
788 </dd>
789 <!-- OBJECT PROPERTIES -->
790 <!-- OBJECT METHODS -->
791 <!-- OBJECT EVENT FIELDS -->
792 <!-- FUNCTION PARAMETERS -->
793 </div>
794 </div>
795 </dl>
796 </div>
797 </dd>
798 </div>
799 </div>
800 </dl>
801 <!-- RETURNS -->
802 <dl>
803 </dl>
804 <!-- CALLBACK -->
805 <!-- MIN_VERSION -->
806 </div> <!-- /description -->
807 </div><div class="apiItem">
728 <a name="method-getServices"></a> <!-- method-anchor --> 808 <a name="method-getServices"></a> <!-- method-anchor -->
729 <h4>getServices</h4> 809 <h4>getServices</h4>
730 <div class="summary"> 810 <div class="summary">
731 <!-- Note: intentionally longer 80 columns --> 811 <!-- Note: intentionally longer 80 columns -->
732 <span>chrome.experimental.bluetooth.getServices</span>(<span c lass="null"><span>experimental.bluetooth.GetServicesOptions</span> 812 <span>chrome.experimental.bluetooth.getServices</span>(<span c lass="null"><span>experimental.bluetooth.GetServicesOptions</span>
733 <var><span>options</span></var></span><span class="null">< span>, </span><span>function</span> 813 <var><span>options</span></var></span><span class="null">< span>, </span><span>function</span>
734 <var><span>ServicesCallback</span></var></span>)</div> 814 <var><span>ServicesCallback</span></var></span>)</div>
735 <div class="description"> 815 <div class="description">
736 <p>Get a list of services provided by a device.</p> 816 <p>Get a list of services provided by a device.</p>
737 <!-- PARAMETERS --> 817 <!-- PARAMETERS -->
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 <!-- MIN_VERSION --> 915 <!-- MIN_VERSION -->
836 </div> <!-- /description --> 916 </div> <!-- /description -->
837 </div><div class="apiItem"> 917 </div><div class="apiItem">
838 <a name="method-isAvailable"></a> <!-- method-anchor --> 918 <a name="method-isAvailable"></a> <!-- method-anchor -->
839 <h4>isAvailable</h4> 919 <h4>isAvailable</h4>
840 <div class="summary"> 920 <div class="summary">
841 <!-- Note: intentionally longer 80 columns --> 921 <!-- Note: intentionally longer 80 columns -->
842 <span>chrome.experimental.bluetooth.isAvailable</span>(<span c lass="null"><span>function</span> 922 <span>chrome.experimental.bluetooth.isAvailable</span>(<span c lass="null"><span>function</span>
843 <var><span>BooleanCallback</span></var></span>)</div> 923 <var><span>BooleanCallback</span></var></span>)</div>
844 <div class="description"> 924 <div class="description">
845 <p>Checks if the system has bluetooth support.</p> 925 <p>Checks if the system has Bluetooth support.</p>
846 <!-- PARAMETERS --> 926 <!-- PARAMETERS -->
847 <h4>Parameters</h4> 927 <h4>Parameters</h4>
848 <dl> 928 <dl>
849 <div> 929 <div>
850 <div> 930 <div>
851 <dt> 931 <dt>
852 <var>BooleanCallback</var> 932 <var>BooleanCallback</var>
853 <em> 933 <em>
854 <!-- TYPE --> 934 <!-- TYPE -->
855 <div style="display:inline"> 935 <div style="display:inline">
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
913 <!-- MIN_VERSION --> 993 <!-- MIN_VERSION -->
914 </div> <!-- /description --> 994 </div> <!-- /description -->
915 </div><div class="apiItem"> 995 </div><div class="apiItem">
916 <a name="method-isPowered"></a> <!-- method-anchor --> 996 <a name="method-isPowered"></a> <!-- method-anchor -->
917 <h4>isPowered</h4> 997 <h4>isPowered</h4>
918 <div class="summary"> 998 <div class="summary">
919 <!-- Note: intentionally longer 80 columns --> 999 <!-- Note: intentionally longer 80 columns -->
920 <span>chrome.experimental.bluetooth.isPowered</span>(<span cla ss="null"><span>function</span> 1000 <span>chrome.experimental.bluetooth.isPowered</span>(<span cla ss="null"><span>function</span>
921 <var><span>BooleanCallback</span></var></span>)</div> 1001 <var><span>BooleanCallback</span></var></span>)</div>
922 <div class="description"> 1002 <div class="description">
923 <p>Checks if the system's bluetooth module has power.</p> 1003 <p>Checks if the system's Bluetooth module has power.</p>
924 <!-- PARAMETERS --> 1004 <!-- PARAMETERS -->
925 <h4>Parameters</h4> 1005 <h4>Parameters</h4>
926 <dl> 1006 <dl>
927 <div> 1007 <div>
928 <div> 1008 <div>
929 <dt> 1009 <dt>
930 <var>BooleanCallback</var> 1010 <var>BooleanCallback</var>
931 <em> 1011 <em>
932 <!-- TYPE --> 1012 <!-- TYPE -->
933 <div style="display:inline"> 1013 <div style="display:inline">
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
992 </div> <!-- /description --> 1072 </div> <!-- /description -->
993 </div><div class="apiItem"> 1073 </div><div class="apiItem">
994 <a name="method-read"></a> <!-- method-anchor --> 1074 <a name="method-read"></a> <!-- method-anchor -->
995 <h4>read</h4> 1075 <h4>read</h4>
996 <div class="summary"> 1076 <div class="summary">
997 <!-- Note: intentionally longer 80 columns --> 1077 <!-- Note: intentionally longer 80 columns -->
998 <span>chrome.experimental.bluetooth.read</span>(<span class="n ull"><span>experimental.bluetooth.ReadOptions</span> 1078 <span>chrome.experimental.bluetooth.read</span>(<span class="n ull"><span>experimental.bluetooth.ReadOptions</span>
999 <var><span>options</span></var></span><span class="null">< span>, </span><span>function</span> 1079 <var><span>options</span></var></span><span class="null">< span>, </span><span>function</span>
1000 <var><span>DataCallback</span></var></span>)</div> 1080 <var><span>DataCallback</span></var></span>)</div>
1001 <div class="description"> 1081 <div class="description">
1002 <p>Read data from a bluetooth connection.</p> 1082 <p>Read data from a Bluetooth connection.</p>
1003 <!-- PARAMETERS --> 1083 <!-- PARAMETERS -->
1004 <h4>Parameters</h4> 1084 <h4>Parameters</h4>
1005 <dl> 1085 <dl>
1006 <div> 1086 <div>
1007 <div> 1087 <div>
1008 <dt> 1088 <dt>
1009 <var>options</var> 1089 <var>options</var>
1010 <em> 1090 <em>
1011 <!-- TYPE --> 1091 <!-- TYPE -->
1012 <div style="display:inline"> 1092 <div style="display:inline">
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
1286 </div> <!-- /description --> 1366 </div> <!-- /description -->
1287 </div><div class="apiItem"> 1367 </div><div class="apiItem">
1288 <a name="method-write"></a> <!-- method-anchor --> 1368 <a name="method-write"></a> <!-- method-anchor -->
1289 <h4>write</h4> 1369 <h4>write</h4>
1290 <div class="summary"> 1370 <div class="summary">
1291 <!-- Note: intentionally longer 80 columns --> 1371 <!-- Note: intentionally longer 80 columns -->
1292 <span>chrome.experimental.bluetooth.write</span>(<span class=" null"><span>experimental.bluetooth.WriteOptions</span> 1372 <span>chrome.experimental.bluetooth.write</span>(<span class=" null"><span>experimental.bluetooth.WriteOptions</span>
1293 <var><span>options</span></var></span><span class="optiona l"><span>, </span><span>function</span> 1373 <var><span>options</span></var></span><span class="optiona l"><span>, </span><span>function</span>
1294 <var><span>SizeCallback</span></var></span>)</div> 1374 <var><span>SizeCallback</span></var></span>)</div>
1295 <div class="description"> 1375 <div class="description">
1296 <p>Write data to a bluetooth connection.</p> 1376 <p>Write data to a Bluetooth connection.</p>
1297 <!-- PARAMETERS --> 1377 <!-- PARAMETERS -->
1298 <h4>Parameters</h4> 1378 <h4>Parameters</h4>
1299 <dl> 1379 <dl>
1300 <div> 1380 <div>
1301 <div> 1381 <div>
1302 <dt> 1382 <dt>
1303 <var>options</var> 1383 <var>options</var>
1304 <em> 1384 <em>
1305 <!-- TYPE --> 1385 <!-- TYPE -->
1306 <div style="display:inline"> 1386 <div style="display:inline">
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
1395 <h3>Events</h3> 1475 <h3>Events</h3>
1396 <!-- iterates over all events --> 1476 <!-- iterates over all events -->
1397 <div class="apiItem"> 1477 <div class="apiItem">
1398 <a name="event-onAvailabilityChanged"></a> 1478 <a name="event-onAvailabilityChanged"></a>
1399 <h4>onAvailabilityChanged</h4> 1479 <h4>onAvailabilityChanged</h4>
1400 <div class="summary"> 1480 <div class="summary">
1401 <!-- Note: intentionally longer 80 columns --> 1481 <!-- Note: intentionally longer 80 columns -->
1402 <span class="subdued">chrome.experimental.bluetooth.</span><span >onAvailabilityChanged</span><span class="subdued">.addListener</span>(function( <span>boolean available</span>) <span class="subdued">{...}</span><span></span>) ; 1482 <span class="subdued">chrome.experimental.bluetooth.</span><span >onAvailabilityChanged</span><span class="subdued">.addListener</span>(function( <span>boolean available</span>) <span class="subdued">{...}</span><span></span>) ;
1403 </div> 1483 </div>
1404 <div class="description"> 1484 <div class="description">
1405 <p>Fired when the availability of bluetooth on the system change s.</p> 1485 <p>Fired when the availability of Bluetooth on the system change s.</p>
1406 <!-- LISTENER PARAMETERS --> 1486 <!-- LISTENER PARAMETERS -->
1407 <div> 1487 <div>
1408 <h4>Listener parameters</h4> 1488 <h4>Listener parameters</h4>
1409 <dl> 1489 <dl>
1410 <div> 1490 <div>
1411 <div> 1491 <div>
1412 <dt> 1492 <dt>
1413 <var>available</var> 1493 <var>available</var>
1414 <em> 1494 <em>
1415 <!-- TYPE --> 1495 <!-- TYPE -->
1416 <div style="display:inline"> 1496 <div style="display:inline">
1417 ( 1497 (
1418 <span id="typeTemplate"> 1498 <span id="typeTemplate">
1419 <span> 1499 <span>
1420 <span>boolean</span> 1500 <span>boolean</span>
1421 </span> 1501 </span>
1422 </span> 1502 </span>
1423 ) 1503 )
1424 </div> 1504 </div>
1425 </em> 1505 </em>
1426 </dt> 1506 </dt>
1427 <dd>True if bluetooth is available, false otherwise.</dd> 1507 <dd>True if Bluetooth is available, false otherwise.</dd>
1428 <!-- OBJECT PROPERTIES --> 1508 <!-- OBJECT PROPERTIES -->
1429 <!-- OBJECT METHODS --> 1509 <!-- OBJECT METHODS -->
1430 <!-- OBJECT EVENT FIELDS --> 1510 <!-- OBJECT EVENT FIELDS -->
1431 <!-- FUNCTION PARAMETERS --> 1511 <!-- FUNCTION PARAMETERS -->
1432 </div> 1512 </div>
1433 </div> 1513 </div>
1434 </dl> 1514 </dl>
1435 </div> 1515 </div>
1436 <!-- EXTRA PARAMETERS --> 1516 <!-- EXTRA PARAMETERS -->
1437 <!-- LISTENER RETURN VALUE --> 1517 <!-- LISTENER RETURN VALUE -->
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
1485 </div> <!-- /description --> 1565 </div> <!-- /description -->
1486 <!-- /description --> 1566 <!-- /description -->
1487 </div><div class="apiItem"> 1567 </div><div class="apiItem">
1488 <a name="event-onPowerChanged"></a> 1568 <a name="event-onPowerChanged"></a>
1489 <h4>onPowerChanged</h4> 1569 <h4>onPowerChanged</h4>
1490 <div class="summary"> 1570 <div class="summary">
1491 <!-- Note: intentionally longer 80 columns --> 1571 <!-- Note: intentionally longer 80 columns -->
1492 <span class="subdued">chrome.experimental.bluetooth.</span><span >onPowerChanged</span><span class="subdued">.addListener</span>(function(<span>b oolean has_power</span>) <span class="subdued">{...}</span><span></span>); 1572 <span class="subdued">chrome.experimental.bluetooth.</span><span >onPowerChanged</span><span class="subdued">.addListener</span>(function(<span>b oolean has_power</span>) <span class="subdued">{...}</span><span></span>);
1493 </div> 1573 </div>
1494 <div class="description"> 1574 <div class="description">
1495 <p>Fired when the power state of bluetooth on the system changes .</p> 1575 <p>Fired when the power state of Bluetooth on the system changes .</p>
1496 <!-- LISTENER PARAMETERS --> 1576 <!-- LISTENER PARAMETERS -->
1497 <div> 1577 <div>
1498 <h4>Listener parameters</h4> 1578 <h4>Listener parameters</h4>
1499 <dl> 1579 <dl>
1500 <div> 1580 <div>
1501 <div> 1581 <div>
1502 <dt> 1582 <dt>
1503 <var>has_power</var> 1583 <var>has_power</var>
1504 <em> 1584 <em>
1505 <!-- TYPE --> 1585 <!-- TYPE -->
(...skipping 1041 matching lines...) Expand 10 before | Expand all | Expand 10 after
2547 _uff=0; 2627 _uff=0;
2548 urchinTracker(); 2628 urchinTracker();
2549 } 2629 }
2550 catch(e) {/* urchinTracker not available. */} 2630 catch(e) {/* urchinTracker not available. */}
2551 </script> 2631 </script>
2552 <!-- end analytics --> 2632 <!-- end analytics -->
2553 </div> 2633 </div>
2554 </div> <!-- /gc-footer --> 2634 </div> <!-- /gc-footer -->
2555 </div> <!-- /gc-container --> 2635 </div> <!-- /gc-container -->
2556 </body></html> 2636 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698