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

  /external/chromium_org/third_party/WebKit/Source/web/
SpeechInputClientImpl.h 52 class SpeechInputClientImpl
56 static PassOwnPtr<SpeechInputClientImpl> create(WebViewClient*);
57 virtual ~SpeechInputClientImpl();
71 SpeechInputClientImpl(WebViewClient*);
SpeechInputClientImpl.cpp 32 #include "SpeechInputClientImpl.h"
47 PassOwnPtr<SpeechInputClientImpl> SpeechInputClientImpl::create(WebViewClient* client)
49 return adoptPtr(new SpeechInputClientImpl(client));
52 SpeechInputClientImpl::SpeechInputClientImpl(WebViewClient* web_view_client)
58 SpeechInputClientImpl::~SpeechInputClientImpl()
62 void SpeechInputClientImpl::setListener(WebCore::SpeechInputListener* listener)
67 bool SpeechInputClientImpl::startRecognition(int requestId, const WebCore::IntRect& elementRect, const AtomicString& language (…)
    [all...]

Completed in 58 milliseconds