SpeechGrammar 34 Source/modules/speech/SpeechGrammar.cpp PassRefPtrWillBeRawPtr<SpeechGrammar> SpeechGrammar::create() SpeechGrammar 36 Source/modules/speech/SpeechGrammar.cpp return adoptRefWillBeNoop(new SpeechGrammar); SpeechGrammar 39 Source/modules/speech/SpeechGrammar.cpp PassRefPtrWillBeRawPtr<SpeechGrammar> SpeechGrammar::create(const KURL& src, double weight) SpeechGrammar 41 Source/modules/speech/SpeechGrammar.cpp return adoptRefWillBeNoop(new SpeechGrammar(src, weight)); SpeechGrammar 44 Source/modules/speech/SpeechGrammar.cpp void SpeechGrammar::setSrc(ExecutionContext* executionContext, const String& src) SpeechGrammar 50 Source/modules/speech/SpeechGrammar.cpp SpeechGrammar::SpeechGrammar() SpeechGrammar 56 Source/modules/speech/SpeechGrammar.cpp SpeechGrammar::SpeechGrammar(const KURL& src, double weight) SpeechGrammar 39 Source/modules/speech/SpeechGrammar.h class SpeechGrammar : public RefCountedWillBeGarbageCollectedFinalized<SpeechGrammar>, public ScriptWrappable { SpeechGrammar 41 Source/modules/speech/SpeechGrammar.h static PassRefPtrWillBeRawPtr<SpeechGrammar> create(); // FIXME: The spec is not clear on what the constructor should look like. SpeechGrammar 42 Source/modules/speech/SpeechGrammar.h static PassRefPtrWillBeRawPtr<SpeechGrammar> create(const KURL& src, double weight); SpeechGrammar 54 Source/modules/speech/SpeechGrammar.h SpeechGrammar(); SpeechGrammar 55 Source/modules/speech/SpeechGrammar.h SpeechGrammar(const KURL& src, double weight); SpeechGrammar 39 Source/modules/speech/SpeechGrammarList.cpp SpeechGrammar* SpeechGrammarList::item(unsigned long index) const SpeechGrammar 50 Source/modules/speech/SpeechGrammarList.cpp m_grammars.append(SpeechGrammar::create(document->completeURL(src), weight)); SpeechGrammar 56 Source/modules/speech/SpeechGrammarList.cpp m_grammars.append(SpeechGrammar::create(KURL(KURL(), urlString), weight)); SpeechGrammar 44 Source/modules/speech/SpeechGrammarList.h SpeechGrammar* item(unsigned long) const; SpeechGrammar 54 Source/modules/speech/SpeechGrammarList.h WillBeHeapVector<RefPtrWillBeMember<SpeechGrammar> > m_grammars; SpeechGrammar 44 Source/web/WebSpeechGrammar.cpp WebSpeechGrammar::WebSpeechGrammar(const PassRefPtrWillBeRawPtr<WebCore::SpeechGrammar>& value) SpeechGrammar 49 Source/web/WebSpeechGrammar.cpp WebSpeechGrammar& WebSpeechGrammar::operator=(const PassRefPtrWillBeRawPtr<WebCore::SpeechGrammar>& value) SpeechGrammar 34 public/web/WebSpeechGrammar.h class SpeechGrammar; SpeechGrammar 52 public/web/WebSpeechGrammar.h explicit WebSpeechGrammar(const PassRefPtrWillBeRawPtr<WebCore::SpeechGrammar>&); SpeechGrammar 53 public/web/WebSpeechGrammar.h WebSpeechGrammar& operator=(const PassRefPtrWillBeRawPtr<WebCore::SpeechGrammar>&); SpeechGrammar 57 public/web/WebSpeechGrammar.h WebPrivatePtr<WebCore::SpeechGrammar> m_private;