WebSpeechInputResult 36 Source/web/WebSpeechInputResult.cpp void WebSpeechInputResult::reset() WebSpeechInputResult 41 Source/web/WebSpeechInputResult.cpp WebSpeechInputResult::WebSpeechInputResult(const PassRefPtrWillBeRawPtr<WebCore::SpeechInputResult>& value) WebSpeechInputResult 46 Source/web/WebSpeechInputResult.cpp void WebSpeechInputResult::assign(const WebString& utterance, double confidence) WebSpeechInputResult 51 Source/web/WebSpeechInputResult.cpp void WebSpeechInputResult::assign(const WebSpeechInputResult& other) WebSpeechInputResult 56 Source/web/WebSpeechInputResult.cpp WebSpeechInputResult::operator PassRefPtrWillBeRawPtr<WebCore::SpeechInputResult>() const WebSpeechInputResult 42 public/web/WebSpeechInputResult.h class WebSpeechInputResult { WebSpeechInputResult 44 public/web/WebSpeechInputResult.h WebSpeechInputResult() { } WebSpeechInputResult 45 public/web/WebSpeechInputResult.h WebSpeechInputResult(const WebSpeechInputResult& other) { assign(other); } WebSpeechInputResult 46 public/web/WebSpeechInputResult.h ~WebSpeechInputResult() { reset(); } WebSpeechInputResult 48 public/web/WebSpeechInputResult.h WebSpeechInputResult& operator=(const WebSpeechInputResult& other) WebSpeechInputResult 55 public/web/WebSpeechInputResult.h BLINK_EXPORT void assign(const WebSpeechInputResult& other); WebSpeechInputResult 59 public/web/WebSpeechInputResult.h explicit WebSpeechInputResult(const PassRefPtrWillBeRawPtr<WebCore::SpeechInputResult>&); WebSpeechInputResult 67 public/web/WebSpeechInputResult.h typedef WebVector<WebSpeechInputResult> WebSpeechInputResultArray;