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::__anon17021::SidedSolidBorder
83 virtual gfx::Insets GetInsets() const OVERRIDE {
112 virtual gfx::Insets GetInsets() const OVERRIDE {
H A Dview.cc314 contents_bounds.Inset(border_->GetInsets());
326 gfx::Insets View::GetInsets() const { function in class:views::View
327 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());
69 gfx::Insets MessageCenterFrameView::GetInsets() const { function in class:message_center::MessageCenterFrameView
70 return border()->GetInsets();
/external/chromium_org/ui/views/controls/
H A Dfocusable_border.cc56 gfx::Insets FocusableBorder::GetInsets() const { function in class:views::FocusableBorder
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...]
/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/views/controls/button/
H A Dlabel_button_border.cc127 gfx::Insets LabelButtonBorder::GetInsets() const { function in class:views::LabelButtonBorder
/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::__anon1917::InfolistBorder
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgtk2_border.cc113 gfx::Insets Gtk2Border::GetInsets() const { function in class:libgtk2ui::Gtk2Border
114 return border_->GetInsets();
/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/ui/views/controls/textfield/
H A Dtextfield.cc554 gfx::Insets Textfield::GetInsets() const { function in class:views::Textfield
555 gfx::Insets insets = View::GetInsets();
561 return GetInsets().top() + GetRenderText()->GetBaseline();
565 const gfx::Insets& insets = GetInsets();
934 // GetContentsBounds() does not actually use the local GetInsets() override.
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc178 gfx::Insets insets = GetInsets();
308 virtual gfx::Insets GetInsets() const OVERRIDE {
317 int label_width = width - GetInsets().width();
324 return child_at(0)->GetHeightForWidth(label_width) + GetInsets().height();
328 // Surprisingly, GetContentsBounds() doesn't consult GetInsets().
330 bounds.Inset(GetInsets());
491 gfx::Insets insets = GetInsets();
614 gfx::Insets AutofillDialogViews::OverlayView::GetInsets() const { function in class:autofill::AutofillDialogViews::OverlayView
984 gfx::Insets insets = GetInsets();
997 const gfx::Insets insets = GetInsets();
[all...]

Completed in 310 milliseconds