Home
last modified time | relevance | path

Searched refs:AppendUtterance (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dwizard_accessibility_handler.cc77 void AppendUtterance(std::string to_append, std::string* str) { in AppendUtterance() function
85 void AppendUtterance(int message_id, std::string* str) { in AppendUtterance() function
86 AppendUtterance(l10n_util::GetStringUTF8(message_id), str); in AppendUtterance()
93 AppendUtterance(l10n_util::GetStringFUTF8(IDS_CHROMEOS_ACC_INDEX_OF_COUNT, in AppendIndexOfCount()
177 AppendUtterance(control_info->name(), out_spoken_description); in DescribeControl()
178 AppendUtterance(IDS_CHROMEOS_ACC_BUTTON, out_spoken_description); in DescribeControl()
180 AppendUtterance(control_info->name(), out_spoken_description); in DescribeControl()
185 AppendUtterance(IDS_CHROMEOS_ACC_CHECKBOX_CHECKED, in DescribeControl()
189 AppendUtterance(IDS_CHROMEOS_ACC_CHECKBOX_UNCHECKED, in DescribeControl()
196 AppendUtterance(combobox_info->value(), out_spoken_description); in DescribeControl()
[all …]