Home
last modified time | relevance | path

Searched refs:click_handler_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/gtk/panels/
Dpanel_drag_gtk.cc113 click_handler_(NULL), in PanelDragGtk()
143 DCHECK(!click_handler_); in AssertCleanState()
158 click_handler_ = titlebar_widget; in InitialTitlebarMousePress()
234 click_handler_ = NULL; in EndDrag()
292 if (drag_state_ == DRAG_CAN_START && click_handler_) { in OnButtonReleaseEvent()
293 gtk_propagate_event(click_handler_, in OnButtonReleaseEvent()
Dpanel_drag_gtk.h98 GtkWidget* click_handler_; variable
/external/chromium/chrome/browser/ui/views/location_bar/
Dev_bubble_view.cc12 ALLOW_THIS_IN_INITIALIZER_LIST(click_handler_(this, location_bar)) { in EVBubbleView()
26 click_handler_.OnMouseReleased(event); in OnMouseReleased()
Dlocation_icon_view.cc12 : ALLOW_THIS_IN_INITIALIZER_LIST(click_handler_(this, location_bar)) { in LocationIconView()
27 click_handler_.OnMouseReleased(event); in OnMouseReleased()
Dlocation_icon_view.h33 ClickHandler click_handler_;
Dev_bubble_view.h32 ClickHandler click_handler_;