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

  /external/chromium_org/third_party/WebKit/Source/core/speech/
SpeechInputListener.h 42 class SpeechInputListener {
60 virtual ~SpeechInputListener() { }
SpeechInputClient.h 42 class SpeechInputListener;
52 virtual void setListener(SpeechInputListener*) = 0;
SpeechInput.h 37 #include "core/speech/SpeechInputListener.h"
46 class SpeechInputListener;
51 class SpeechInput : public SpeechInputListener, public Supplement<Page> {
62 int registerListener(SpeechInputListener*);
73 // SpeechInputListener methods.
82 HashMap<int, SpeechInputListener*> m_listeners;
SpeechInput.cpp 58 int SpeechInput::registerListener(SpeechInputListener* listener)
62 for (HashMap<int, SpeechInputListener*>::iterator it = m_listeners.begin(); it != m_listeners.end(); ++it)
  /external/chromium_org/third_party/WebKit/Source/web/
SpeechInputClientImpl.h 44 class SpeechInputListener;
60 void setListener(WebCore::SpeechInputListener*);
74 WebCore::SpeechInputListener* m_listener;
SpeechInputClientImpl.cpp 39 #include "core/speech/SpeechInputListener.h"
61 void SpeechInputClientImpl::setListener(WebCore::SpeechInputListener* listener)
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
TextControlInnerElements.h 31 #include "core/speech/SpeechInputListener.h"
103 public SpeechInputListener {
122 // SpeechInputListener methods.

Completed in 89 milliseconds