Home
last modified time | relevance | path

Searched refs:GetInsets (Results 1 – 21 of 21) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dupdate_view.cc164 int max_width = width() - GetInsets().width() - 2 * kHorizontalSpacing; in Layout()
165 int right_margin = GetInsets().right() + kHorizontalSpacing; in Layout()
166 int max_height = height() - GetInsets().height(); in Layout()
167 int vertical_center = GetInsets().top() + max_height / 2; in Layout()
Ddefault_images_view.cc79 size.Enlarge(GetInsets().width(), GetInsets().height()); in GetPreferredSize()
Drounded_rect_painter.cc165 virtual void GetInsets(gfx::Insets* insets) const;
178 void RoundedRectBorder::GetInsets(gfx::Insets* insets) const { in GetInsets() function in chromeos::__anon016eaf430111::RoundedRectBorder
Duser_image_view.cc105 layout->SetInsets(GetInsets()); in InitLayout()
Dtake_photo_view.cc189 layout->SetInsets(GetInsets()); in InitLayout()
Dnew_user_view.cc365 gfx::Insets insets = GetInsets(); in Layout()
/external/chromium/chrome/browser/chromeos/frame/
Dbubble_frame_view.cc100 gfx::Insets insets = GetInsets(); in GetWindowBoundsForClientBounds()
143 gfx::Insets BubbleFrameView::GetInsets() const { in GetInsets() function in chromeos::BubbleFrameView
145 border()->GetInsets(&border_insets); in GetInsets()
163 gfx::Insets insets = GetInsets(); in Layout()
Dbubble_frame_view.h48 virtual gfx::Insets GetInsets() const OVERRIDE;
/external/chromium/chrome/browser/chromeos/status/
Dstatus_area_button.cc87 gfx::Insets insets = views::MenuButton::GetInsets(); in GetPreferredSize()
112 gfx::Insets StatusAreaButton::GetInsets() const { in GetInsets() function in chromeos::StatusAreaButton
Dstatus_area_button.h37 virtual gfx::Insets GetInsets() const OVERRIDE;
/external/chromium/chrome/browser/ui/views/bubble/
Dbubble_border.cc39 GetInsets(&insets); in GetBounds()
116 void BubbleBorder::GetInsets(gfx::Insets* insets) const { in GetInsets() function in BubbleBorder
153 GetInsets(&insets); in SetArrowOffset()
214 GetInsets(&insets); in Paint()
Dbubble_border.h103 virtual void GetInsets(gfx::Insets* insets) const;
Dborder_contents.cc70 bubble_border_->GetInsets(&insets); in SizeAndGetBounds()
/external/chromium/chrome/browser/ui/views/infobars/
Dinfobar_button_border.h29 virtual void GetInsets(gfx::Insets* insets) const;
Dinfobar_button_border.cc51 void InfoBarButtonBorder::GetInsets(gfx::Insets* insets) const { in GetInsets() function in InfoBarButtonBorder
/external/chromium/chrome/browser/ui/views/location_bar/
Dcontent_setting_image_view.cc109 border()->GetInsets(&saved_insets_); in UpdateFromTabContents()
164 border()->GetInsets(&current_insets); in OnPaint()
/external/chromium/chrome/browser/ui/views/
Dpinned_contents_info_bubble.cc21 bubble_border_->GetInsets(&insets); in SizeAndGetBounds()
Dwrench_menu.cc72 border()->GetInsets(&insets); in GetPreferredSize()
91 virtual void GetInsets(gfx::Insets* insets) const { in GetInsets() function in __anonca6a7ac10111::MenuButtonBorder
517 zoom_label_->border()->GetInsets(&insets); in MaxWidthForZoomLabel()
Dsad_tab_view.cc128 gfx::Insets insets = learn_more_link_->GetInsets(); in Layout()
/external/chromium/chrome/browser/ui/views/autocomplete/
Dautocomplete_popup_contents_view.cc95 virtual void GetInsets(gfx::Insets* insets) const { in GetInsets() function in __anon51b98c730111::OptInButtonBorder
657 border->GetInsets(&insets); in CalculateTargetBounds()
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_views.cc261 gfx::Insets insets = GetInsets(); in Layout()