Searched refs:control_width (Results 1 – 3 of 3) sorted by relevance
/external/chromium/chrome/browser/speech/ |
D | speech_input_bubble_views.cc | 166 int control_width = cancel_->GetPreferredSize().width(); in GetPreferredSize() local 168 control_width += try_again_->GetPreferredSize().width() + in GetPreferredSize() 171 width = std::max(width, control_width); in GetPreferredSize() 172 control_width = std::max(icon_->GetPreferredSize().width(), in GetPreferredSize() 174 width = std::max(width, control_width); in GetPreferredSize() 176 control_width = mic_settings_->GetPreferredSize().width(); in GetPreferredSize() 177 width = std::max(width, control_width); in GetPreferredSize()
|
/external/chromium_org/chrome/browser/ui/views/ |
D | speech_recognition_bubble_views.cc | 233 int control_width = cancel_->GetPreferredSize().width(); in GetPreferredSize() local 235 control_width += try_again_->GetPreferredSize().width() + in GetPreferredSize() 238 width = std::max(width, control_width); in GetPreferredSize() 239 control_width = std::max(icon_->GetPreferredSize().width(), in GetPreferredSize() 241 width = std::max(width, control_width); in GetPreferredSize() 243 control_width = mic_settings_->GetPreferredSize().width(); in GetPreferredSize() 244 width = std::max(width, control_width); in GetPreferredSize()
|
/external/chromium_org/remoting/host/ |
D | disconnect_window_win.cc | 339 LONG control_width; in SetStrings() local 340 if (!GetControlTextWidth(hwnd_message, message_text, &control_width)) in SetStrings() 342 message_rect.right = message_rect.left + control_width + margin; in SetStrings() 357 if (!GetControlTextWidth(hwnd_button, button_text, &control_width)) in SetStrings() 361 button_rect.right = button_rect.left + control_width + margin * 2; in SetStrings()
|