Searched refs:GetInsets (Results 1 - 25 of 87) sorted by relevance

1234

/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_frame_view.cc33 client_bounds.Inset(GetInsets());
40 window_bounds.Inset(GetInsets());
46 frame_bounds.Inset(GetInsets());
69 gfx::Insets MessageCenterFrameView::GetInsets() const { function in class:message_center::MessageCenterFrameView
70 return border()->GetInsets();
H A Dmessage_center_frame_view.h37 virtual gfx::Insets GetInsets() const OVERRIDE;
/external/chromium_org/ui/views/layout/
H A Dfill_layout.cc28 rect.Inset(-host->GetInsets());
36 const gfx::Insets insets = host->GetInsets();
/external/chromium_org/ash/system/user/
H A Drounded_image_view.cc49 return gfx::Size(image_size_.width() + GetInsets().width(),
50 image_size_.height() + GetInsets().height());
57 image_bounds.Inset(GetInsets());
/external/chromium_org/ui/views/controls/
H A Dfocusable_border.h36 virtual gfx::Insets GetInsets() const OVERRIDE;
H A Dstyled_label.cc147 gfx::Insets StyledLabel::GetInsets() const { function in class:views::StyledLabel
148 gfx::Insets insets = View::GetInsets();
198 width -= GetInsets().width();
302 gfx::Insets focus_border_insets(label->GetInsets());
303 focus_border_insets += -label->View::GetInsets();
307 gfx::Point(GetInsets().left() + x - focus_border_insets.left(),
308 GetInsets().top() + line * line_height -
321 CalculateLineHeight(font_list_) + GetInsets().height();
H A Dlabel.cc200 label_width += GetInsets().width();
213 gfx::Insets Label::GetInsets() const { function in class:views::Label
214 gfx::Insets insets = View::GetInsets();
223 return GetInsets().top() + font_list_.GetBaseline();
236 gfx::Insets insets = GetInsets();
250 gfx::Insets insets = GetInsets();
259 w = std::max(0, w - GetInsets().width());
264 return s.height() + GetInsets().height();
275 return h + GetInsets().height();
414 gfx::Point origin(GetInsets()
[all...]
H A Dfocusable_border.cc56 gfx::Insets FocusableBorder::GetInsets() const { function in class:views::FocusableBorder
H A Dstyled_label_unittest.cc42 return styled_->GetHeightForWidth(w) - styled_->GetInsets().height();
118 styled()->GetInsets().width() + label_preferred_size.width(),
119 styled()->GetInsets().height() + 2 * label_preferred_size.height());
132 EXPECT_TRUE(styled()->GetInsets().empty());
145 EXPECT_FALSE(styled()->GetInsets().empty());
165 pref_height - styled()->GetInsets().height());
191 pref_height - styled()->GetInsets().height());
362 pref_height - styled()->GetInsets().height());
/external/chromium_org/ui/views/
H A Dshadow_border.h26 virtual gfx::Insets GetInsets() const OVERRIDE;
H A Dborder.cc24 virtual gfx::Insets GetInsets() const OVERRIDE;
56 gfx::Insets SidedSolidBorder::GetInsets() const { function in class:views::__anon17021::SidedSolidBorder
83 virtual gfx::Insets GetInsets() const OVERRIDE {
112 virtual gfx::Insets GetInsets() const OVERRIDE {
H A Dborder.h77 virtual gfx::Insets GetInsets() const = 0;
H A Dshadow_border.cc45 gfx::Insets ShadowBorder::GetInsets() const { function in class:views::ShadowBorder
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dback_button.cc47 const gfx::Insets insets(border->GetInsets());
/external/chromium_org/ui/views/controls/button/
H A Dlabel_button_border.h28 virtual gfx::Insets GetInsets() const OVERRIDE;
/external/chromium_org/ui/views/examples/
H A Dmultiline_example.cc69 size.Enlarge(GetInsets().width(), GetInsets().height());
80 rect.set_width(w - GetInsets().width());
82 int height = render_text_->GetStringSize().height() + GetInsets().height();
109 bounds.Inset(GetInsets());
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Davatar_label.cc29 virtual gfx::Insets GetInsets() const OVERRIDE;
83 gfx::Insets AvatarLabelBorder::GetInsets() const { function in class:__anon5323::AvatarLabelBorder
/external/chromium_org/ui/message_center/views/
H A Dmessage_center_bubble.cc48 int contents_width = std::max(width - GetInsets().width(), 0);
50 return contents_height + GetInsets().height();
/external/chromium_org/ash/system/tray/
H A Dfixed_sized_scroll_view.cc31 gfx::Insets insets = GetInsets();
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgtk2_border.h37 virtual gfx::Insets GetInsets() const OVERRIDE;
H A Dgtk2_border.cc113 gfx::Insets Gtk2Border::GetInsets() const { function in class:libgtk2ui::Gtk2Border
114 return border_->GetInsets();
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_mac.h40 virtual gfx::Insets GetInsets() const OVERRIDE;
/external/chromium_org/ui/views/bubble/
H A Dbubble_frame_view.cc95 client_bounds.Inset(GetInsets());
96 client_bounds.Inset(bubble_border_->GetInsets());
137 const gfx::Insets border_insets = bubble_border_->GetInsets();
172 gfx::Insets BubbleFrameView::GetInsets() const { function in class:views::BubbleFrameView
358 int title_bar_width = GetInsets().width() + border()->GetInsets().width();
367 const gfx::Insets insets(GetInsets());
/external/chromium_org/chrome/browser/ui/views/
H A Dconstrained_window_views.cc87 position.set_y(position.y() - border->GetInsets().top());
112 max_size.Enlarge(0, border->GetInsets().top());
/external/chromium_org/ash/system/chromeos/virtual_keyboard/
H A Dvirtual_keyboard_tray.cc68 gfx::Insets insets = button_->GetInsets();

Completed in 739 milliseconds

1234