/external/chromium/chrome/browser/ui/gtk/download/ |
D | download_item_gtk.h | 28 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_;
|
D | download_item_gtk.cc | 155 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/ |
D | download_item_gtk.h | 31 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_;
|
D | download_item_gtk.cc | 95 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/ |
D | nine_box.h | 22 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();
|
D | nine_box.cc | 61 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()
|
D | gtk_chrome_button.cc | 15 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()
|
D | find_bar_gtk.h | 27 class NineBox; variable 232 scoped_ptr<NineBox> dialog_background_;
|
D | find_bar_gtk.cc | 137 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()
|
D | browser_window_gtk.cc | 359 static NineBox* custom_frame_border = NULL; in DrawCustomFrameBorder() 361 custom_frame_border = new NineBox(IDR_WINDOW_TOP_LEFT_CORNER, in DrawCustomFrameBorder()
|
D | location_bar_view_gtk.cc | 1045 NineBox(IDR_OMNIBOX_POPUP_BORDER_TOP_LEFT, in HandleExpose() 1055 NineBox(IDR_OMNIBOX_BORDER_TOP_LEFT, in HandleExpose()
|
/external/chromium/chrome/browser/ui/gtk/ |
D | nine_box.h | 22 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();
|
D | nine_box.cc | 51 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()
|
D | gtk_chrome_button.cc | 15 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()
|
D | find_bar_gtk.h | 26 class NineBox; variable 229 scoped_ptr<NineBox> dialog_background_;
|
D | find_bar_gtk.cc | 126 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()
|
D | location_bar_view_gtk.cc | 846 NineBox background(left, center, right, in HandleExpose()
|
D | browser_window_gtk.cc | 392 static NineBox custom_frame_border( in OnCustomFrameExpose()
|
/external/chromium_org/chrome/browser/ui/gtk/website_settings/ |
D | website_settings_popup_gtk.cc | 640 NineBox nine(IDR_WEBSITE_SETTINGS_TAB_LEFT2, in OnTabExpose()
|