Searched refs:WebSpeechGrammar (Results 1 – 19 of 19) sorted by relevance
34 void WebSpeechGrammar::reset() in reset()39 void WebSpeechGrammar::assign(const WebSpeechGrammar& other) in assign()44 WebSpeechGrammar::WebSpeechGrammar(SpeechGrammar* value) in WebSpeechGrammar() function in blink::WebSpeechGrammar49 WebSpeechGrammar& WebSpeechGrammar::operator=(SpeechGrammar* value) in operator =()55 WebURL WebSpeechGrammar::src() const in src()61 float WebSpeechGrammar::weight() const in weight()
57 WebVector<WebSpeechGrammar> webSpeechGrammars(static_cast<size_t>(grammarList->length())); in start()
231 'WebSpeechGrammar.cpp',
185 third_party/WebKit/Source/web/WebSpeechGrammar.cpp \
37 class WebSpeechGrammar {39 WebSpeechGrammar() { } in WebSpeechGrammar() function40 WebSpeechGrammar(const WebSpeechGrammar& grammar) { assign(grammar); } in WebSpeechGrammar() function41 ~WebSpeechGrammar() { reset(); } in ~WebSpeechGrammar()47 BLINK_EXPORT void assign(const WebSpeechGrammar&);50 explicit WebSpeechGrammar(SpeechGrammar*);51 WebSpeechGrammar& operator=(SpeechGrammar*);
36 class WebSpeechGrammar; variable40 …WebSpeechRecognitionParams(const WebVector<WebSpeechGrammar>& grammars, const WebString& language,… in WebSpeechRecognitionParams()50 const WebVector<WebSpeechGrammar>& grammars() const { return m_grammars; } in grammars()58 WebVector<WebSpeechGrammar> m_grammars;
34 class WebSpeechGrammar; variable
20 using blink::WebSpeechGrammar;70 const WebSpeechGrammar& grammar = params.grammars()[i]; in start()