WebSpeechGrammar   59 Source/web/SpeechRecognitionClientProxy.cpp     WebVector<WebSpeechGrammar> webSpeechGrammars(static_cast<size_t>(grammarList->length()));
WebSpeechGrammar   34 Source/web/WebSpeechGrammar.cpp void WebSpeechGrammar::reset()
WebSpeechGrammar   39 Source/web/WebSpeechGrammar.cpp void WebSpeechGrammar::assign(const WebSpeechGrammar& other)
WebSpeechGrammar   44 Source/web/WebSpeechGrammar.cpp WebSpeechGrammar::WebSpeechGrammar(const PassRefPtrWillBeRawPtr<WebCore::SpeechGrammar>& value)
WebSpeechGrammar   49 Source/web/WebSpeechGrammar.cpp WebSpeechGrammar& WebSpeechGrammar::operator=(const PassRefPtrWillBeRawPtr<WebCore::SpeechGrammar>& value)
WebSpeechGrammar   55 Source/web/WebSpeechGrammar.cpp WebURL WebSpeechGrammar::src() const
WebSpeechGrammar   61 Source/web/WebSpeechGrammar.cpp float WebSpeechGrammar::weight() const
WebSpeechGrammar   39 public/web/WebSpeechGrammar.h class WebSpeechGrammar {
WebSpeechGrammar   41 public/web/WebSpeechGrammar.h     WebSpeechGrammar() { }
WebSpeechGrammar   42 public/web/WebSpeechGrammar.h     WebSpeechGrammar(const WebSpeechGrammar& grammar) { assign(grammar); }
WebSpeechGrammar   43 public/web/WebSpeechGrammar.h     ~WebSpeechGrammar() { reset(); }
WebSpeechGrammar   49 public/web/WebSpeechGrammar.h     BLINK_EXPORT void assign(const WebSpeechGrammar&);
WebSpeechGrammar   52 public/web/WebSpeechGrammar.h     explicit WebSpeechGrammar(const PassRefPtrWillBeRawPtr<WebCore::SpeechGrammar>&);
WebSpeechGrammar   53 public/web/WebSpeechGrammar.h     WebSpeechGrammar& operator=(const PassRefPtrWillBeRawPtr<WebCore::SpeechGrammar>&);
WebSpeechGrammar   36 public/web/WebSpeechRecognitionParams.h class WebSpeechGrammar;
WebSpeechGrammar   40 public/web/WebSpeechRecognitionParams.h     WebSpeechRecognitionParams(const WebVector<WebSpeechGrammar>& grammars, const WebString& language, bool continuous, bool interimResults, unsigned long maxAlternatives, const WebSecurityOrigin& origin)
WebSpeechGrammar   50 public/web/WebSpeechRecognitionParams.h     const WebVector<WebSpeechGrammar>& grammars() const { return m_grammars; }
WebSpeechGrammar   58 public/web/WebSpeechRecognitionParams.h     WebVector<WebSpeechGrammar> m_grammars;
WebSpeechGrammar   34 public/web/WebSpeechRecognizer.h class WebSpeechGrammar;