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

/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechGrammarList.cpp28 #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() function in class:blink::SpeechGrammarList
63 void SpeechGrammarList
[all...]

Completed in 518 milliseconds