Home | History | Annotate | Download | only in webkit

Lines Matching refs:TextToSpeechWrapper

66     private TextToSpeechWrapper mTextToSpeech;
483 mTextToSpeech = new TextToSpeechWrapper(mContext);
647 private static class TextToSpeechWrapper {
648 private static final String WRAP_TAG = TextToSpeechWrapper.class.getSimpleName();
668 public TextToSpeechWrapper(Context context) {
762 Log.d(WRAP_TAG, "[" + TextToSpeechWrapper.this.hashCode()
768 Log.w(WRAP_TAG, "[" + TextToSpeechWrapper.this.hashCode()
786 Log.w(WRAP_TAG, "[" + TextToSpeechWrapper.this.hashCode()