Home
last modified time | relevance | path

Searched refs:NineBox (Results 1 – 19 of 19) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/download/
Ddownload_item_gtk.h28 class NineBox; variable
141 static NineBox* body_nine_box_normal_;
142 static NineBox* body_nine_box_prelight_;
143 static NineBox* body_nine_box_active_;
146 static NineBox* menu_nine_box_normal_;
147 static NineBox* menu_nine_box_prelight_;
148 static NineBox* menu_nine_box_active_;
151 static NineBox* dangerous_nine_box_;
Ddownload_item_gtk.cc155 NineBox* DownloadItemGtk::body_nine_box_normal_ = NULL;
156 NineBox* DownloadItemGtk::body_nine_box_prelight_ = NULL;
157 NineBox* DownloadItemGtk::body_nine_box_active_ = NULL;
159 NineBox* DownloadItemGtk::menu_nine_box_normal_ = NULL;
160 NineBox* DownloadItemGtk::menu_nine_box_prelight_ = NULL;
161 NineBox* DownloadItemGtk::menu_nine_box_active_ = NULL;
163 NineBox* DownloadItemGtk::dangerous_nine_box_ = NULL;
684 body_nine_box_normal_ = new NineBox( in InitNineBoxes()
695 body_nine_box_prelight_ = new NineBox( in InitNineBoxes()
706 body_nine_box_active_ = new NineBox( in InitNineBoxes()
[all …]
/external/chromium_org/chrome/browser/ui/gtk/download/
Ddownload_item_gtk.h31 class NineBox; variable
139 static NineBox* body_nine_box_normal_;
140 static NineBox* body_nine_box_prelight_;
141 static NineBox* body_nine_box_active_;
144 static NineBox* menu_nine_box_normal_;
145 static NineBox* menu_nine_box_prelight_;
146 static NineBox* menu_nine_box_active_;
149 static NineBox* dangerous_nine_box_;
Ddownload_item_gtk.cc95 NineBox* DownloadItemGtk::body_nine_box_normal_ = NULL;
96 NineBox* DownloadItemGtk::body_nine_box_prelight_ = NULL;
97 NineBox* DownloadItemGtk::body_nine_box_active_ = NULL;
99 NineBox* DownloadItemGtk::menu_nine_box_normal_ = NULL;
100 NineBox* DownloadItemGtk::menu_nine_box_prelight_ = NULL;
101 NineBox* DownloadItemGtk::menu_nine_box_active_ = NULL;
103 NineBox* DownloadItemGtk::dangerous_nine_box_ = NULL;
659 body_nine_box_normal_ = new NineBox( in InitNineBoxes()
670 body_nine_box_prelight_ = new NineBox( in InitNineBoxes()
681 body_nine_box_active_ = new NineBox( in InitNineBoxes()
[all …]
/external/chromium_org/chrome/browser/ui/gtk/
Dnine_box.h22 class NineBox {
26 NineBox(int top_left, int top, int top_right, int left, int center, int right,
31 NineBox(int image, int top_margin, int bottom_margin, int left_margin,
33 ~NineBox();
Dnine_box.cc61 NineBox::NineBox(int top_left, int top, int top_right, int left, int center, in NineBox() function in NineBox
77 NineBox::NineBox(int image, int top_margin, int bottom_margin, int left_margin, in NineBox() function in NineBox
111 NineBox::~NineBox() { in ~NineBox()
119 void NineBox::RenderToWidget(GtkWidget* dst) const { in RenderToWidget()
123 void NineBox::RenderToWidgetWithOpacity(GtkWidget* dst, double opacity) const { in RenderToWidgetWithOpacity()
182 void NineBox::ContourWidget(GtkWidget* widget) const { in ContourWidget()
Dgtk_chrome_button.cc15 NineBox* g_nine_box_prelight;
17 NineBox* g_nine_box_active;
56 g_nine_box_prelight = new NineBox( in gtk_chrome_button_class_init()
67 g_nine_box_active = new NineBox( in gtk_chrome_button_class_init()
Dfind_bar_gtk.h27 class NineBox; variable
232 scoped_ptr<NineBox> dialog_background_;
Dfind_bar_gtk.cc137 static NineBox* dialog_shape = NULL; in SetDialogShape()
139 dialog_shape = new NineBox( in SetDialogShape()
151 const NineBox* GetDialogBorder() { in GetDialogBorder()
152 static NineBox* dialog_border = NULL; in GetDialogBorder()
154 dialog_border = new NineBox( in GetDialogBorder()
Dbrowser_window_gtk.cc359 static NineBox* custom_frame_border = NULL; in DrawCustomFrameBorder()
361 custom_frame_border = new NineBox(IDR_WINDOW_TOP_LEFT_CORNER, in DrawCustomFrameBorder()
Dlocation_bar_view_gtk.cc1045 NineBox(IDR_OMNIBOX_POPUP_BORDER_TOP_LEFT, in HandleExpose()
1055 NineBox(IDR_OMNIBOX_BORDER_TOP_LEFT, in HandleExpose()
/external/chromium/chrome/browser/ui/gtk/
Dnine_box.h22 class NineBox {
26 NineBox(int top_left, int top, int top_right, int left, int center, int right,
31 NineBox(int image, int top_margin, int bottom_margin, int left_margin,
33 ~NineBox();
Dnine_box.cc51 NineBox::NineBox(int top_left, int top, int top_right, int left, int center, in NineBox() function in NineBox
66 NineBox::NineBox(int image, int top_margin, int bottom_margin, int left_margin, in NineBox() function in NineBox
99 NineBox::~NineBox() { in ~NineBox()
107 void NineBox::RenderToWidget(GtkWidget* dst) const { in RenderToWidget()
111 void NineBox::RenderToWidgetWithOpacity(GtkWidget* dst, double opacity) const { in RenderToWidgetWithOpacity()
166 void NineBox::RenderTopCenterStrip(cairo_t* cr, int x, int y, in RenderTopCenterStrip()
172 void NineBox::ChangeWhiteToTransparent() { in ChangeWhiteToTransparent()
202 void NineBox::ContourWidget(GtkWidget* widget) const { in ContourWidget()
Dgtk_chrome_button.cc15 NineBox* g_nine_box_prelight;
17 NineBox* g_nine_box_active;
56 g_nine_box_prelight = new NineBox( in gtk_chrome_button_class_init()
67 g_nine_box_active = new NineBox( in gtk_chrome_button_class_init()
Dfind_bar_gtk.h26 class NineBox; variable
229 scoped_ptr<NineBox> dialog_background_;
Dfind_bar_gtk.cc126 static NineBox* dialog_shape = NULL; in SetDialogShape()
128 dialog_shape = new NineBox( in SetDialogShape()
141 const NineBox* GetDialogBorder() { in GetDialogBorder()
142 static NineBox* dialog_border = NULL; in GetDialogBorder()
144 dialog_border = new NineBox( in GetDialogBorder()
Dlocation_bar_view_gtk.cc846 NineBox background(left, center, right, in HandleExpose()
Dbrowser_window_gtk.cc392 static NineBox custom_frame_border( in OnCustomFrameExpose()
/external/chromium_org/chrome/browser/ui/gtk/website_settings/
Dwebsite_settings_popup_gtk.cc640 NineBox nine(IDR_WEBSITE_SETTINGS_TAB_LEFT2, in OnTabExpose()