OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:voice_data
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/common/extensions/api/speech/
tts_engine_manifest_handler.cc
75
TtsVoice
voice_data
;
local
78
keys::kTtsVoicesVoiceName, &
voice_data
.voice_name)) {
85
keys::kTtsVoicesLang, &
voice_data
.lang) ||
86
!l10n_util::IsValidLocaleSyntax(
voice_data
.lang)) {
93
keys::kTtsVoicesGender, &
voice_data
.gender) ||
94
(
voice_data
.gender != keys::kTtsGenderMale &&
95
voice_data
.gender != keys::kTtsGenderFemale)) {
102
keys::kTtsVoicesRemote, &
voice_data
.remote)) {
131
if (
voice_data
.event_types.find(event_type) !=
132
voice_data
.event_types.end())
[
all
...]
/external/chromium/chrome/common/extensions/
extension.cc
2429
TtsVoice
voice_data
;
local
[
all
...]
Completed in 677 milliseconds