HomeSort by relevance Sort by last modified time
    Searched refs:WebSpeechInputResult (Results 1 - 10 of 10) 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
webkit.target.darwin-arm.mk 232 third_party/WebKit/Source/web/WebSpeechInputResult.cpp \
webkit.target.darwin-mips.mk 232 third_party/WebKit/Source/web/WebSpeechInputResult.cpp \
webkit.target.darwin-x86.mk 232 third_party/WebKit/Source/web/WebSpeechInputResult.cpp \
webkit.target.linux-arm.mk 232 third_party/WebKit/Source/web/WebSpeechInputResult.cpp \
webkit.target.linux-mips.mk 232 third_party/WebKit/Source/web/WebSpeechInputResult.cpp \
webkit.target.linux-x86.mk 232 third_party/WebKit/Source/web/WebSpeechInputResult.cpp \
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockWebSpeechInputController.h 33 #include "public/web/WebSpeechInputResult.h"
87 std::map<std::string, std::vector<WebKit::WebSpeechInputResult> > m_recognitionResults;
88 std::vector<WebKit::WebSpeechInputResult> m_resultsForEmptyLanguage;
MockWebSpeechInputController.cpp 47 WebSpeechInputResult res;
78 WebSpeechInputResult res;
86 m_recognitionResults[langString] = vector<WebSpeechInputResult>();
177 WebSpeechInputResult res;
180 vector<WebSpeechInputResult> results;

Completed in 197 milliseconds