HomeSort by relevance Sort by last modified time
    Searched refs:GetInsets (Results 26 - 50 of 106) sorted by null

12 3 4 5

  /external/chromium_org/ui/aura/
root_window_host.h 66 virtual gfx::Insets GetInsets() const = 0;
root_window_host_ozone.h 37 virtual gfx::Insets GetInsets() const OVERRIDE;
root_window_host_ozone.cc 67 gfx::Insets RootWindowHostOzone::GetInsets() const { return gfx::Insets(); }
root_window_host_win.h 28 virtual gfx::Insets GetInsets() const OVERRIDE;
root_window_host_x11.h 54 virtual gfx::Insets GetInsets() const OVERRIDE;
  /external/chromium_org/ui/views/controls/
focusable_border.cc 59 gfx::Insets FocusableBorder::GetInsets() const {
styled_label.h 80 virtual gfx::Insets GetInsets() const OVERRIDE;
image_view.cc 71 gfx::Insets insets = GetInsets();
83 gfx::Insets insets = GetInsets();
styled_label_unittest.cc 35 return styled_->GetHeightForWidth(w) - styled_->GetInsets().height();
111 styled()->GetInsets().width() + label_preferred_size.width(),
112 styled()->GetInsets().height() + 2 * label_preferred_size.height());
150 pref_height - styled()->GetInsets().height());
174 pref_height - styled()->GetInsets().height());
337 pref_height - styled()->GetInsets().height());
  /external/chromium_org/ui/views/
shadow_border.cc 41 gfx::Insets ShadowBorder::GetInsets() const {
  /external/chromium/chrome/browser/chromeos/login/
default_images_view.cc 79 size.Enlarge(GetInsets().width(), GetInsets().height());
rounded_rect_painter.cc 165 virtual void GetInsets(gfx::Insets* insets) const;
178 void RoundedRectBorder::GetInsets(gfx::Insets* insets) const {
  /external/chromium_org/ui/views/layout/
box_layout.cc 30 child_area.Inset(host->GetInsets());
151 gfx::Insets insets(host->GetInsets());
  /external/chromium_org/ash/system/tray/
tray_popup_label_button_border.cc 101 gfx::Insets TrayPopupLabelButtonBorder::GetInsets() const {
tray_details_view.cc 52 virtual gfx::Insets GetInsets() const OVERRIDE {
  /external/chromium_org/ui/views/bubble/
bubble_frame_view.h 47 virtual gfx::Insets GetInsets() const OVERRIDE;
bubble_border.cc 151 const gfx::Insets insets = GetInsets();
226 gfx::Insets BubbleBorder::GetInsets() const {
281 const gfx::Insets insets = GetInsets();
353 bounds.Inset(border_->GetInsets());
tray_bubble_view.cc 90 gfx::Insets insets = GetInsets();
357 return bubble_border_->GetInsets();
404 int height = GetInsets().height();
405 width = std::max(width - GetInsets().width(), 0);
  /external/chromium_org/ui/message_center/views/
message_center_view.cc 91 gfx::Insets insets = GetInsets();
97 gfx::Insets insets = GetInsets();
337 return gfx::Size(width + GetInsets().width(),
338 GetHeightForWidth(width + GetInsets().width()));
345 width -= GetInsets().width();
356 return height + GetInsets().height();
500 int top = (reposition_top_ > 0) ? reposition_top_ : GetInsets().top();
529 : GetHeightForWidth(width()) - GetInsets().bottom();
755 button_bar_->GetInsets().height();
839 button_bar_->GetInsets().height() + content_height
    [all...]
notification_view.cc 198 return gfx::Size(size.width() + GetInsets().width(),
199 size.height() + GetInsets().height());
258 gfx::Insets insets = GetInsets();
583 int preferred_width = std::max(top_width, bottom_width) + GetInsets().width();
589 int content_width = width - GetInsets().width();
612 return content_height + GetInsets().height();
616 gfx::Insets insets = GetInsets();
bounded_label.cc 95 int text_width = std::max(width - owner_->GetInsets().width(), 0);
108 gfx::Insets insets = owner_->GetInsets();
178 bounds.Inset(owner_->GetInsets());
  /external/chromium/chrome/browser/ui/views/bubble/
bubble_border.cc 39 GetInsets(&insets);
116 void BubbleBorder::GetInsets(gfx::Insets* insets) const {
153 GetInsets(&insets);
214 GetInsets(&insets);
bubble_border.h 103 virtual void GetInsets(gfx::Insets* insets) const;
  /external/chromium/chrome/browser/ui/views/location_bar/
content_setting_image_view.cc 109 border()->GetInsets(&saved_insets_);
164 border()->GetInsets(&current_insets);
  /external/chromium_org/ui/views/controls/button/
text_button.cc 80 gfx::Insets TextButtonBorder::GetInsets() const {
306 gfx::Insets insets = GetInsets();
334 int height = text_size.height() + GetInsets().height();
420 gfx::Insets insets = GetInsets();
676 gfx::Insets insets = GetInsets();

Completed in 1556 milliseconds

12 3 4 5