Searched refs:WebSpeechGrammar (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebSpeechGrammar.cpp27 #include "public/web/WebSpeechGrammar.h"
34 void WebSpeechGrammar::reset()
39 void WebSpeechGrammar::assign(const WebSpeechGrammar& other)
44 WebSpeechGrammar::WebSpeechGrammar(SpeechGrammar* value) function in class:blink::WebSpeechGrammar
49 WebSpeechGrammar& WebSpeechGrammar::operator=(SpeechGrammar* value)
55 WebURL WebSpeechGrammar::src() const
61 float WebSpeechGrammar
[all...]
H A DSpeechRecognitionClientProxy.cpp37 #include "public/web/WebSpeechGrammar.h"
57 WebVector<WebSpeechGrammar> webSpeechGrammars(static_cast<size_t>(grammarList->length()));
H A Dblink_web.target.darwin-arm.mk185 third_party/WebKit/Source/web/WebSpeechGrammar.cpp \
H A Dblink_web.target.darwin-arm64.mk185 third_party/WebKit/Source/web/WebSpeechGrammar.cpp \
H A Dblink_web.target.darwin-mips.mk185 third_party/WebKit/Source/web/WebSpeechGrammar.cpp \
H A Dblink_web.target.darwin-mips64.mk185 third_party/WebKit/Source/web/WebSpeechGrammar.cpp \
H A Dblink_web.target.darwin-x86.mk185 third_party/WebKit/Source/web/WebSpeechGrammar.cpp \
H A Dblink_web.target.darwin-x86_64.mk185 third_party/WebKit/Source/web/WebSpeechGrammar.cpp \
H A Dblink_web.target.linux-arm.mk185 third_party/WebKit/Source/web/WebSpeechGrammar.cpp \
H A Dblink_web.target.linux-arm64.mk185 third_party/WebKit/Source/web/WebSpeechGrammar.cpp \
H A Dblink_web.target.linux-mips.mk185 third_party/WebKit/Source/web/WebSpeechGrammar.cpp \
H A Dblink_web.target.linux-mips64.mk185 third_party/WebKit/Source/web/WebSpeechGrammar.cpp \
H A Dblink_web.target.linux-x86.mk185 third_party/WebKit/Source/web/WebSpeechGrammar.cpp \
H A Dblink_web.target.linux-x86_64.mk185 third_party/WebKit/Source/web/WebSpeechGrammar.cpp \
/external/chromium_org/third_party/WebKit/public/web/
H A DWebSpeechGrammar.h37 class WebSpeechGrammar { class in namespace:blink
39 WebSpeechGrammar() { } function in class:blink::WebSpeechGrammar
40 WebSpeechGrammar(const WebSpeechGrammar& grammar) { assign(grammar); } function in class:blink::WebSpeechGrammar
41 ~WebSpeechGrammar() { reset(); }
47 BLINK_EXPORT void assign(const WebSpeechGrammar&);
50 explicit WebSpeechGrammar(SpeechGrammar*);
51 WebSpeechGrammar& operator=(SpeechGrammar*);
H A DWebSpeechRecognitionParams.h32 #include "WebSpeechGrammar.h"
36 class WebSpeechGrammar;
40 WebSpeechRecognitionParams(const WebVector<WebSpeechGrammar>& grammars, const WebString& language, bool continuous, bool interimResults, unsigned long maxAlternatives, const WebSecurityOrigin& origin)
50 const WebVector<WebSpeechGrammar>& grammars() const { return m_grammars; }
58 WebVector<WebSpeechGrammar> m_grammars;
H A DWebSpeechRecognizer.h34 class WebSpeechGrammar;
/external/chromium_org/content/renderer/
H A Dspeech_recognition_dispatcher.cc13 #include "third_party/WebKit/public/web/WebSpeechGrammar.h"
20 using blink::WebSpeechGrammar;
70 const WebSpeechGrammar& grammar = params.grammars()[i];

Completed in 889 milliseconds