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

1 2 3 4

  /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());
69 gfx::Insets MessageCenterFrameView::GetInsets() const {
70 return border()->GetInsets();
message_center_frame_view.h 37 virtual gfx::Insets GetInsets() const OVERRIDE;
  /external/chromium_org/ui/views/layout/
fill_layout.cc 28 rect.Inset(-host->GetInsets());
36 const gfx::Insets insets = host->GetInsets();
  /external/chromium_org/ui/views/
shadow_border.h 26 virtual gfx::Insets GetInsets() const OVERRIDE;
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 {
border.h 77 virtual gfx::Insets GetInsets() const = 0;
shadow_border.cc 45 gfx::Insets ShadowBorder::GetInsets() const {
  /external/chromium_org/ash/system/user/
rounded_image_view.cc 49 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/
focusable_border.h 36 virtual gfx::Insets GetInsets() const OVERRIDE;
styled_label.cc 147 gfx::Insets StyledLabel::GetInsets() const {
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();
label.cc 200 label_width += GetInsets().width();
213 gfx::Insets Label::GetInsets() const {
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().left(), GetInsets().top())
    [all...]
focusable_border.cc 56 gfx::Insets FocusableBorder::GetInsets() const {
styled_label_unittest.cc 42 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/chrome/browser/ui/views/toolbar/
back_button.cc 47 const gfx::Insets insets(border->GetInsets());
  /external/chromium_org/ui/views/controls/button/
label_button_border.h 28 virtual gfx::Insets GetInsets() const OVERRIDE;
  /external/chromium_org/ui/views/examples/
multiline_example.cc 69 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/
avatar_label.cc 29 virtual gfx::Insets GetInsets() const OVERRIDE;
83 gfx::Insets AvatarLabelBorder::GetInsets() const {
  /external/chromium_org/ui/message_center/views/
message_center_bubble.cc 48 int contents_width = std::max(width - GetInsets().width(), 0);
50 return contents_height + GetInsets().height();
  /external/chromium_org/ash/system/tray/
fixed_sized_scroll_view.cc 31 gfx::Insets insets = GetInsets();
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_border.h 37 virtual gfx::Insets GetInsets() const OVERRIDE;
gtk2_border.cc 113 gfx::Insets Gtk2Border::GetInsets() const {
114 return border_->GetInsets();
  /external/chromium_org/ui/aura/
window_tree_host_mac.h 40 virtual gfx::Insets GetInsets() const OVERRIDE;
  /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();
172 gfx::Insets BubbleFrameView::GetInsets() const {
358 int title_bar_width = GetInsets().width() + border()->GetInsets().width();
367 const gfx::Insets insets(GetInsets());
  /external/chromium_org/chrome/browser/ui/views/
constrained_window_views.cc 87 position.set_y(position.y() - border->GetInsets().top());
112 max_size.Enlarge(0, border->GetInsets().top());
  /external/chromium_org/ash/system/chromeos/virtual_keyboard/
virtual_keyboard_tray.cc 68 gfx::Insets insets = button_->GetInsets();

Completed in 2159 milliseconds

1 2 3 4