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

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

Issue 8352042: Update contentSettings extension API docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 2 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 100
101 <div id="functionParametersTemplate"> 101 <div id="functionParametersTemplate">
102 <h5>Parameters</h5> 102 <h5>Parameters</h5>
103 <dl> 103 <dl>
104 <div> 104 <div>
105 <div> 105 <div>
106 </div> 106 </div>
107 </div> 107 </div>
108 </dl> 108 </dl>
109 </div> 109 </div>
110
111 <!-- Individual subsections from the table of contents -->
112 <ol>
113 <li id="propertiesTocTemplate">
114 <a href="#properties">Properties</a>
115 <ol>
116 <li>
117 <a href="#property-anchor">propertyName</a>
118 </li>
119 </ol>
120 </li>
121 <li id="methodsTocTemplate">
122 <a>Methods</a>
123 <ol>
124 <li>
125 <a href="#method-anchor">methodName</a>
126 </li>
127 </ol>
128 </li>
129 <li id="eventsTocTemplate">
130 <a>Events</a>
131 <ol>
132 <li>
133 <a href="#event-anchor">eventName</a>
134 </li>
135 </ol>
136 </li>
137 <li id="typesTocTemplate">
138 <a href="#types">Types</a>
139 <ol>
140 <li>
141 <a href="#id-anchor">id</a>
142 <ol>
143 <div></div>
144 <div></div>
145 </ol>
146 </li>
147 </ol>
148 </li>
149 </ol>
110 </div> <!-- /SUBTEMPLATES --> 150 </div> <!-- /SUBTEMPLATES -->
111 151
112 <a id="top"></a> 152 <a id="top"></a>
113 <div id="skipto"> 153 <div id="skipto">
114 <a href="#gc-pagecontent">Skip to page content</a> 154 <a href="#gc-pagecontent">Skip to page content</a>
115 <a href="#gc-toc">Skip to main navigation</a> 155 <a href="#gc-toc">Skip to main navigation</a>
116 </div> 156 </div>
117 <!-- API HEADER --> 157 <!-- API HEADER -->
118 <table id="header" width="100%" cellspacing="0" border="0"> 158 <table id="header" width="100%" cellspacing="0" border="0">
119 <tbody><tr> 159 <tbody><tr>
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 <ol> 330 <ol>
291 <li style="display: none; "> 331 <li style="display: none; ">
292 <a>h3Name</a> 332 <a>h3Name</a>
293 </li> 333 </li>
294 </ol> 334 </ol>
295 </li> 335 </li>
296 <li> 336 <li>
297 <a href="#apiReference">API reference: chrome.tts</a> 337 <a href="#apiReference">API reference: chrome.tts</a>
298 <ol> 338 <ol>
299 <li style="display: none; "> 339 <li style="display: none; ">
300 <a href="#properties">Properties</a> 340 <a href="#properties">Properties</a>
301 <ol> 341 <ol>
302 <li> 342 <li>
303 <a href="#property-anchor">propertyName</a> 343 <a href="#property-anchor">propertyName</a>
304 </li> 344 </li>
305 </ol> 345 </ol>
306 </li> 346 </li>
307 <li> 347 <li>
308 <a href="#global-methods">Methods</a> 348 <a href="#global-methods">Methods</a>
309 <ol> 349 <ol>
310 <li> 350 <li>
311 <a href="#method-getVoices">getVoices</a> 351 <a href="#method-getVoices">getVoices</a>
312 </li><li> 352 </li><li>
313 <a href="#method-isSpeaking">isSpeaking</a> 353 <a href="#method-isSpeaking">isSpeaking</a>
314 </li><li> 354 </li><li>
315 <a href="#method-speak">speak</a> 355 <a href="#method-speak">speak</a>
316 </li><li> 356 </li><li>
317 <a href="#method-stop">stop</a> 357 <a href="#method-stop">stop</a>
318 </li> 358 </li>
319 </ol> 359 </ol>
320 </li> 360 </li>
321 <li> 361 <li>
322 <a href="#global-events">Events</a> 362 <a href="#global-events">Events</a>
323 <ol> 363 <ol>
324 <li style="display: none; "> 364 <li style="display: none; ">
325 <a href="#event-anchor">eventName</a> 365 <a href="#event-anchor">eventName</a>
326 </li> 366 </li>
327 </ol> 367 </ol>
328 </li> 368 </li>
329 <li> 369 <li>
330 <a href="#types">Types</a> 370 <a href="#types">Types</a>
331 <ol> 371 <ol>
332 <li> 372 <li>
333 <a href="#type-TtsEvent">TtsEvent</a> 373 <a href="#type-TtsEvent">TtsEvent</a>
334 </li><li> 374 <ol>
335 <a href="#type-TtsVoice">TtsVoice</a> 375 <li style="display: none; ">
336 </li> 376 <a>Methods</a>
337 </ol> 377 <ol>
338 </li> 378 <li>
379 <a href="#method-anchor">methodName</a>
380 </li>
381 </ol>
382 </li>
383 <li style="display: none; ">
384 <a>Events</a>
385 <ol>
386 <li>
387 <a href="#event-anchor">eventName</a>
388 </li>
389 </ol>
390 </li>
391 </ol>
392 </li><li>
393 <a href="#type-TtsVoice">TtsVoice</a>
394 <ol>
395 <li style="display: none; ">
396 <a>Methods</a>
397 <ol>
398 <li>
399 <a href="#method-anchor">methodName</a>
400 </li>
401 </ol>
402 </li>
403 <li style="display: none; ">
404 <a>Events</a>
405 <ol>
406 <li>
407 <a href="#event-anchor">eventName</a>
408 </li>
409 </ol>
410 </li>
411 </ol>
412 </li>
413 </ol>
414 </li>
339 </ol> 415 </ol>
340 </li> 416 </li>
341 </ol> 417 </ol>
342 </div> 418 </div>
343 <!-- /TABLE OF CONTENTS --> 419 <!-- /TABLE OF CONTENTS -->
344 420
345 <!-- Standard content lead-in for experimental API pages --> 421 <!-- Standard content lead-in for experimental API pages -->
346 <p id="classSummary" style="display: none; "> 422 <p id="classSummary" style="display: none; ">
347 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page. 423 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page.
348 </p> 424 </p>
(...skipping 2587 matching lines...) Expand 10 before | Expand all | Expand 10 after
2936 _uff=0; 3012 _uff=0;
2937 urchinTracker(); 3013 urchinTracker();
2938 } 3014 }
2939 catch(e) {/* urchinTracker not available. */} 3015 catch(e) {/* urchinTracker not available. */}
2940 </script> 3016 </script>
2941 <!-- end analytics --> 3017 <!-- end analytics -->
2942 </div> 3018 </div>
2943 </div> <!-- /gc-footer --> 3019 </div> <!-- /gc-footer -->
2944 </div> <!-- /gc-container --> 3020 </div> <!-- /gc-container -->
2945 </body></html> 3021 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698