HomeSort by relevance Sort by last modified time
    Searched full:cancel_string (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/gtk/
global_error_bubble.cc 70 base::string16 cancel_string = error_->GetBubbleViewCancelButtonLabel(); local
72 if (!cancel_string.empty()) {
74 gtk_button_new_with_label(UTF16ToUTF8(cancel_string).c_str());
  /external/chromium_org/chrome/browser/ui/views/
global_error_bubble_view.cc 101 base::string16 cancel_string(error_->GetBubbleViewCancelButtonLabel());
103 if (!cancel_string.empty()) {
104 cancel_button.reset(new views::LabelButton(this, cancel_string));

Completed in 39 milliseconds