HomeSort by relevance Sort by last modified time
    Searched defs:GetInsets (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/ui/views/
shadow_border.cc 45 gfx::Insets ShadowBorder::GetInsets() const {
border.cc 24 virtual gfx::Insets GetInsets() const OVERRIDE;
56 gfx::Insets SidedSolidBorder::GetInsets() const {
83 virtual gfx::Insets GetInsets() const OVERRIDE {
112 virtual gfx::Insets GetInsets() const OVERRIDE {
view.cc 319 contents_bounds.Inset(border_->GetInsets());
331 gfx::Insets View::GetInsets() const {
332 return border_.get() ? border_->GetInsets() : gfx::Insets();
    [all...]
  /external/chromium_org/ui/views/controls/
focusable_border.cc 58 gfx::Insets FocusableBorder::GetInsets() const {
styled_label.cc 141 gfx::Insets StyledLabel::GetInsets() const {
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());
label.cc 192 label_width += GetInsets().width();
201 gfx::Insets Label::GetInsets() const {
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().left(), GetInsets().top())
    [all...]
  /external/chromium_org/chrome/browser/ui/views/message_center/
message_center_frame_view.cc 33 client_bounds.Inset(GetInsets());
40 window_bounds.Inset(GetInsets());
46 frame_bounds.Inset(GetInsets());
66 gfx::Insets MessageCenterFrameView::GetInsets() const {
67 return border()->GetInsets();
  /external/chromium_org/chrome/browser/ui/views/profiles/
avatar_label.cc 29 virtual gfx::Insets GetInsets() const OVERRIDE;
83 gfx::Insets AvatarLabelBorder::GetInsets() const {
  /external/chromium_org/ui/views/controls/button/
label_button_border.cc 127 gfx::Insets LabelButtonBorder::GetInsets() const {
text_button.cc 79 gfx::Insets TextButtonBorder::GetInsets() const {
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/
infolist_window.cc 48 virtual gfx::Insets GetInsets() const OVERRIDE;
77 gfx::Insets InfolistBorder::GetInsets() const {
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_border.cc 108 gfx::Insets Gtk2Border::GetInsets() const {
109 return border_->GetInsets();
  /external/chromium_org/ui/views/bubble/
bubble_frame_view.cc 95 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 {
356 int title_bar_width = GetInsets().width() + border()->GetInsets().width();
365 const gfx::Insets insets(GetInsets());
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 179 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 {
    [all...]

Completed in 407 milliseconds