/external/chromium/chrome/browser/ui/gtk/ |
repost_form_warning_gtk.cc | 44 cancel_ = gtk_button_new_from_stock(GTK_STOCK_CANCEL); 45 gtk_button_set_label(GTK_BUTTON(cancel_), 47 g_signal_connect(cancel_, "clicked", G_CALLBACK(OnCancelThunk), this); 48 gtk_box_pack_end(GTK_BOX(buttonBox), cancel_, FALSE, TRUE, 0); local 65 return cancel_;
|
repost_form_warning_gtk.h | 42 GtkWidget* cancel_; member in class:RepostFormWarningGtk
|
/external/chromium/chrome/browser/speech/ |
speech_input_bubble_views.cc | 64 views::NativeButton* cancel_; member in class:__anon2140::ContentView 100 cancel_ = new views::NativeButton( 103 AddChildView(cancel_); 125 cancel_->SetVisible(mode != SpeechInputBubbleBase::DISPLAY_MODE_WARM_UP); 150 if (source == cancel_) { 166 int control_width = cancel_->GetPreferredSize().width(); 180 int height = cancel_->GetPreferredSize().height(); 208 int cancel_width = cancel_->GetPreferredSize().width(); 213 cancel_->SetBounds(x + try_again_width + views::kRelatedButtonHSpacing, y, 239 if (cancel_->IsVisible()) [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
speech_recognition_bubble_views.cc | 83 views::LabelButton* cancel_; member in class:__anon6346::SpeechRecognitionBubbleView 105 cancel_(NULL), 156 cancel_ = new views::LabelButton(this, l10n_util::GetStringUTF16(IDS_CANCEL)); 157 cancel_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); 158 AddChildView(cancel_); 181 cancel_->SetVisible( 189 cancel_->SetEnabled(cancel_->visible()); 215 if (source == cancel_) { 233 int control_width = cancel_->GetPreferredSize().width() [all...] |
/external/chromium_org/chrome/browser/ui/gtk/ |
tab_modal_confirm_dialog_gtk.h | 54 GtkWidget* cancel_; member in class:TabModalConfirmDialogGtk
|
tab_modal_confirm_dialog_gtk.cc | 81 cancel_ = gtk_button_new_with_label( 85 gtk_button_set_image(GTK_BUTTON(cancel_), gtk_image_new_from_stock( 88 g_signal_connect(cancel_, "clicked", G_CALLBACK(OnCancelThunk), this); 89 gtk_box_pack_end(GTK_BOX(buttonBox), cancel_, FALSE, TRUE, 0); local 103 window_ = CreateWebContentsModalDialogGtk(dialog_, cancel_);
|
/external/chromium_org/net/http/ |
mock_http_cache.cc | 246 cancel_ = true; 252 if (!cancel_) 255 cancel_ = false; 333 bool MockDiskEntry::cancel_ = false;
|
mock_http_cache.h | 92 static bool cancel_; member in class:MockDiskEntry
|
/external/chromium_org/chrome/browser/resources/downloads/ |
downloads.js | 347 this.controlCancel_ = createLink(this.cancel_.bind(this), 762 Download.prototype.cancel_ = function() {
|
/external/chromium/net/http/ |
http_cache_unittest.cc | 265 virtual void CancelSparseIO() { cancel_ = true; } 268 if (!cancel_) 271 cancel_ = false; 361 static bool cancel_; 366 bool MockDiskEntry::cancel_ = false; [all...] |