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

  /external/chromium_org/third_party/WebKit/Source/core/page/
SpeechInputClient.h 46 class SpeechInputClient {
67 virtual ~SpeechInputClient() { }
70 void provideSpeechInputTo(Page*, SpeechInputClient*);
SpeechInput.h 45 class SpeechInputClient;
57 static PassOwnPtr<SpeechInput> create(SpeechInputClient*);
80 explicit SpeechInput(SpeechInputClient*);
82 SpeechInputClient* m_client;
SpeechInput.cpp 36 #include "core/page/SpeechInputClient.h"
42 SpeechInput::SpeechInput(SpeechInputClient* client)
54 PassOwnPtr<SpeechInput> SpeechInput::create(SpeechInputClient* client)
124 void provideSpeechInputTo(Page* page, SpeechInputClient* client)
  /external/chromium_org/third_party/WebKit/Source/web/
SpeechInputClientImpl.h 37 #include "core/page/SpeechInputClient.h"
53 : public WebCore::SpeechInputClient,
59 // SpeechInputClient methods.

Completed in 159 milliseconds