Searched defs:widget (Results 26 - 50 of 531) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/chromeos/login/
H A Dmessage_bubble.h13 #include "views/widget/widget_gtk.h"
59 virtual gboolean OnButtonPress(GtkWidget* widget, GdkEventButton* event) { argument
60 WidgetGtk::OnButtonPress(widget, event);
/external/chromium/chrome/browser/ui/gtk/
H A Dback_forward_button_gtk.h31 GtkWidget* widget() { return button_->widget(); } function in class:BackForwardButtonGtk
H A Dconstrained_window_gtk.h27 // Returns the widget that will be put in the constrained window's container.
30 // Returns the widget that should get focus when ConstrainedWindow is focused.
67 // Returns the toplevel widget that displays this "window".
68 GtkWidget* widget() { return border_.get(); } function in class:ConstrainedWindowGtk
88 // The top level widget container that exports to our TabContentsView.
H A Dglobal_menu_bar.h26 // by inspecting the application's widget hierarchy, and intercepting any
36 GtkWidget* widget() { return menu_bar_; } function in class:GlobalMenuBar
61 // Our menu bar widget.
H A Dsad_tab_gtk.h26 GtkWidget* widget() const { return event_box_.get(); } function in class:SadTabGtk
H A Dtab_contents_container_gtk.h52 GtkWidget* widget() { return floating_.get(); } function in class:TabContentsContainerGtk
96 // Top of the TabContentsContainerGtk widget hierarchy. A cross between a
H A Dview_id_util.cc21 GtkWidget* widget; // Output: the found widget, or NULL. member in struct:__anon2678::ViewIDSearchStruct
24 // Recursively search for the given view ID among the children of |widget|.
25 void SearchForWidgetWithViewID(GtkWidget* widget, gpointer data) { argument
29 // The widget has already been found; abort the search.
30 if (search_struct->widget)
33 // Check if the widget defines its own ID function.
35 g_object_get_data(G_OBJECT(widget), kViewIDOverrideString));
37 search_struct->widget = delegate->GetWidgetForViewID(search_struct->id);
39 if (search_struct->widget)
123 SetID(GtkWidget* widget, ViewID id) argument
137 SetDelegateForWidget(GtkWidget* widget, Delegate* delegate) argument
[all...]
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bar_gtk_interactive_uitest.cc19 void OnClicked(GtkWidget* widget, bool* clicked_bit) { argument
H A Dbookmark_bar_instructions_gtk.h32 // Get the native widget.
33 GtkWidget* widget() const { return instructions_hbox_; } function in class:BookmarkBarInstructionsGtk
/external/chromium/chrome/browser/ui/views/
H A Ddropdown_bar_host_win.cc14 #include "views/widget/widget_win.h"
26 views::WidgetWin* widget = new views::WidgetWin(); local
31 widget->SetCreateParams(params);
32 return widget;
H A Dgeneric_info_view_unittest.cc13 #include "views/widget/root_view.h"
17 #include "views/widget/widget_win.h"
39 Widget* widget = CreateWidget(); local
40 widget->Init(NULL, gfx::Rect(0, 0, 100, 100));
41 RootView* root_view = widget->GetRootView();
64 widget->CloseNow();
/external/chromium_org/ash/accelerators/
H A Dfocus_manager_factory.cc17 views::Widget* widget,
19 return new views::FocusManager(widget, desktop_widget ? NULL : new Delegate);
16 CreateFocusManager( views::Widget* widget, bool desktop_widget) argument
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_widget_controller.h12 #include "ui/views/widget/widget.h"
13 #include "ui/views/widget/widget_observer.h"
28 explicit DesktopBackgroundWidgetController(views::Widget* widget);
34 virtual void OnWidgetDestroying(views::Widget* widget) OVERRIDE;
51 views::Widget* widget() { return widget_; } function in class:ash::internal::DesktopBackgroundWidgetController
75 // animating widget/layer is closed immediately and the new one is animating
76 // from the widget/layer before animation. For instance, if a user quickly
80 // finish immediately, the green wallpaper widget will be removed and the red
81 // widget wil
[all...]
/external/chromium_org/ash/shell/
H A Dlock_view.cc16 #include "ui/views/widget/widget.h"
17 #include "ui/views/widget/widget_delegate.h"
84 views::Widget* widget = new views::Widget; local
97 widget->Init(params);
98 widget->SetContentsView(lock_view);
99 widget->Show();
100 widget->GetNativeView()->SetName("LockView");
101 widget->GetNativeView()->Focus();
105 widget
[all...]
/external/chromium_org/ash/touch/
H A Dtouch_observer_hud.h12 #include "ui/views/widget/widget_observer.h"
55 views::Widget* widget() { return widget_; } function in class:ash::internal::TouchObserverHUD
61 virtual void OnWidgetDestroying(views::Widget* widget) OVERRIDE;
/external/chromium_org/chrome/browser/automation/
H A Dtesting_automation_provider_gtk.cc29 GtkWidget* widget = ViewIDUtil::GetWidget(GTK_WIDGET(window), local
31 if (!widget)
36 gtk_widget_get_allocation(widget, &allocation);
40 origin = gfx::PointAtOffsetFromOrigin(ui::GetWidgetScreenOffset(widget));
43 gtk_widget_translate_coordinates(widget, GTK_WIDGET(window),
H A Dtesting_automation_provider_views.cc9 #include "ui/views/widget/widget.h"
20 views::Widget* widget = views::Widget::GetWidgetForNativeWindow(window); local
21 if (widget) {
22 views::View* root_view = widget->GetRootView();
/external/chromium_org/chrome/browser/ui/gtk/
H A Davatar_menu_button_gtk.h30 // Returns the button widget.
31 GtkWidget* widget() const { return widget_.get(); } function in class:AvatarMenuButtonGtk
52 // The button widget.
55 // A weak pointer to the image widget displayed on the button.
H A Davatar_menu_item_gtk.h18 // This widget contains the profile icon, user name, and synchronization status
40 // Returns the root widget for this menu item.
41 GtkWidget* widget() { return widget_.get(); } function in class:AvatarMenuItemGtk
82 // The root widget for this menu item.
101 // The highlighted color. Depending on the theme, this is either |widget|'s
H A Dback_forward_button_gtk.h31 GtkWidget* widget() { return button_->widget(); } function in class:BackForwardButtonGtk
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bar_gtk_interactive_uitest.cc22 void OnClicked(GtkWidget* widget, bool* clicked_bit) { argument
H A Dbookmark_bar_instructions_gtk.h27 // Get the native widget.
28 GtkWidget* widget() const { return instructions_hbox_; } function in class:BookmarkBarInstructionsGtk
/external/chromium_org/chrome/browser/ui/gtk/download/
H A Ddownload_shelf_context_menu_gtk.cc22 void DownloadShelfContextMenuGtk::Popup(GtkWidget* widget, argument
30 if (widget)
31 menu_->PopupForWidget(widget, event->button, event->time);
/external/chromium_org/chrome/browser/ui/gtk/infobars/
H A Dinfobar_container_gtk.h44 // Get the native widget.
45 GtkWidget* widget() const { return container_.get(); } function in class:InfoBarContainerGtk
59 // Paints parts of infobars that aren't inside the infobar's widget. This
60 // method is called with |widget|/|expose| pairs for both infobars and
63 void PaintInfobarBitsOn(GtkWidget* widget,
76 void PaintArrowOn(GtkWidget* widget,
/external/chromium_org/chrome/browser/ui/gtk/panels/
H A Dpanel_drag_gtk.h27 GtkWidget* widget() const { return drag_widget_; } function in class:PanelDragGtk

Completed in 1934 milliseconds

1234567891011>>