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

  /external/webkit/Source/WebKit/chromium/public/
WebSpeechInputResult.h 42 class WebSpeechInputResult {
44 WebSpeechInputResult() { }
45 ~WebSpeechInputResult() { reset(); }
51 WebSpeechInputResult(const WTF::PassRefPtr<WebCore::SpeechInputResult>&);
59 typedef WebVector<WebSpeechInputResult> WebSpeechInputResultArray;
  /external/webkit/Source/WebKit/chromium/src/
WebSpeechInputResult.cpp 27 #include "WebSpeechInputResult.h"
34 void WebSpeechInputResult::reset()
39 WebSpeechInputResult::WebSpeechInputResult(const PassRefPtr<WebCore::SpeechInputResult>& value)
44 void WebSpeechInputResult::set(const WebString& utterance, double confidence)
49 WebSpeechInputResult::operator PassRefPtr<WebCore::SpeechInputResult>() const

Completed in 48 milliseconds