Searched defs:WebSpeechGrammar (Results 1 - 2 of 2) sorted by relevance

/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*);
/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...]

Completed in 110 milliseconds