HomeSort by relevance Sort by last modified time
    Searched refs:TtsPlatformImpl (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/speech/
tts_platform.cc 9 bool TtsPlatformImpl::LoadBuiltInTtsExtension(Profile* profile) {
13 std::string TtsPlatformImpl::error() {
17 void TtsPlatformImpl::clear_error() {
21 void TtsPlatformImpl::set_error(const std::string& error) {
tts_platform.h 14 class TtsPlatformImpl {
16 static TtsPlatformImpl* GetInstance();
64 TtsPlatformImpl() {}
68 virtual ~TtsPlatformImpl() {}
72 DISALLOW_COPY_AND_ASSIGN(TtsPlatformImpl);
tts_chromeos.cc 13 : public TtsPlatformImpl {
15 // TtsPlatformImpl overrides:
61 TtsPlatformImpl* TtsPlatformImpl::GetInstance() {
tts_android.h 12 class TtsPlatformImplAndroid : public TtsPlatformImpl {
14 // TtsPlatformImpl implementation.
tts_controller.h 19 class TtsPlatformImpl;
75 // TtsPlatformImpl. If false, this is implemented by an extension.
301 void SetPlatformImpl(TtsPlatformImpl* platform_impl);
310 TtsPlatformImpl* GetPlatformImpl();
347 TtsPlatformImpl* platform_impl_;
tts_controller_unittest.cc 16 class DummyTtsPlatformImpl : public TtsPlatformImpl {
tts_android.cc 18 TtsPlatformImpl* TtsPlatformImpl::GetInstance() {
tts_controller.cc 283 TtsPlatformImpl* platform_impl = GetPlatformImpl();
334 TtsPlatformImpl* platform_impl) {
342 TtsPlatformImpl* TtsController::GetPlatformImpl() {
344 platform_impl_ = TtsPlatformImpl::GetInstance();
tts_win.cc 16 class TtsPlatformImplWin : public TtsPlatformImpl {
66 TtsPlatformImpl* TtsPlatformImpl::GetInstance() {
tts_linux.cc 32 class TtsPlatformImplLinux : public TtsPlatformImpl {
344 TtsPlatformImpl* TtsPlatformImpl::GetInstance() {
  /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);
  /external/chromium_org/chrome/browser/speech/extension_api/
tts_extension_apitest.cc 41 class MockTtsPlatformImpl : public TtsPlatformImpl {

Completed in 329 milliseconds