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

Side by Side Diff: chrome/common/extensions/docs/ttsEngine.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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 </ol> 201 </ol>
202 </li><li> 202 </li><li>
203 <a href="#handling_speech_events">Handling speech events</a> 203 <a href="#handling_speech_events">Handling speech events</a>
204 <ol> 204 <ol>
205 </ol> 205 </ol>
206 </li> 206 </li>
207 <li> 207 <li>
208 <a href="#apiReference">API reference: chrome.ttsEngine</a> 208 <a href="#apiReference">API reference: chrome.ttsEngine</a>
209 <ol> 209 <ol>
210 <li> 210 <li>
211 <a href="#global-methods">Methods</a>
212 <ol>
213 </ol>
214 </li>
215 <li>
216 <a href="#global-events">Events</a> 211 <a href="#global-events">Events</a>
217 <ol> 212 <ol>
218 <li> 213 <li>
219 <a href="#event-onSpeak">onSpeak</a> 214 <a href="#event-onSpeak">onSpeak</a>
220 </li><li> 215 </li><li>
221 <a href="#event-onStop">onStop</a> 216 <a href="#event-onStop">onStop</a>
222 </li> 217 </li>
223 </ol> 218 </ol>
224 </li> 219 </li>
225 </ol> 220 </ol>
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 there's no way for an extension to receive a speech request and 352 there's no way for an extension to receive a speech request and
358 dynamically decide whether to handle it.</p> 353 dynamically decide whether to handle it.</p>
359 </div> 354 </div>
360 <!-- API PAGE --> 355 <!-- API PAGE -->
361 <div class="apiPage"> 356 <div class="apiPage">
362 <a name="apiReference"></a> 357 <a name="apiReference"></a>
363 <h2>API reference: chrome.ttsEngine</h2> 358 <h2>API reference: chrome.ttsEngine</h2>
364 <!-- PROPERTIES --> 359 <!-- PROPERTIES -->
365 <!-- /apiGroup --> 360 <!-- /apiGroup -->
366 <!-- METHODS --> 361 <!-- METHODS -->
367 <div id="methodsTemplate" class="apiGroup"> 362 <!-- /apiGroup -->
368 <a name="global-methods"></a>
369 <h3>Methods</h3>
370 <!-- iterates over all functions -->
371 <!-- /apiItem -->
372 </div> <!-- /apiGroup -->
373 <!-- EVENTS --> 363 <!-- EVENTS -->
374 <div id="eventsTemplate" class="apiGroup"> 364 <div id="eventsTemplate" class="apiGroup">
375 <a name="global-events"></a> 365 <a name="global-events"></a>
376 <h3>Events</h3> 366 <h3>Events</h3>
377 <!-- iterates over all events --> 367 <!-- iterates over all events -->
378 <div class="apiItem"> 368 <div class="apiItem">
379 <a name="event-onSpeak"></a> 369 <a name="event-onSpeak"></a>
380 <h4>onSpeak</h4> 370 <h4>onSpeak</h4>
381 <div class="summary"> 371 <div class="summary">
382 <!-- Note: intentionally longer 80 columns --> 372 <!-- Note: intentionally longer 80 columns -->
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 _uff=0; 687 _uff=0;
698 urchinTracker(); 688 urchinTracker();
699 } 689 }
700 catch(e) {/* urchinTracker not available. */} 690 catch(e) {/* urchinTracker not available. */}
701 </script> 691 </script>
702 <!-- end analytics --> 692 <!-- end analytics -->
703 </div> 693 </div>
704 </div> <!-- /gc-footer --> 694 </div> <!-- /gc-footer -->
705 </div> <!-- /gc-container --> 695 </div> <!-- /gc-container -->
706 </body></html> 696 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698