HomeSort by relevance Sort by last modified time
    Searched refs:GtkWidget (Results 1 - 25 of 307) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/gtk/
owned_widget_gtk.h 7 // C++ object which encapsulates a GtkWidget, and that widget is exposed from
9 // want the GtkWidget's lifetime to match its C++ object's lifetime. Using an
11 // GtkWidget, so that it is "owned" by the C++ object. Example usage:
18 // GtkWidget* widget() { return vbox_.get() }; // Host my widget!
43 // GtkWidget* widget = gtk_widget_new();
55 typedef struct _GtkWidget GtkWidget;
62 explicit OwnedWidgetGtk(GtkWidget* widget) : widget_(NULL) { Own(widget); }
67 GtkWidget* get() const { return widget_; }
68 GtkWidget* operator->() const { return widget_; }
71 // the GtkWidget. It is expected that Own() is called right after the widge
    [all...]
view_id_util.h 11 typedef struct _GtkWidget GtkWidget;
18 virtual GtkWidget* GetWidgetForViewID(ViewID id) = 0;
26 static void SetID(GtkWidget* widget, ViewID id);
28 static GtkWidget* GetWidget(GtkWidget* root, ViewID id);
30 static void SetDelegateForWidget(GtkWidget* widget, Delegate* delegate);
gtk_chrome_cookie_view.h 55 GtkWidget* table_box_;
58 GtkWidget* first_label_;
61 GtkWidget* cookie_details_table_;
62 GtkWidget* cookie_name_entry_;
63 GtkWidget* cookie_content_entry_;
64 GtkWidget* cookie_domain_entry_;
65 GtkWidget* cookie_path_entry_;
66 GtkWidget* cookie_send_for_entry_;
67 GtkWidget* cookie_created_entry_;
72 GtkWidget* cookie_expires_entry_
    [all...]
focus_store_gtk.h 11 typedef struct _GtkWidget GtkWidget;
19 GtkWidget* widget() const { return widget_; }
23 void Store(GtkWidget* widget);
26 void SetWidget(GtkWidget* widget);
33 GtkWidget* widget_;
menu_bar_helper.h 30 virtual void PopupForButton(GtkWidget* button) = 0;
31 virtual void PopupForButtonNextTo(GtkWidget* button,
41 void MenuStartedShowing(GtkWidget* button, GtkWidget* menu);
44 void Add(GtkWidget* button);
47 void Remove(GtkWidget* button);
61 std::vector<GtkWidget*> buttons_;
64 GtkWidget* button_showing_menu_;
67 GtkWidget* showing_menu_;
71 std::vector<GtkWidget*> submenus_
    [all...]
repost_form_warning_gtk.h 27 virtual GtkWidget* GetWidgetRoot();
28 virtual GtkWidget* GetFocusWidget();
40 GtkWidget* dialog_;
41 GtkWidget* ok_;
42 GtkWidget* cancel_;
edit_search_engine_dialog.h 45 void UpdateImage(GtkWidget* image, bool is_valid, int invalid_message_id);
58 GtkWidget* dialog_;
61 GtkWidget* title_entry_;
62 GtkWidget* keyword_entry_;
63 GtkWidget* url_entry_;
66 GtkWidget* title_image_;
67 GtkWidget* keyword_image_;
68 GtkWidget* url_image_;
72 GtkWidget* ok_button_;
gtk_util.h 22 typedef struct _GtkWidget GtkWidget;
76 // Arguments should be pairs of const char*, GtkWidget*, concluding with a
87 GtkWidget* CreateLabeledControlsGroup(
88 std::vector<GtkWidget*>* labels,
93 GtkWidget* CreateGtkBorderBin(GtkWidget* child, const GdkColor* color,
97 GtkWidget* LeftAlignMisc(GtkWidget* misc);
100 GtkWidget* CreateBoldLabel(const std::string& text);
104 void GetWidgetSizeFromCharacters(GtkWidget* widget
    [all...]
menu_gtk.h 52 virtual GtkWidget* GetImageForCommandId(int command_id) const;
54 static GtkWidget* GetDefaultImageForCommandId(int command_id);
65 GtkWidget* AppendMenuItemWithLabel(int command_id, const std::string& label);
66 GtkWidget* AppendMenuItemWithIcon(int command_id, const std::string& label,
68 GtkWidget* AppendCheckMenuItemWithLabel(int command_id,
70 GtkWidget* AppendSeparator();
71 GtkWidget* AppendMenuItem(int command_id, GtkWidget* menu_item);
72 GtkWidget* AppendMenuItemToMenu(int index,
74 GtkWidget* menu_item
    [all...]
collected_cookies_gtk.h 34 virtual GtkWidget* GetWidgetRoot();
35 virtual GtkWidget* GetFocusWidget();
62 GtkWidget* CreateAllowedPane();
63 GtkWidget* CreateBlockedPane();
88 GtkWidget* dialog_;
90 GtkWidget* allowed_description_label_;
91 GtkWidget* blocked_description_label_;
93 GtkWidget* block_allowed_cookie_button_;
95 GtkWidget* allow_blocked_cookie_button_;
96 GtkWidget* for_session_blocked_cookie_button_
    [all...]
external_protocol_dialog_gtk.h 14 typedef struct _GtkWidget GtkWidget;
24 GtkWidget* dialog_;
25 GtkWidget* checkbox_;
rounded_window.h 41 GtkWidget* widget, const GdkColor& color, int corner_size,
45 void StopActingAsRoundedWindow(GtkWidget* widget);
48 bool IsActingAsRoundedWindow(GtkWidget* widget);
52 void SetRoundedWindowEdgesAndBorders(GtkWidget* widget,
59 void SetRoundedWindowBorderColor(GtkWidget* widget, GdkColor color);
first_run_dialog.h 10 typedef struct _GtkWidget GtkWidget;
48 GtkWidget* search_engine_window_;
51 GtkWidget* dialog_;
54 GtkWidget* search_engine_hbox_;
57 GtkWidget* report_crashes_;
60 GtkWidget* make_default_;
hover_controller_gtk.h 25 GtkWidget* button() { return button_; }
34 static HoverControllerGtk* GetHoverControllerGtk(GtkWidget* button);
37 static GtkWidget* CreateChromeButton();
43 explicit HoverControllerGtk(GtkWidget* button);
55 GtkWidget*);
60 GtkWidget* button_;
browser_titlebar.h 41 GtkWidget* widget() {
104 GtkWidget* GetButtonHBox(bool left_side);
109 int image_hot, GtkWidget* box,
168 GtkWidget* container_;
171 GtkWidget* container_hbox_;
177 GtkWidget* titlebar_left_buttons_vbox_;
178 GtkWidget* titlebar_right_buttons_vbox_;
181 GtkWidget* titlebar_left_buttons_hbox_;
182 GtkWidget* titlebar_right_buttons_hbox_;
187 GtkWidget* titlebar_left_spy_frame_
    [all...]
tabstrip_origin_provider.h 28 virtual gfx::Point GetTabStripOriginForWidget(GtkWidget* widget) = 0;
  /external/webkit/Source/WebCore/platform/gtk/
WidgetRenderingContext.h 44 void gtkPaintBox(const IntRect&, GtkWidget*, GtkStateType, GtkShadowType, const gchar*);
45 void gtkPaintFlatBox(const IntRect&, GtkWidget*, GtkStateType, GtkShadowType, const gchar*);
46 void gtkPaintFocus(const IntRect&, GtkWidget*, GtkStateType, const gchar*);
47 void gtkPaintSlider(const IntRect&, GtkWidget*, GtkStateType, GtkShadowType, const gchar*, GtkOrientation);
48 void gtkPaintCheck(const IntRect&, GtkWidget*, GtkStateType, GtkShadowType, const gchar*);
49 void gtkPaintOption(const IntRect&, GtkWidget*, GtkStateType, GtkShadowType, const gchar*);
50 void gtkPaintShadow(const IntRect&, GtkWidget*, GtkStateType, GtkShadowType, const gchar*);
51 void gtkPaintArrow(const IntRect&, GtkWidget*, GtkStateType, GtkShadowType, int arrowDirection, const gchar*);
52 void gtkPaintVLine(const IntRect&, GtkWidget*, GtkStateType, const gchar*);
GtkPluginWidget.h 35 GtkPluginWidget(GtkWidget*);
RenderThemeGtk.h 92 GtkWidget* gtkVScrollbar() const;
93 GtkWidget* gtkHScrollbar() const;
199 void setupWidgetAndAddToContainer(GtkWidget*, GtkWidget*) const;
205 GtkWidget* gtkButton() const;
206 GtkWidget* gtkEntry() const;
207 GtkWidget* gtkTreeView() const;
208 GtkWidget* gtkVScale() const;
209 GtkWidget* gtkHScale() const;
210 GtkWidget* gtkContainer() const
    [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
EventSender.h 38 void dragBeginCallback(GtkWidget*, GdkDragContext*, gpointer);
39 void dragEndCallback(GtkWidget*, GdkDragContext*, gpointer);
40 gboolean dragFailedCallback(GtkWidget*, GdkDragContext*, gpointer);
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_instructions_gtk.h 14 typedef struct _GtkWidget GtkWidget;
33 GtkWidget* widget() const { return instructions_hbox_; }
53 GtkWidget* instructions_hbox_;
54 GtkWidget* instructions_label_;
55 GtkWidget* instructions_link_;
bookmark_bubble_gtk.h 32 typedef struct _GtkWidget GtkWidget;
39 static void Show(GtkWidget* anchor_widget,
56 BookmarkBubbleGtk(GtkWidget* anchor,
92 GtkWidget* anchor_;
96 GtkWidget* content_;
99 GtkWidget* remove_button_;
103 std::vector<GtkWidget*> labels_;
106 GtkWidget* name_entry_;
109 GtkWidget* folder_combo_;
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
PasteboardHelperGtk.h 46 virtual bool usePrimarySelectionClipboard(GtkWidget*);
  /external/chromium/chrome/browser/ui/gtk/importer/
import_lock_dialog_gtk.h 15 typedef struct _GtkWidget GtkWidget;
31 GtkWidget* dialog_;
  /external/chromium/chrome/browser/ui/gtk/infobars/
confirm_infobar_gtk.h 14 typedef struct _GtkWidget GtkWidget;
34 GtkWidget* confirm_hbox_;

Completed in 168 milliseconds

1 2 3 4 5 6 7 8 91011>>