OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_speechInput
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/page/
Page.h
344
OwnPtr<SpeechInput>
m_speechInput
;
Page.cpp
866
if (!
m_speechInput
.get())
867
m_speechInput
.set(new SpeechInput(m_speechInputClient));
868
return
m_speechInput
.get();
Completed in 501 milliseconds