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

1 2

  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_label_button_border.cc 32 gfx::Insets InfoBarLabelButtonBorder::GetInsets() const{
33 gfx::Insets insets = views::LabelButtonBorder::GetInsets();
  /external/chromium_org/ui/views/
shadow_border.cc 41 gfx::Insets ShadowBorder::GetInsets() const {
border.cc 23 virtual gfx::Insets GetInsets() const OVERRIDE;
54 gfx::Insets SidedSolidBorder::GetInsets() const {
77 virtual gfx::Insets GetInsets() const OVERRIDE {
102 virtual gfx::Insets GetInsets() const OVERRIDE {
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_button_border.cc 51 void InfoBarButtonBorder::GetInsets(gfx::Insets* insets) const {
  /external/chromium_org/ash/system/tray/
tray_popup_label_button_border.cc 101 gfx::Insets TrayPopupLabelButtonBorder::GetInsets() const {
  /external/chromium_org/ui/views/controls/
focusable_border.cc 59 gfx::Insets FocusableBorder::GetInsets() const {
styled_label.cc 119 gfx::Insets StyledLabel::GetInsets() const {
120 gfx::Insets insets = View::GetInsets();
153 width -= GetInsets().width();
257 gfx::Point(GetInsets().left() + x - overlap,
258 GetInsets().top() + line * line_height - overlap),
267 return (line + 1) * line_height + GetInsets().height();
label.cc 178 label_width += GetInsets().width();
195 gfx::Insets Label::GetInsets() const {
196 gfx::Insets insets = View::GetInsets();
205 return GetInsets().top() + font_.GetBaseline();
218 gfx::Insets insets = GetInsets();
227 w = std::max(0, w - GetInsets().width());
232 return s.height() + GetInsets().height();
242 return h + GetInsets().height();
399 gfx::Insets insets = GetInsets();
472 bounds.Inset(GetInsets());
    [all...]
  /external/chromium/chrome/browser/chromeos/status/
status_area_button.cc 87 gfx::Insets insets = views::MenuButton::GetInsets();
112 gfx::Insets StatusAreaButton::GetInsets() const {
  /external/chromium_org/chrome/browser/ui/views/message_center/
message_center_frame_view.cc 37 client_bounds.Inset(GetInsets());
44 window_bounds.Inset(GetInsets());
50 frame_bounds.Inset(GetInsets());
70 gfx::Insets MessageCenterFrameView::GetInsets() const {
71 return border()->GetInsets();
  /external/chromium_org/ui/views/controls/button/
label_button_border.cc 149 gfx::Insets LabelButtonBorder::GetInsets() const {
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();
  /external/chromium/chrome/browser/chromeos/frame/
bubble_frame_view.cc 100 gfx::Insets insets = GetInsets();
143 gfx::Insets BubbleFrameView::GetInsets() const {
145 border()->GetInsets(&border_insets);
163 gfx::Insets insets = GetInsets();
  /external/chromium/chrome/browser/chromeos/login/
rounded_rect_painter.cc 165 virtual void GetInsets(gfx::Insets* insets) const;
178 void RoundedRectBorder::GetInsets(gfx::Insets* insets) const {
  /external/chromium_org/ui/aura/
root_window_host_ozone.cc 67 gfx::Insets RootWindowHostOzone::GetInsets() const { return gfx::Insets(); }
remote_root_window_host_win.cc 300 gfx::Insets RemoteRootWindowHostWin::GetInsets() const {
root_window_host_win.cc 150 gfx::Insets RootWindowHostWin::GetInsets() const {
root_window_host_x11.cc 698 gfx::Insets RootWindowHostX11::GetInsets() const {
    [all...]
  /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);
  /external/chromium_org/ui/views/bubble/
bubble_frame_view.cc 90 client_bounds.Inset(GetInsets());
91 client_bounds.Inset(bubble_border_->GetInsets());
132 const gfx::Insets border_insets = bubble_border_->GetInsets();
161 gfx::Insets BubbleFrameView::GetInsets() const {
174 int title_bar_width = GetInsets().width() + border()->GetInsets().width();
187 bounds.Inset(border()->GetInsets());
246 gfx::Insets insets(GetInsets());
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc 95 virtual void GetInsets(gfx::Insets* insets) const {
657 border->GetInsets(&insets);
  /external/chromium/chrome/browser/ui/views/
wrench_menu.cc 72 border()->GetInsets(&insets);
91 virtual void GetInsets(gfx::Insets* insets) const {
517 zoom_label_->border()->GetInsets(&insets);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.cc 450 gfx::Insets DesktopRootWindowHostWin::GetInsets() const {
desktop_root_window_host_x11.cc 636 gfx::Insets DesktopRootWindowHostX11::GetInsets() const {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 392 virtual gfx::Insets GetInsets() const OVERRIDE {
401 int label_width = width - GetInsets().width();
408 return child_at(0)->GetHeightForWidth(label_width) + GetInsets().height();
412 // Surprisingly, GetContentsBounds() doesn't consult GetInsets().
414 bounds.Inset(GetInsets());
682 gfx::Insets AutofillDialogViews::OverlayView::GetInsets() const {
    [all...]

Completed in 312 milliseconds

1 2