SpeechGrammarList 34 Source/modules/speech/SpeechGrammarList.cpp PassRefPtrWillBeRawPtr<SpeechGrammarList> SpeechGrammarList::create() SpeechGrammarList 36 Source/modules/speech/SpeechGrammarList.cpp return adoptRefWillBeNoop(new SpeechGrammarList); SpeechGrammarList 39 Source/modules/speech/SpeechGrammarList.cpp SpeechGrammar* SpeechGrammarList::item(unsigned long index) const SpeechGrammarList 47 Source/modules/speech/SpeechGrammarList.cpp void SpeechGrammarList::addFromUri(ExecutionContext* executionContext, const String& src, double weight) SpeechGrammarList 53 Source/modules/speech/SpeechGrammarList.cpp void SpeechGrammarList::addFromString(const String& string, double weight) SpeechGrammarList 59 Source/modules/speech/SpeechGrammarList.cpp SpeechGrammarList::SpeechGrammarList() SpeechGrammarList 64 Source/modules/speech/SpeechGrammarList.cpp void SpeechGrammarList::trace(Visitor* visitor) SpeechGrammarList 39 Source/modules/speech/SpeechGrammarList.h class SpeechGrammarList : public RefCountedWillBeGarbageCollectedFinalized<SpeechGrammarList>, public ScriptWrappable { SpeechGrammarList 41 Source/modules/speech/SpeechGrammarList.h static PassRefPtrWillBeRawPtr<SpeechGrammarList> create(); SpeechGrammarList 52 Source/modules/speech/SpeechGrammarList.h SpeechGrammarList(); SpeechGrammarList 170 Source/modules/speech/SpeechRecognition.cpp , m_grammars(SpeechGrammarList::create()) // FIXME: The spec is not clear on the default value for the grammars attribute. SpeechGrammarList 54 Source/modules/speech/SpeechRecognition.h SpeechGrammarList* grammars() { return m_grammars.get(); } SpeechGrammarList 55 Source/modules/speech/SpeechRecognition.h void setGrammars(PassRefPtrWillBeRawPtr<SpeechGrammarList> grammars) { m_grammars = grammars; } SpeechGrammarList 110 Source/modules/speech/SpeechRecognition.h RefPtrWillBeMember<SpeechGrammarList> m_grammars; SpeechGrammarList 34 Source/modules/speech/SpeechRecognitionClient.h class SpeechGrammarList; SpeechGrammarList 39 Source/modules/speech/SpeechRecognitionClient.h virtual void start(SpeechRecognition*, const SpeechGrammarList*, const String& lang, bool continuous, bool interimResults, unsigned long maxAlternatives) = 0; SpeechGrammarList 39 Source/modules/speech/SpeechRecognitionController.h void start(SpeechRecognition* recognition, const SpeechGrammarList* grammars, const String& lang, bool continuous, bool interimResults, unsigned long maxAlternatives) SpeechGrammarList 57 Source/web/SpeechRecognitionClientProxy.cpp void SpeechRecognitionClientProxy::start(SpeechRecognition* recognition, const SpeechGrammarList* grammarList, const String& lang, bool continuous, bool interimResults, unsigned long maxAlternatives) SpeechGrammarList 49 Source/web/SpeechRecognitionClientProxy.h virtual void start(WebCore::SpeechRecognition*, const WebCore::SpeechGrammarList*, const String& lang, bool continuous, bool interimResults, unsigned long maxAlternatives) OVERRIDE;