Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/gtk/
Dbrowser_actions_toolbar_gtk.cc371 drag_button_(NULL), in BrowserActionsToolbarGtk()
613 if (drag_button_ != NULL) { in BrowserActionRemoved()
629 if (drag_button_ != NULL) in BrowserActionMoved()
715 DCHECK(!drag_button_); in DragStarted()
716 drag_button_ = button; in DragStarted()
739 if (drag_button_) { in UpdateChevronVisibility()
763 if (!drag_button_) in OnDragMotion()
773 gtk_box_reorder_child(GTK_BOX(button_hbox_.get()), drag_button_->widget(), in OnDragMotion()
786 model_->MoveBrowserAction(drag_button_->extension(), drop_index_); in OnDragEnd()
789 drag_button_ = NULL; in OnDragEnd()
Dbrowser_actions_toolbar_gtk.h195 BrowserActionButton* drag_button_; variable