Searched refs:NineBox (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dnine_box.h11 // A NineBox manages a set of source images representing a 3x3 grid, where
22 class NineBox { class
24 // Construct a NineBox with nine images. Images are specified using resource
26 NineBox(int top_left, int top, int top_right, int left, int center, int right,
29 // Construct a NineBox from a single image and insets indicating the sizes
31 NineBox(int image, int top_margin, int bottom_margin, int left_margin,
33 ~NineBox();
35 // Render the NineBox to |dst|.
H A Dgtk_chrome_button.cc15 NineBox* g_nine_box_prelight;
17 NineBox* g_nine_box_active;
56 g_nine_box_prelight = new NineBox(
67 g_nine_box_active = new NineBox(
H A Dnine_box.cc51 NineBox::NineBox(int top_left, int top, int top_right, int left, int center, function in class:NineBox
66 NineBox::NineBox(int image, int top_margin, int bottom_margin, int left_margin, function in class:NineBox
99 NineBox::~NineBox() {
107 void NineBox::RenderToWidget(GtkWidget* dst) const {
111 void NineBox::RenderToWidgetWithOpacity(GtkWidget* dst, double opacity) const {
166 void NineBox::RenderTopCenterStrip(cairo_t* cr, int x, int y,
172 void NineBox
[all...]
H A Dfind_bar_gtk.h26 class NineBox;
229 scoped_ptr<NineBox> dialog_background_;
H A Dfind_bar_gtk.cc126 static NineBox* dialog_shape = NULL;
128 dialog_shape = new NineBox(
141 const NineBox* GetDialogBorder() {
142 static NineBox* dialog_border = NULL;
144 dialog_border = new NineBox(
H A Dbrowser_window_gtk.cc392 static NineBox custom_frame_border(
H A Dlocation_bar_view_gtk.cc846 NineBox background(left, center, right,
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_item_gtk.h28 class NineBox;
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_;
H A 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(
695 body_nine_box_prelight_ = new NineBox(
706 body_nine_box_active_ = new NineBox(
[all...]

Completed in 282 milliseconds