HomeSort by relevance Sort by last modified time
    Searched refs:dialog_style (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_cookie_view.cc 16 GtkStyle* dialog_style) {
26 &dialog_style->bg[GTK_STATE_NORMAL]);
28 &dialog_style->bg[GTK_STATE_NORMAL]);
80 GtkStyle* dialog_style = gtk_widget_get_style(GTK_WIDGET(self)); local
83 InitBrowserDetailStyle(self->cookie_name_entry_, label_style, dialog_style);
85 dialog_style);
86 InitBrowserDetailStyle(self->cookie_domain_entry_, label_style, dialog_style);
87 InitBrowserDetailStyle(self->cookie_path_entry_, label_style, dialog_style);
89 dialog_style);
91 dialog_style);
    [all...]
edit_search_engine_dialog.cc 52 GtkStyle* dialog_style) {
62 &dialog_style->bg[GTK_STATE_NORMAL]);
64 &dialog_style->bg[GTK_STATE_NORMAL]);
164 GtkStyle* dialog_style = gtk_widget_get_style(dialog_); local
165 SetWidgetStyle(url_entry_, label_style, dialog_style);
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_chrome_cookie_view.cc 20 GtkStyle* dialog_style) {
30 &dialog_style->bg[GTK_STATE_NORMAL]);
32 &dialog_style->bg[GTK_STATE_NORMAL]);
84 GtkStyle* dialog_style = gtk_widget_get_style(GTK_WIDGET(self)); local
87 InitBrowserDetailStyle(self->cookie_name_entry_, label_style, dialog_style);
89 dialog_style);
90 InitBrowserDetailStyle(self->cookie_domain_entry_, label_style, dialog_style);
91 InitBrowserDetailStyle(self->cookie_path_entry_, label_style, dialog_style);
93 dialog_style);
95 dialog_style);
    [all...]
edit_search_engine_dialog.cc 51 GtkStyle* dialog_style) {
61 &dialog_style->bg[GTK_STATE_NORMAL]);
63 &dialog_style->bg[GTK_STATE_NORMAL]);
164 GtkStyle* dialog_style = gtk_widget_get_style(dialog_); local
165 SetWidgetStyle(url_entry_, label_style, dialog_style);

Completed in 1011 milliseconds