HomeSort by relevance Sort by last modified time
    Searched refs:GetInsets (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_label_button_border.h 20 virtual gfx::Insets GetInsets() const OVERRIDE;
infobar_label_button_border.cc 32 gfx::Insets InfoBarLabelButtonBorder::GetInsets() const{
33 gfx::Insets insets = views::LabelButtonBorder::GetInsets();
infobar_button_border.cc 20 gfx::Insets insets = GetInsets();
  /external/chromium_org/chrome/browser/ui/views/message_center/
message_center_frame_view.cc 37 client_bounds.Inset(GetInsets());
44 window_bounds.Inset(GetInsets());
50 frame_bounds.Inset(GetInsets());
70 gfx::Insets MessageCenterFrameView::GetInsets() const {
71 return border()->GetInsets();
message_center_frame_view.h 36 virtual gfx::Insets GetInsets() const OVERRIDE;
  /external/chromium_org/ash/system/tray/
tray_popup_label_button_border.h 24 virtual gfx::Insets GetInsets() const OVERRIDE;
fixed_sized_scroll_view.cc 32 gfx::Insets insets = GetInsets();
  /external/chromium_org/ui/views/layout/
fill_layout.cc 26 rect.Inset(-host->GetInsets());
  /external/chromium_org/ui/views/
shadow_border.h 26 virtual gfx::Insets GetInsets() const OVERRIDE;
border.h 72 virtual gfx::Insets GetInsets() const = 0;
border.cc 23 virtual gfx::Insets GetInsets() const OVERRIDE;
54 gfx::Insets SidedSolidBorder::GetInsets() const {
77 virtual gfx::Insets GetInsets() const OVERRIDE {
102 virtual gfx::Insets GetInsets() const OVERRIDE {
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_button_border.h 29 virtual void GetInsets(gfx::Insets* insets) const;
  /external/chromium_org/ui/views/controls/
focusable_border.h 40 virtual gfx::Insets GetInsets() const OVERRIDE;
styled_label.cc 119 gfx::Insets StyledLabel::GetInsets() const {
120 gfx::Insets insets = View::GetInsets();
153 width -= GetInsets().width();
257 gfx::Point(GetInsets().left() + x - overlap,
258 GetInsets().top() + line * line_height - overlap),
267 return (line + 1) * line_height + GetInsets().height();
label.cc 178 label_width += GetInsets().width();
195 gfx::Insets Label::GetInsets() const {
196 gfx::Insets insets = View::GetInsets();
205 return GetInsets().top() + font_.GetBaseline();
218 gfx::Insets insets = GetInsets();
227 w = std::max(0, w - GetInsets().width());
232 return s.height() + GetInsets().height();
242 return h + GetInsets().height();
399 gfx::Insets insets = GetInsets();
472 bounds.Inset(GetInsets());
    [all...]
  /external/chromium/chrome/browser/chromeos/status/
status_area_button.h 37 virtual gfx::Insets GetInsets() const OVERRIDE;
status_area_button.cc 87 gfx::Insets insets = views::MenuButton::GetInsets();
112 gfx::Insets StatusAreaButton::GetInsets() const {
  /external/chromium_org/ui/views/controls/button/
label_button_border.h 28 virtual gfx::Insets GetInsets() const OVERRIDE;
  /external/chromium_org/ui/message_center/views/
message_center_bubble.cc 47 int contents_width = std::max(width - GetInsets().width(), 0);
49 return contents_height + GetInsets().height();
  /external/chromium_org/ui/views/bubble/
bubble_frame_view.cc 90 client_bounds.Inset(GetInsets());
91 client_bounds.Inset(bubble_border_->GetInsets());
132 const gfx::Insets border_insets = bubble_border_->GetInsets();
161 gfx::Insets BubbleFrameView::GetInsets() const {
174 int title_bar_width = GetInsets().width() + border()->GetInsets().width();
187 bounds.Inset(border()->GetInsets());
246 gfx::Insets insets(GetInsets());
  /external/chromium_org/ui/views/examples/
multiline_example.cc 34 render_text_->font_list().GetHeight() + GetInsets().height());
45 bounds.Inset(GetInsets());
  /external/chromium/chrome/browser/chromeos/frame/
bubble_frame_view.cc 100 gfx::Insets insets = GetInsets();
143 gfx::Insets BubbleFrameView::GetInsets() const {
145 border()->GetInsets(&border_insets);
163 gfx::Insets insets = GetInsets();
bubble_frame_view.h 48 virtual gfx::Insets GetInsets() const OVERRIDE;
  /external/chromium/chrome/browser/chromeos/login/
update_view.cc 164 int max_width = width() - GetInsets().width() - 2 * kHorizontalSpacing;
165 int right_margin = GetInsets().right() + kHorizontalSpacing;
166 int max_height = height() - GetInsets().height();
167 int vertical_center = GetInsets().top() + max_height / 2;
  /external/chromium/chrome/browser/ui/views/
pinned_contents_info_bubble.cc 21 bubble_border_->GetInsets(&insets);

Completed in 448 milliseconds

1 2 3 4 5