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

Side by Side Diff: chrome/common/extensions/docs/tts.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
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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 <a href="#method-speak">speak</a> 228 <a href="#method-speak">speak</a>
229 </li><li> 229 </li><li>
230 <a href="#method-stop">stop</a> 230 <a href="#method-stop">stop</a>
231 </li> 231 </li>
232 </ol> 232 </ol>
233 </li> 233 </li>
234 <li> 234 <li>
235 <a href="#types">Types</a> 235 <a href="#types">Types</a>
236 <ol> 236 <ol>
237 <li> 237 <li>
238 <a href="#type-TtsEvent">null</a> 238 <a href="#type-tts.TtsEvent">TtsEvent</a>
239 <ol> 239 <ol>
240 </ol> 240 </ol>
241 </li><li> 241 </li><li>
242 <a href="#type-TtsVoice">null</a> 242 <a href="#type-tts.TtsVoice">TtsVoice</a>
243 <ol> 243 <ol>
244 </ol> 244 </ol>
245 </li> 245 </li>
246 </ol> 246 </ol>
247 </li> 247 </li>
248 </ol> 248 </ol>
249 </li> 249 </li>
250 </ol> 250 </ol>
251 </div> 251 </div>
252 <!-- /TABLE OF CONTENTS --> 252 <!-- /TABLE OF CONTENTS -->
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
850 <div> 850 <div>
851 <div> 851 <div>
852 <dt> 852 <dt>
853 <var>event</var> 853 <var>event</var>
854 <em> 854 <em>
855 <!-- TYPE --> 855 <!-- TYPE -->
856 <div style="display:inline"> 856 <div style="display:inline">
857 ( 857 (
858 <span id="typeTemplate"> 858 <span id="typeTemplate">
859 <span> 859 <span>
860 <a href="tts.html#type-TtsEvent">TtsEvent</a> 860 <a href="tts.html#type-tts.TtsEvent">tts.TtsEvent</a>
861 </span> 861 </span>
862 </span> 862 </span>
863 ) 863 )
864 </div> 864 </div>
865 </em> 865 </em>
866 </dt> 866 </dt>
867 <dd>The update event from the text-to-speech engine indicating the sta tus of this utterance.</dd> 867 <dd>The update event from the text-to-speech engine indicating the sta tus of this utterance.</dd>
868 <!-- OBJECT PROPERTIES --> 868 <!-- OBJECT PROPERTIES -->
869 <!-- OBJECT METHODS --> 869 <!-- OBJECT METHODS -->
870 <!-- OBJECT EVENT FIELDS --> 870 <!-- OBJECT EVENT FIELDS -->
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
934 </div> <!-- /apiItem --> 934 </div> <!-- /apiItem -->
935 </div> <!-- /apiGroup --> 935 </div> <!-- /apiGroup -->
936 <!-- EVENTS --> 936 <!-- EVENTS -->
937 <!-- /apiGroup --> 937 <!-- /apiGroup -->
938 <!-- TYPES --> 938 <!-- TYPES -->
939 <div class="apiGroup"> 939 <div class="apiGroup">
940 <a name="types"></a> 940 <a name="types"></a>
941 <h3 id="types">Types</h3> 941 <h3 id="types">Types</h3>
942 <!-- iterates over all types --> 942 <!-- iterates over all types -->
943 <div class="apiItem"> 943 <div class="apiItem">
944 <a name="type-TtsEvent"></a> 944 <a name="type-tts.TtsEvent"></a>
945 <h4>TtsEvent</h4> 945 <h4>tts.TtsEvent</h4>
946 <div> 946 <div>
947 <dt> 947 <dt>
948 <em> 948 <em>
949 <!-- TYPE --> 949 <!-- TYPE -->
950 <div style="display:inline"> 950 <div style="display:inline">
951 ( 951 (
952 <span id="typeTemplate"> 952 <span id="typeTemplate">
953 <span> 953 <span>
954 <span>object</span> 954 <span>object</span>
955 </span> 955 </span>
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
1036 <!-- FUNCTION PARAMETERS --> 1036 <!-- FUNCTION PARAMETERS -->
1037 </div> 1037 </div>
1038 </div> 1038 </div>
1039 </dl> 1039 </dl>
1040 </dd> 1040 </dd>
1041 <!-- OBJECT METHODS --> 1041 <!-- OBJECT METHODS -->
1042 <!-- OBJECT EVENT FIELDS --> 1042 <!-- OBJECT EVENT FIELDS -->
1043 <!-- FUNCTION PARAMETERS --> 1043 <!-- FUNCTION PARAMETERS -->
1044 </div> 1044 </div>
1045 </div><div class="apiItem"> 1045 </div><div class="apiItem">
1046 <a name="type-TtsVoice"></a> 1046 <a name="type-tts.TtsVoice"></a>
1047 <h4>TtsVoice</h4> 1047 <h4>tts.TtsVoice</h4>
1048 <div> 1048 <div>
1049 <dt> 1049 <dt>
1050 <em> 1050 <em>
1051 <!-- TYPE --> 1051 <!-- TYPE -->
1052 <div style="display:inline"> 1052 <div style="display:inline">
1053 ( 1053 (
1054 <span id="typeTemplate"> 1054 <span id="typeTemplate">
1055 <span> 1055 <span>
1056 <span>object</span> 1056 <span>object</span>
1057 </span> 1057 </span>
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
1241 _uff=0; 1241 _uff=0;
1242 urchinTracker(); 1242 urchinTracker();
1243 } 1243 }
1244 catch(e) {/* urchinTracker not available. */} 1244 catch(e) {/* urchinTracker not available. */}
1245 </script> 1245 </script>
1246 <!-- end analytics --> 1246 <!-- end analytics -->
1247 </div> 1247 </div>
1248 </div> <!-- /gc-footer --> 1248 </div> <!-- /gc-footer -->
1249 </div> <!-- /gc-container --> 1249 </div> <!-- /gc-container -->
1250 </body></html> 1250 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/topSites.html ('k') | chrome/common/extensions/docs/ttsEngine.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698