Searched defs:GetInsets (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/ui/views/
H A Dshadow_border.cc45 gfx::Insets ShadowBorder::GetInsets() const { function in class:views::ShadowBorder
H A Dborder.cc24 virtual gfx::Insets GetInsets() const OVERRIDE;
56 gfx::Insets SidedSolidBorder::GetInsets() const { function in class:views::__anon16246::SidedSolidBorder
83 virtual gfx::Insets GetInsets() const OVERRIDE {
112 virtual gfx::Insets GetInsets() const OVERRIDE {
H A Dview.cc319 contents_bounds.Inset(border_->GetInsets());
331 gfx::Insets View::GetInsets() const { function in class:views::View
332 return border_.get() ? border_->GetInsets() : gfx::Insets();
/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());
66 gfx::Insets MessageCenterFrameView::GetInsets() const { function in class:message_center::MessageCenterFrameView
67 return border()->GetInsets();
/external/chromium_org/ui/views/controls/
H A Dfocusable_border.cc58 gfx::Insets FocusableBorder::GetInsets() const { function in class:views::FocusableBorder
H A Dstyled_label.cc141 gfx::Insets StyledLabel::GetInsets() const { function in class:views::StyledLabel
142 gfx::Insets insets = View::GetInsets();
192 width -= GetInsets().width();
295 gfx::Insets focus_border_insets(label->GetInsets());
296 focus_border_insets += -label->View::GetInsets();
301 gfx::Point(GetInsets().left() + x - focus_border_insets.left(),
302 GetInsets().top() + line * line_height -
312 return gfx::Size(width, (line + 1) * line_height + GetInsets().height());
H A Dlabel.cc192 label_width += GetInsets().width();
201 gfx::Insets Label::GetInsets() const { function in class:views::Label
202 gfx::Insets insets = View::GetInsets();
211 return GetInsets().top() + font_list_.GetBaseline();
224 gfx::Insets insets = GetInsets();
238 gfx::Insets insets = GetInsets();
247 w = std::max(0, w - GetInsets().width());
252 return s.height() + GetInsets().height();
263 return h + GetInsets().height();
415 gfx::Point origin(GetInsets()
[all...]
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgtk2_border.cc108 gfx::Insets Gtk2Border::GetInsets() const { function in class:libgtk2ui::Gtk2Border
109 return border_->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:__anon5249::AvatarLabelBorder
/external/chromium_org/ui/views/controls/button/
H A Dlabel_button_border.cc127 gfx::Insets LabelButtonBorder::GetInsets() const { function in class:views::LabelButtonBorder
H A Dtext_button.cc79 gfx::Insets TextButtonBorder::GetInsets() const { function in class:views::TextButtonBorder
280 gfx::Insets insets = GetInsets();
308 int height = text_size.height() + GetInsets().height();
440 gfx::Insets insets = GetInsets();
648 gfx::Insets insets = GetInsets();
/external/chromium_org/ash/ime/
H A Dinfolist_window.cc48 virtual gfx::Insets GetInsets() const OVERRIDE;
77 gfx::Insets InfolistBorder::GetInsets() const { function in class:ash::ime::__anon1933::InfolistBorder
/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();
170 gfx::Insets BubbleFrameView::GetInsets() const { function in class:views::BubbleFrameView
356 int title_bar_width = GetInsets().width() + border()->GetInsets().width();
365 const gfx::Insets insets(GetInsets());
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc179 gfx::Insets insets = GetInsets();
309 virtual gfx::Insets GetInsets() const OVERRIDE {
318 int label_width = width - GetInsets().width();
325 return child_at(0)->GetHeightForWidth(label_width) + GetInsets().height();
329 // Surprisingly, GetContentsBounds() doesn't consult GetInsets().
331 bounds.Inset(GetInsets());
492 gfx::Insets insets = GetInsets();
615 gfx::Insets AutofillDialogViews::OverlayView::GetInsets() const { function in class:autofill::AutofillDialogViews::OverlayView
982 gfx::Insets insets = GetInsets();
995 const gfx::Insets insets = GetInsets();
[all...]

Completed in 805 milliseconds