Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/
Dspeech_recognition_bubble_views.cc83 views::LabelButton* cancel_; member in __anon92d49d630111::SpeechRecognitionBubbleView
105 cancel_(NULL), in SpeechRecognitionBubbleView()
156 cancel_ = new views::LabelButton(this, l10n_util::GetStringUTF16(IDS_CANCEL)); in Init()
157 cancel_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in Init()
158 AddChildView(cancel_); in Init()
181 cancel_->SetVisible( in UpdateLayout()
189 cancel_->SetEnabled(cancel_->visible()); in UpdateLayout()
215 if (source == cancel_) { in ButtonPressed()
233 int control_width = cancel_->GetPreferredSize().width(); in GetPreferredSize()
247 int height = cancel_->GetPreferredSize().height(); in GetPreferredSize()
[all …]
/external/chromium/chrome/browser/speech/
Dspeech_input_bubble_views.cc64 views::NativeButton* cancel_; member in __anond8a804880111::ContentView
100 cancel_ = new views::NativeButton( in ContentView()
103 AddChildView(cancel_); in ContentView()
125 cancel_->SetVisible(mode != SpeechInputBubbleBase::DISPLAY_MODE_WARM_UP); in UpdateLayout()
150 if (source == cancel_) { in ButtonPressed()
166 int control_width = cancel_->GetPreferredSize().width(); in GetPreferredSize()
180 int height = cancel_->GetPreferredSize().height(); in GetPreferredSize()
208 int cancel_width = cancel_->GetPreferredSize().width(); in Layout()
213 cancel_->SetBounds(x + try_again_width + views::kRelatedButtonHSpacing, y, in Layout()
239 if (cancel_->IsVisible()) { in Layout()
[all …]
/external/chromium/chrome/browser/ui/gtk/
Drepost_form_warning_gtk.cc44 cancel_ = gtk_button_new_from_stock(GTK_STOCK_CANCEL); in RepostFormWarningGtk()
45 gtk_button_set_label(GTK_BUTTON(cancel_), in RepostFormWarningGtk()
47 g_signal_connect(cancel_, "clicked", G_CALLBACK(OnCancelThunk), this); in RepostFormWarningGtk()
48 gtk_box_pack_end(GTK_BOX(buttonBox), cancel_, FALSE, TRUE, 0); in RepostFormWarningGtk()
65 return cancel_; in GetFocusWidget()
Drepost_form_warning_gtk.h42 GtkWidget* cancel_; variable
/external/chromium_org/chrome/browser/ui/gtk/
Dtab_modal_confirm_dialog_gtk.cc81 cancel_ = gtk_button_new_with_label( in TabModalConfirmDialogGtk()
85 gtk_button_set_image(GTK_BUTTON(cancel_), gtk_image_new_from_stock( in TabModalConfirmDialogGtk()
88 g_signal_connect(cancel_, "clicked", G_CALLBACK(OnCancelThunk), this); in TabModalConfirmDialogGtk()
89 gtk_box_pack_end(GTK_BOX(buttonBox), cancel_, FALSE, TRUE, 0); in TabModalConfirmDialogGtk()
103 window_ = CreateWebContentsModalDialogGtk(dialog_, cancel_); in TabModalConfirmDialogGtk()
Dtab_modal_confirm_dialog_gtk.h54 GtkWidget* cancel_; variable
/external/chromium_org/net/http/
Dmock_http_cache.cc246 cancel_ = true; in CancelSparseIO()
252 if (!cancel_) in ReadyForSparseIO()
255 cancel_ = false; in ReadyForSparseIO()
333 bool MockDiskEntry::cancel_ = false; member in MockDiskEntry
Dmock_http_cache.h92 static bool cancel_; variable
/external/chromium_org/chrome/browser/resources/downloads/
Ddownloads.js347 this.controlCancel_ = createLink(this.cancel_.bind(this),
762 Download.prototype.cancel_ = function() { method in Download
/external/chromium/net/http/
Dhttp_cache_unittest.cc265 virtual void CancelSparseIO() { cancel_ = true; } in CancelSparseIO()
268 if (!cancel_) in ReadyForSparseIO()
271 cancel_ = false; in ReadyForSparseIO()
361 static bool cancel_; member in __anon3f06e6990111::MockDiskEntry
366 bool MockDiskEntry::cancel_ = false; member in __anon3f06e6990111::MockDiskEntry
/external/libusb/
DChangeLog569 and cancel_*_transfer() can error check to ensure that the transfer is