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

  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockWebSpeechInputController.cpp 26 #include "MockWebSpeechInputController.h"
57 MockWebSpeechInputController::MockWebSpeechInputController(WebSpeechInputListener* listener)
67 MockWebSpeechInputController::~MockWebSpeechInputController()
71 void MockWebSpeechInputController::setDelegate(WebTestDelegate* delegate)
76 void MockWebSpeechInputController::addMockRecognitionResult(const WebString& result, double confidence, const WebString& language)
91 void MockWebSpeechInputController::setDumpRect(bool dumpRect)
96 void MockWebSpeechInputController::clearResults()
103 bool MockWebSpeechInputController::startRecognition(int requestId, const WebRect& elementRect, const WebString& language, const WebS (…)
    [all...]
MockWebSpeechInputController.h 49 class MockWebSpeechInputController : public blink::WebSpeechInputController, public blink::WebNonCopyable {
51 explicit MockWebSpeechInputController(blink::WebSpeechInputListener*);
52 ~MockWebSpeechInputController();
69 class SpeechTask : public WebMethodTask<MockWebSpeechInputController> {
71 SpeechTask(MockWebSpeechInputController*);

Completed in 35 milliseconds