Searched refs:border_insets (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dnew_credit_card_bubble_views.cc119 gfx::Insets border_insets(GetBubbleFrameView()->bubble_border()->GetInsets());
123 x = web_contents_bounds.x() - border_insets.left() + kAnchorlessEndPadding;
125 x = web_contents_bounds.right() + border_insets.right();
128 int y = web_contents_bounds.y() - border_insets.top() + kAnchorlessTopPadding;
130 int width = bounds.width() - border_insets.width();
131 int height = bounds.height() - border_insets.height();
/external/chromium_org/ui/views/bubble/
H A Dbubble_frame_view.cc137 const gfx::Insets border_insets = bubble_border_->GetInsets(); local
138 SkRect rect = { SkIntToScalar(border_insets.left() - kBorderStrokeSize),
139 SkIntToScalar(border_insets.top() - kBorderStrokeSize),
140 SkIntToScalar(size.width() - border_insets.right() +
142 SkIntToScalar(size.height() - border_insets.bottom() +

Completed in 197 milliseconds