OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SpeechInputClientImpl
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
SpeechInputClientImpl.cpp
32
#include "
SpeechInputClientImpl
.h"
46
PassOwnPtr<
SpeechInputClientImpl
>
SpeechInputClientImpl
::create(WebViewClient* client)
48
return adoptPtr(new
SpeechInputClientImpl
(client));
51
SpeechInputClientImpl
::
SpeechInputClientImpl
(WebViewClient* web_view_client)
57
SpeechInputClientImpl
::~
SpeechInputClientImpl
()
61
void
SpeechInputClientImpl
::setListener(WebCore::SpeechInputListener* listener)
66
bool
SpeechInputClientImpl
::startRecognition(int requestId, const WebCore::IntRect& elementRect, const AtomicString& language (…)
[
all
...]
SpeechInputClientImpl.h
52
class
SpeechInputClientImpl
56
static PassOwnPtr<
SpeechInputClientImpl
> create(WebViewClient*);
57
virtual ~
SpeechInputClientImpl
();
71
SpeechInputClientImpl
(WebViewClient*);
WebViewImpl.h
93
class
SpeechInputClientImpl
;
796
OwnPtr<
SpeechInputClientImpl
> m_speechInputClient;
[
all
...]
webkit.target.darwin-arm.mk
135
third_party/WebKit/Source/web/
SpeechInputClientImpl
.cpp \
webkit.target.darwin-mips.mk
135
third_party/WebKit/Source/web/
SpeechInputClientImpl
.cpp \
webkit.target.darwin-x86.mk
135
third_party/WebKit/Source/web/
SpeechInputClientImpl
.cpp \
webkit.target.linux-arm.mk
135
third_party/WebKit/Source/web/
SpeechInputClientImpl
.cpp \
webkit.target.linux-mips.mk
135
third_party/WebKit/Source/web/
SpeechInputClientImpl
.cpp \
webkit.target.linux-x86.mk
135
third_party/WebKit/Source/web/
SpeechInputClientImpl
.cpp \
WebViewImpl.cpp
51
#include "
SpeechInputClientImpl
.h"
419
, m_speechInputClient(
SpeechInputClientImpl
::create(client))
[
all
...]
Completed in 1249 milliseconds