Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/download/
Ddownload_in_progress_dialog_view.cc40 cancel_button_text_ = UTF16ToWide(l10n_util::GetStringUTF16( in DownloadInProgressDialogView()
52 cancel_button_text_ = UTF16ToWide(l10n_util::GetStringUTF16( in DownloadInProgressDialogView()
104 return cancel_button_text_; in GetDialogButtonLabel()
Ddownload_in_progress_dialog_view.h52 std::wstring cancel_button_text_; variable