HomeSort by relevance Sort by last modified time
    Searched full:m_localservice (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesisVoice.h 50 bool localService() const { return m_localService; }
51 void setLocalService(bool localService) { m_localService = localService; }
63 bool m_localService;
PlatformSpeechSynthesisVoice.cpp 45 , m_localService(localService)
51 : m_localService(false)

Completed in 1238 milliseconds