OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SpeechInputClient
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/speech/
SpeechInputClient.h
46
class
SpeechInputClient
{
67
virtual ~
SpeechInputClient
() { }
70
void provideSpeechInputTo(Page*,
SpeechInputClient
*);
SpeechInput.h
45
class
SpeechInputClient
;
56
static PassOwnPtr<SpeechInput> create(
SpeechInputClient
*);
79
explicit SpeechInput(
SpeechInputClient
*);
81
SpeechInputClient
* m_client;
SpeechInput.cpp
36
#include "core/speech/
SpeechInputClient
.h"
41
SpeechInput::SpeechInput(
SpeechInputClient
* client)
53
PassOwnPtr<SpeechInput> SpeechInput::create(
SpeechInputClient
* client)
123
void provideSpeechInputTo(Page* page,
SpeechInputClient
* client)
/external/chromium_org/third_party/WebKit/Source/web/
SpeechInputClientImpl.h
37
#include "core/speech/
SpeechInputClient
.h"
53
: public WebCore::
SpeechInputClient
,
59
//
SpeechInputClient
methods.
Completed in 62 milliseconds