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

Side by Side Diff: chrome/common/extensions/docs/tts.html

Issue 9452019: experimental.downloads extension api docs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 8 years, 9 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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 </li><li> 223 </li><li>
224 <a href="#method-isSpeaking">isSpeaking</a> 224 <a href="#method-isSpeaking">isSpeaking</a>
225 </li><li> 225 </li><li>
226 <a href="#method-speak">speak</a> 226 <a href="#method-speak">speak</a>
227 </li><li> 227 </li><li>
228 <a href="#method-stop">stop</a> 228 <a href="#method-stop">stop</a>
229 </li> 229 </li>
230 </ol> 230 </ol>
231 </li> 231 </li>
232 <li> 232 <li>
233 <a href="#global-events">Events</a>
234 <ol>
235 </ol>
236 </li>
237 <li>
238 <a href="#types">Types</a> 233 <a href="#types">Types</a>
239 <ol> 234 <ol>
240 <li> 235 <li>
241 <a href="#type-TtsEvent">TtsEvent</a> 236 <a href="#type-TtsEvent">TtsEvent</a>
242 <ol> 237 <ol>
243 </ol> 238 </ol>
244 </li><li> 239 </li><li>
245 <a href="#type-TtsVoice">TtsVoice</a> 240 <a href="#type-TtsVoice">TtsVoice</a>
246 <ol> 241 <ol>
247 </ol> 242 </ol>
(...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after
1023 </dl> 1018 </dl>
1024 <!-- RETURNS --> 1019 <!-- RETURNS -->
1025 <dl> 1020 <dl>
1026 </dl> 1021 </dl>
1027 <!-- CALLBACK --> 1022 <!-- CALLBACK -->
1028 <!-- MIN_VERSION --> 1023 <!-- MIN_VERSION -->
1029 </div> <!-- /description --> 1024 </div> <!-- /description -->
1030 </div> <!-- /apiItem --> 1025 </div> <!-- /apiItem -->
1031 </div> <!-- /apiGroup --> 1026 </div> <!-- /apiGroup -->
1032 <!-- EVENTS --> 1027 <!-- EVENTS -->
1033 <div id="eventsTemplate" class="apiGroup"> 1028 <!-- /apiGroup -->
1034 <a name="global-events"></a>
1035 <h3>Events</h3>
1036 <!-- iterates over all events -->
1037 <!-- /apiItem -->
1038 </div> <!-- /apiGroup -->
1039 <!-- TYPES --> 1029 <!-- TYPES -->
1040 <div class="apiGroup"> 1030 <div class="apiGroup">
1041 <a name="types"></a> 1031 <a name="types"></a>
1042 <h3 id="types">Types</h3> 1032 <h3 id="types">Types</h3>
1043 <!-- iterates over all types --> 1033 <!-- iterates over all types -->
1044 <div class="apiItem"> 1034 <div class="apiItem">
1045 <a name="type-TtsEvent"></a> 1035 <a name="type-TtsEvent"></a>
1046 <h4>TtsEvent</h4> 1036 <h4>TtsEvent</h4>
1047 <div> 1037 <div>
1048 <dt> 1038 <dt>
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
1333 _uff=0; 1323 _uff=0;
1334 urchinTracker(); 1324 urchinTracker();
1335 } 1325 }
1336 catch(e) {/* urchinTracker not available. */} 1326 catch(e) {/* urchinTracker not available. */}
1337 </script> 1327 </script>
1338 <!-- end analytics --> 1328 <!-- end analytics -->
1339 </div> 1329 </div>
1340 </div> <!-- /gc-footer --> 1330 </div> <!-- /gc-footer -->
1341 </div> <!-- /gc-container --> 1331 </div> <!-- /gc-container -->
1342 </body></html> 1332 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698