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

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

Issue 10829301: Extension docs: Manual merge crrev.com/143652 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: 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
« no previous file with comments | « chrome/common/extensions/docs/tts.html ('k') | chrome/common/extensions/docs/types.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 <div> 606 <div>
607 <div> 607 <div>
608 <dt> 608 <dt>
609 <var>event</var> 609 <var>event</var>
610 <em> 610 <em>
611 <!-- TYPE --> 611 <!-- TYPE -->
612 <div style="display:inline"> 612 <div style="display:inline">
613 ( 613 (
614 <span id="typeTemplate"> 614 <span id="typeTemplate">
615 <span> 615 <span>
616 <a>tts.TtsEvent</a> 616 <a href="tts.html#type-tts.TtsEvent">tts.TtsEvent</a>
617 </span> 617 </span>
618 </span> 618 </span>
619 ) 619 )
620 </div> 620 </div>
621 </em> 621 </em>
622 </dt> 622 </dt>
623 <dd>The event from the text-to-speech engine indicating the status of this utterance.</dd> 623 <dd>The event from the text-to-speech engine indicating the status of this utterance.</dd>
624 <!-- OBJECT PROPERTIES --> 624 <!-- OBJECT PROPERTIES -->
625 <!-- OBJECT METHODS --> 625 <!-- OBJECT METHODS -->
626 <!-- OBJECT EVENT FIELDS --> 626 <!-- OBJECT EVENT FIELDS -->
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 _uff=0; 700 _uff=0;
701 urchinTracker(); 701 urchinTracker();
702 } 702 }
703 catch(e) {/* urchinTracker not available. */} 703 catch(e) {/* urchinTracker not available. */}
704 </script> 704 </script>
705 <!-- end analytics --> 705 <!-- end analytics -->
706 </div> 706 </div>
707 </div> <!-- /gc-footer --> 707 </div> <!-- /gc-footer -->
708 </div> <!-- /gc-container --> 708 </div> <!-- /gc-container -->
709 </body></html> 709 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/tts.html ('k') | chrome/common/extensions/docs/types.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698