HomeSort by relevance Sort by last modified time
    Searched defs:SpeechGrammarList (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechGrammarList.h 37 class SpeechGrammarList : public GarbageCollectedFinalized<SpeechGrammarList>, public ScriptWrappable {
39 static SpeechGrammarList* create();
50 SpeechGrammarList();
SpeechGrammarList.cpp 28 #include "modules/speech/SpeechGrammarList.h"
34 SpeechGrammarList* SpeechGrammarList::create()
36 return new SpeechGrammarList;
39 SpeechGrammar* SpeechGrammarList::item(unsigned long index) const
47 void SpeechGrammarList::addFromUri(ExecutionContext* executionContext, const String& src, double weight)
53 void SpeechGrammarList::addFromString(const String& string, double weight)
59 SpeechGrammarList::SpeechGrammarList()
64 void SpeechGrammarList::trace(Visitor* visitor
    [all...]

Completed in 2998 milliseconds