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

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

Issue 9967021: Uses a system-wide notion of isSpeaking in the Mac extension TTS api. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix mock expectations. Created 8 years, 7 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 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 <!-- MIN_VERSION --> 503 <!-- MIN_VERSION -->
504 </div> <!-- /description --> 504 </div> <!-- /description -->
505 </div><div class="apiItem"> 505 </div><div class="apiItem">
506 <a name="method-isSpeaking"></a> <!-- method-anchor --> 506 <a name="method-isSpeaking"></a> <!-- method-anchor -->
507 <h4>isSpeaking</h4> 507 <h4>isSpeaking</h4>
508 <div class="summary"> 508 <div class="summary">
509 <!-- Note: intentionally longer 80 columns --> 509 <!-- Note: intentionally longer 80 columns -->
510 <span>chrome.tts.isSpeaking</span>(<span class="optional"><spa n>function</span> 510 <span>chrome.tts.isSpeaking</span>(<span class="optional"><spa n>function</span>
511 <var><span>callback</span></var></span>)</div> 511 <var><span>callback</span></var></span>)</div>
512 <div class="description"> 512 <div class="description">
513 <p>Checks if the engine is currently speaking.</p> 513 <p>Reports if the engine is currently speaking. Note: On Mac OS X, this will return true if the system speech engine is speaking, even if it was n't initiated by Chrome.</p>
514 <!-- PARAMETERS --> 514 <!-- PARAMETERS -->
515 <h4>Parameters</h4> 515 <h4>Parameters</h4>
516 <dl> 516 <dl>
517 <div> 517 <div>
518 <div> 518 <div>
519 <dt> 519 <dt>
520 <var>callback</var> 520 <var>callback</var>
521 <em> 521 <em>
522 <!-- TYPE --> 522 <!-- TYPE -->
523 <div style="display:inline"> 523 <div style="display:inline">
(...skipping 799 matching lines...) Expand 10 before | Expand all | Expand 10 after
1323 _uff=0; 1323 _uff=0;
1324 urchinTracker(); 1324 urchinTracker();
1325 } 1325 }
1326 catch(e) {/* urchinTracker not available. */} 1326 catch(e) {/* urchinTracker not available. */}
1327 </script> 1327 </script>
1328 <!-- end analytics --> 1328 <!-- end analytics -->
1329 </div> 1329 </div>
1330 </div> <!-- /gc-footer --> 1330 </div> <!-- /gc-footer -->
1331 </div> <!-- /gc-container --> 1331 </div> <!-- /gc-container -->
1332 </body></html> 1332 </body></html>
OLDNEW
« chrome/common/extensions/api/tts.json ('K') | « chrome/common/extensions/api/tts.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698