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

  /external/chromium_org/third_party/WebKit/public/web/
WebSpeechInputResult.h 42 class WebSpeechInputResult {
44 WebSpeechInputResult() { }
45 WebSpeechInputResult(const WebSpeechInputResult& other) { assign(other); }
46 ~WebSpeechInputResult() { reset(); }
48 WebSpeechInputResult& operator=(const WebSpeechInputResult& other)
55 WEBKIT_EXPORT void assign(const WebSpeechInputResult& other);
59 WebSpeechInputResult(const WTF::PassRefPtr<WebCore::SpeechInputResult>&);
67 typedef WebVector<WebSpeechInputResult> WebSpeechInputResultArray
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebSpeechInputResult.cpp 27 #include "WebSpeechInputResult.h"
36 void WebSpeechInputResult::reset()
41 WebSpeechInputResult::WebSpeechInputResult(const PassRefPtr<WebCore::SpeechInputResult>& value)
46 void WebSpeechInputResult::assign(const WebString& utterance, double confidence)
51 void WebSpeechInputResult::assign(const WebSpeechInputResult& other)
56 WebSpeechInputResult::operator PassRefPtr<WebCore::SpeechInputResult>() const

Completed in 2577 milliseconds