HomeSort by relevance Sort by last modified time
    Searched refs:Border (Results 76 - 100 of 162) sorted by null

1 2 34 5 6 7

  /external/chromium_org/chrome/browser/ui/views/
session_crashed_bubble_view.cc 292 // We use a border instead of padding so that the background color reaches
295 uma_option_->SetBorder(views::Border::CreateSolidSidedBorder(
297 uma_label->SetBorder(views::Border::CreateSolidSidedBorder(
cookie_info_view.cc 23 #include "ui/views/border.h"
132 text_field->SetBorder(views::Border::NullBorder());
password_generation_bubble_view.cc 23 #include "ui/views/border.h"
70 SetBorder(views::Border::CreateSolidBorder(kWrapperBorderSize, SK_ColorGRAY));
79 // Add some spacing between the textfield and the border.
85 // there is no overlap. It is also displaced down by the size of the border
sad_tab_view.cc 129 reload_button_->SetBorder(scoped_ptr<views::Border>(
  /external/chromium_org/ash/system/tray/
tray_background_view.cc 268 // empty border.
271 SetBorder(views::Border::CreateEmptyBorder(
282 SetBorder(views::Border::CreateEmptyBorder(
424 // sure clicking on the edges brings up the popup. However, the focus border
487 SetBorder(views::Border::CreateEmptyBorder(
hover_highlight_view.cc 15 #include "ui/views/border.h"
80 views::Border::CreateEmptyBorder(5, left_margin, 5, right_margin));
  /external/chromium_org/ui/views/controls/
label_unittest.cc 13 #include "ui/views/border.h"
226 gfx::Insets border(10, 20, 30, 40);
227 label.SetBorder(Border::CreateEmptyBorder(
228 border.top(), border.left(), border.bottom(), border.right()));
234 required_size.height() + border.height());
236 required_size.width() + border.width());
300 gfx::Insets border(10, 20, 30, 40)
    [all...]
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 307 tray_container()->SetBorder(views::Border::NullBorder());
452 tray_container()->SetBorder(views::Border::NullBorder());
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_view.cc 128 menu_button->SetBorder(menu_button_border.PassAs<views::Border>());
161 label_button->SetBorder(label_button_border.PassAs<views::Border>());
  /external/chromium_org/ui/views/bubble/
bubble_frame_view.cc 85 close_->SetBorder(scoped_ptr<Border>());
134 // Use a window mask roughly matching the border in the image assets.
245 void BubbleFrameView::SetBubbleBorder(scoped_ptr<BubbleBorder> border) {
246 bubble_border_ = border.get();
247 SetBorder(border.PassAs<Border>());
249 // Update the background, which relies on the border.
306 // on the new bubble border.
356 int title_bar_width = GetInsets().width() + border()->GetInsets().width();
  /external/chromium_org/ui/views/color_chooser/
color_chooser_view.cc 17 #include "ui/views/border.h"
256 SetBorder(Border::CreateSolidBorder(kBorderWidth, SK_ColorGRAY));
352 SetBorder(Border::CreateSolidBorder(kBorderWidth, SK_ColorGRAY));
  /external/chromium_org/ui/views/controls/button/
label_button.cc 66 // Initialize the colors, border, and layout.
167 // Inset the button focus rect from the actual border; roughly match Windows.
217 // Make the size at least as large as the minimum size needed by the border.
218 size.SetToMax(border() ? border()->GetMinimumSize() : gfx::Size());
247 // Labels can paint over the full button height, including the border height.
287 void LabelButton::SetBorder(scoped_ptr<Border> border) {
289 View::SetBorder(border.Pass());
303 // Typically the border renders differently when focused
    [all...]
text_button.h 16 #include "ui/views/border.h"
23 // A Border subclass for TextButtons that allows configurable insets for the
25 class VIEWS_EXPORT TextButtonBorder : public Border {
32 // Border:
44 // A Border subclass that paints a TextButton's background layer -- basically
75 // A Border subclass that paints a TextButton's background layer using the
89 // The delegate the controls the appearance of this border.
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.h 56 // Draws the GTK button border for state |gtk_state| onto a bitmap.
104 virtual scoped_ptr<views::Border> CreateNativeBorder(
106 scoped_ptr<views::LabelButtonBorder> border) OVERRIDE;
170 // Renders a GTK icon as a SkBitmap, with prelight/active border if
174 // Renders a GTK button border the size of the image |sizing_idr| in
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_popup_base_view.cc 11 #include "ui/views/border.h"
75 SetBorder(views::Border::CreateSolidBorder(kPopupBorderThickness,
  /external/chromium_org/chrome/browser/ui/views/passwords/
manage_password_item_view.cc 206 // end, it has a border only on the bottom.
207 SetBorder(views::Border::CreateSolidSidedBorder(
  /external/chromium_org/chrome/browser/ui/views/sync/
profile_signin_confirmation_dialog_views.cc 26 #include "ui/views/border.h"
175 prompt_bar->SetBorder(views::Border::CreateSolidSidedBorder(
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex.c 62 assert(image->Border == 0);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
teximage.c 1008 * The dimensions are expected not to include the border.
1108 img->Border = 0;
1130 * \param border image border.
1135 * Note: width, height and depth include the border.
1141 GLint border, GLenum internalFormat,
    [all...]
  /external/chromium_org/ui/app_list/views/
speech_view.cc 143 SetBorder(scoped_ptr<views::Border>(
149 // To keep the painting order of the border and the background, this class
  /external/chromium_org/ui/message_center/views/
message_view.cc 100 SetBorder(scoped_ptr<views::Border>(
  /external/chromium_org/ui/views/examples/
text_example.cc 11 #include "ui/views/border.h"
146 text_view_->SetBorder(Border::CreateSolidBorder(1, SK_ColorGRAY));
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex.c 62 assert(image->Border == 0);
  /external/mesa3d/src/mesa/main/
teximage.c 1008 * The dimensions are expected not to include the border.
1108 img->Border = 0;
1130 * \param border image border.
1135 * Note: width, height and depth include the border.
1141 GLint border, GLenum internalFormat,
    [all...]
  /external/proguard/src/proguard/gui/
FilterDialog.java 26 import javax.swing.border.*;
112 Border etchedBorder = BorderFactory.createEtchedBorder(EtchedBorder.RAISED);

Completed in 304 milliseconds

1 2 34 5 6 7