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

  /external/chromium_org/third_party/WebKit/Source/core/speech/
SpeechInput.cpp 32 #include "core/speech/SpeechInput.h"
41 SpeechInput::SpeechInput(SpeechInputClient* client)
48 SpeechInput::~SpeechInput()
53 PassOwnPtr<SpeechInput> SpeechInput::create(SpeechInputClient* client)
55 return adoptPtr(new SpeechInput(client));
58 int SpeechInput::registerListener(SpeechInputListener* listener)
70 void SpeechInput::unregisterListener(int listenerId
    [all...]
SpeechInput.h 51 class SpeechInput : public SpeechInputListener, public Supplement<Page> {
52 WTF_MAKE_NONCOPYABLE(SpeechInput);
54 virtual ~SpeechInput();
56 static PassOwnPtr<SpeechInput> create(SpeechInputClient*);
58 static SpeechInput* from(Page* page) { return static_cast<SpeechInput*>(Supplement<Page>::from(page, supplementName())); }
79 explicit SpeechInput(SpeechInputClient*);
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
TextControlInnerElements.h 36 class SpeechInput;
129 SpeechInput* speechInput();
TextControlInnerElements.cpp 43 #include "core/speech/SpeechInput.h"
290 SpeechInput* speech = speechInput();
384 SpeechInput* InputFieldSpeechButtonElement::speechInput()
386 return SpeechInput::from(document().page());
432 if (SpeechInput* input = SpeechInput::from(document().page()))
446 speechInput()->cancelRecognition(m_listenerId);
447 speechInput()->unregisterListener(m_listenerId)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.idl 96 [Conditional=INPUT_SPEECH, Reflect, RuntimeEnabled=SpeechInput] attribute boolean webkitSpeech;
97 [Conditional=INPUT_SPEECH, Reflect, RuntimeEnabled=SpeechInput] attribute boolean webkitGrammar;
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 482 third_party/WebKit/Source/core/speech/SpeechInput.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 482 third_party/WebKit/Source/core/speech/SpeechInput.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 482 third_party/WebKit/Source/core/speech/SpeechInput.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 482 third_party/WebKit/Source/core/speech/SpeechInput.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 482 third_party/WebKit/Source/core/speech/SpeechInput.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 482 third_party/WebKit/Source/core/speech/SpeechInput.cpp \
    [all...]

Completed in 714 milliseconds