OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_speechInputController
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestProxy.cpp
420
if (
m_speechInputController
.get())
421
m_speechInputController
->setDelegate(delegate);
463
if (
m_speechInputController
.get())
464
m_speechInputController
->clearResults();
704
BLINK_ASSERT(
m_speechInputController
.get());
705
return
m_speechInputController
.get();
985
if (!
m_speechInputController
.get()) {
986
m_speechInputController
.reset(new MockWebSpeechInputController(listener));
987
m_speechInputController
->setDelegate(m_delegate);
989
return
m_speechInputController
.get()
[
all
...]
/external/chromium_org/third_party/WebKit/public/testing/
WebTestProxy.h
256
WebScopedPtr<MockWebSpeechInputController>
m_speechInputController
;
Completed in 39 milliseconds