Searched defs:speech_button_prop (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/ui/app_list/views/
H A Dsearch_box_view.cc225 const SearchBoxModel::SpeechButtonProperty* speech_button_prop = local
227 if (speech_button_prop) {
236 views::Button::STATE_NORMAL, &speech_button_prop->on_icon);
237 speech_button_->SetTooltipText(speech_button_prop->on_tooltip);
240 views::Button::STATE_NORMAL, &speech_button_prop->off_icon);
241 speech_button_->SetTooltipText(speech_button_prop->off_tooltip);

Completed in 239 milliseconds