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

  /external/chromium_org/chrome/browser/ui/gtk/
nine_box.h 14 // A NineBox manages a set of source images representing a 3x3 grid, where
22 class NineBox {
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|.
42 // Set the shape of |widget| to match that of the ninebox. Note that |widget|
gtk_chrome_button.cc 15 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(
nine_box.cc 61 NineBox::NineBox(int top_left, int top, int top_right, int left, int center,
77 NineBox::NineBox(int image, int top_margin, int bottom_margin, int left_margin,
111 NineBox::~NineBox() {
119 void NineBox::RenderToWidget(GtkWidget* dst) const {
123 void NineBox::RenderToWidgetWithOpacity(GtkWidget* dst, double opacity) const {
182 void NineBox::ContourWidget(GtkWidget* widget) const {
find_bar_gtk.h 27 class NineBox;
232 scoped_ptr<NineBox> dialog_background_;
find_bar_gtk.cc 137 static NineBox* dialog_shape = NULL;
139 dialog_shape = new NineBox(
149 // Return a ninebox that will paint the border of the findbar dialog. This is
151 const NineBox* GetDialogBorder() {
152 static NineBox* dialog_border = NULL;
154 dialog_border = new NineBox(
    [all...]
browser_window_gtk.cc 359 static NineBox* custom_frame_border = NULL;
361 custom_frame_border = new NineBox(IDR_WINDOW_TOP_LEFT_CORNER,
    [all...]
location_bar_view_gtk.cc     [all...]
  /external/chromium/chrome/browser/ui/gtk/
nine_box.h 11 // A NineBox manages a set of source images representing a 3x3 grid, where
22 class NineBox {
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|.
49 // Set the shape of |widget| to match that of the ninebox. Note that |widget|
gtk_chrome_button.cc 15 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(
nine_box.cc 51 NineBox::NineBox(int top_left, int top, int top_right, int left, int center,
66 NineBox::NineBox(int image, int top_margin, int bottom_margin, int left_margin,
99 NineBox::~NineBox() {
107 void NineBox::RenderToWidget(GtkWidget* dst) const {
111 void NineBox::RenderToWidgetWithOpacity(GtkWidget* dst, double opacity) const {
116 // rendering of the ninebox.
166 void NineBox::RenderTopCenterStrip(cairo_t* cr, int x, int y
    [all...]
find_bar_gtk.h 26 class NineBox;
229 scoped_ptr<NineBox> dialog_background_;
find_bar_gtk.cc 126 static NineBox* dialog_shape = NULL;
128 dialog_shape = new NineBox(
139 // Return a ninebox that will paint the border of the findbar dialog. This is
141 const NineBox* GetDialogBorder() {
142 static NineBox* dialog_border = NULL;
144 dialog_border = new NineBox(
    [all...]
browser_window_gtk.cc 392 static NineBox custom_frame_border(
    [all...]
location_bar_view_gtk.cc 846 NineBox background(left, center, right,
    [all...]
  /external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.h 28 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_;
150 // Ninebox for the background of the dangerous download prompt.
151 static NineBox* dangerous_nine_box_;
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(
695 body_nine_box_prelight_ = new NineBox(
706 body_nine_box_active_ = new NineBox(
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_item_gtk.h 31 class NineBox;
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_;
148 // Ninebox for the background of the dangerous download prompt.
149 static NineBox* dangerous_nine_box_;
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(
670 body_nine_box_prelight_ = new NineBox(
681 body_nine_box_active_ = new NineBox(
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/website_settings/
website_settings_popup_gtk.cc 640 NineBox nine(IDR_WEBSITE_SETTINGS_TAB_LEFT2,

Completed in 101 milliseconds