OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TtsPlatformImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/speech/
tts_platform.h
14
class
TtsPlatformImpl
{
16
static
TtsPlatformImpl
* GetInstance();
64
TtsPlatformImpl
() {}
68
virtual ~
TtsPlatformImpl
() {}
72
DISALLOW_COPY_AND_ASSIGN(
TtsPlatformImpl
);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
TtsPlatformImpl.java
27
class
TtsPlatformImpl
{
43
private
TtsPlatformImpl
(long nativeTtsPlatformImplAndroid, Context context) {
102
* Create a
TtsPlatformImpl
object, which is owned by TtsPlatformImplAndroid
109
private static
TtsPlatformImpl
create(int nativeTtsPlatformImplAndroid,
111
return new
TtsPlatformImpl
(nativeTtsPlatformImplAndroid, context);
Completed in 298 milliseconds