Searched refs:SpeechInput (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/page/
H A DSpeechInput.cpp32 #include "SpeechInput.h"
43 SpeechInput::SpeechInput(SpeechInputClient* client) function in class:WebCore::SpeechInput
50 SpeechInput::~SpeechInput()
55 PassOwnPtr<SpeechInput> SpeechInput::create(SpeechInputClient* client)
57 return adoptPtr(new SpeechInput(client));
60 int SpeechInput::registerListener(SpeechInputListener* listener)
72 void SpeechInput
[all...]
H A DSpeechInput.h51 class SpeechInput : public SpeechInputListener, class in namespace:WebCore
53 WTF_MAKE_NONCOPYABLE(SpeechInput);
55 virtual ~SpeechInput();
57 static PassOwnPtr<SpeechInput> create(SpeechInputClient*);
59 static SpeechInput* from(Page* page) { return static_cast<SpeechInput*>(Supplement<Page>::from(page, supplementName())); }
80 explicit SpeechInput(SpeechInputClient*);
/macosx-10.9.5/WebCore-7537.78.1/html/shadow/
H A DTextControlInnerElements.h36 class SpeechInput;
130 SpeechInput* speechInput();
H A DTextControlInnerElements.cpp44 #include "SpeechInput.h"
275 SpeechInput* speech = speechInput();
366 SpeechInput* InputFieldSpeechButtonElement::speechInput()
368 return SpeechInput::from(document()->page());
414 if (SpeechInput* input = SpeechInput::from(document()->page()))

Completed in 109 milliseconds