HomeSort by relevance Sort by last modified time
    Searched refs:speaking (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.idl 31 readonly attribute boolean speaking;
SpeechSynthesis.h 50 bool speaking() const;
SpeechSynthesis.cpp 80 bool SpeechSynthesis::speaking() const function in class:blink::SpeechSynthesis
82 // If we have a current speech utterance, then that means we're assumed to be in a speaking state.
156 // If the utterance that completed was the one we're currently speaking,
157 // remove it from the queue and start speaking the next one.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
background.js 8 var speaking = false; variable
19 if (speaking && utterance == lastUtterance) {
24 speaking = true;
47 speaking = false;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
kbexplorer.js 33 * Handles keydown events by speaking the human understandable name of the key.
tabs_api_handler.js 22 * @param {cvox.TtsInterface} tts The TTS to use for speaking.
options.js 234 // Don't allow the user to change the sticky mode or stop speaking key.
accessibility_api_handler.js 39 * @param {cvox.TtsInterface} tts The TTS to use for speaking.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
tts_interface.js 51 * Returns true if the TTS is currently speaking.
52 * @return {boolean} True if the TTS is speaking.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_speaker.js 6 * @fileoverview A class for speaking navigation information.
44 * @param {Function} completionFunction Function to call when finished speaking.
user_event_detail.js 27 * speaking/syncing to the result and will do nothing more for this action.
navigation_manager.js 639 * @param {Function} completionFunction Function to call when finished speaking.
697 * @param {function(): ?=} opt_callback Function to call after speaking.
828 * speaking.
    [all...]
api_implementation.js 255 * @param {number=} opt_queueMode The queue mode to use for speaking.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
composite_tts.js 52 * Returns true if any of the TTSes are still speaking.
nav_description.js 95 * @param {function()=} startCallback Function called when this starts speaking.
96 * @param {function()=} endCallback Function called when this ends speaking.
chromevox.js 203 * @param {number=} opt_queueMode The queue mode to use for speaking.
211 * @param {number=} queueMode The queue mode to use for speaking.
chrome_extension_externs.js 680 * Checks if the engine is currently speaking.
editable_text.js 343 // make sure that node has focus before speaking it.
818 // after the description was just spoken. This avoid double-speaking when,
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
tts_background.js 184 * The amount of time to wait before speaking a phonetic word for a
251 // TODO(dtseng): Google TTS has bad performance when speaking numbers. This
323 // Now start speaking the next item in the queue.
328 * If nothing is speaking, pop the first item off the speech queue and
329 * start speaking it. This is called when a speech request is made and
330 * when the current utterance finishes speaking.
370 * or ends we optionally call callback functions, and start speaking the
418 * currently speaking, or removed from the queue if not), given the new
  /external/chromium_org/third_party/WebKit/
PRESUBMIT.py 251 """Generally speaking, we'd prefer not to land patches that printf
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/messages/
spoken_messages.js 6 * @fileoverview Useful abstraction when speaking messages.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
search.js 409 /* Flush out anything that may have been speaking. */
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 906 milliseconds