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

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

Completed in 1102 milliseconds