Searched defs:widget_ (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dfocus_store_gtk.h19 GtkWidget* widget() const { return widget_; }
25 // Save |widget| as the focus widget. Call with NULL to clear |widget_|.
33 GtkWidget* widget_; member in class:FocusStoreGtk
H A Doverflow_button.h23 GtkWidget* widget() { return widget_.get(); }
31 OwnedWidgetGtk widget_; member in class:OverflowButton
H A Downed_widget_gtk.h60 OwnedWidgetGtk() : widget_(NULL) { }
62 explicit OwnedWidgetGtk(GtkWidget* widget) : widget_(NULL) { Own(widget); }
67 GtkWidget* get() const { return widget_; }
68 GtkWidget* operator->() const { return widget_; }
86 GtkWidget* widget_; member in class:OwnedWidgetGtk
H A Dtheme_install_bubble_view_gtk.h35 // Reposition |widget_| to be centered over |parent_|.
46 GtkWidget* widget_; member in class:ThemeInstallBubbleViewGtk
H A Dslide_animator_gtk.h44 // |child| is the widget we pack into |widget_|.
60 GtkWidget* widget() { return widget_.get(); }
102 OwnedWidgetGtk widget_; member in class:SlideAnimatorGtk
105 // |widget_|.
H A Dreload_button_gtk.h31 GtkWidget* widget() const { return widget_.get(); }
86 OwnedWidgetGtk widget_; member in class:ReloadButtonGtk
H A Dcustom_button.h123 GtkWidget* widget_; member in class:CustomDrawHoverController
165 GtkWidget* widget() const { return widget_.get(); }
168 return gfx::Rect(widget_->allocation.x,
169 widget_->allocation.y,
170 widget_->allocation.width,
171 widget_->allocation.height);
174 int width() const { return widget_->allocation.width; }
175 int height() const { return widget_->allocation.height; }
209 OwnedWidgetGtk widget_; member in class:CustomDrawButton
/external/chromium/chrome/browser/tab_contents/
H A Dweb_drag_dest_gtk.h61 GtkWidget* widget_; member in class:WebDragDestGtk
82 // |widget_| is.
/external/chromium/chrome/browser/chromeos/login/
H A Dwizard_controller.h219 views::Widget* widget_; member in class:WizardController

Completed in 129 milliseconds