Searched refs:insets_ (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/ui/views/
H A Dborder.cc29 const gfx::Insets insets_; member in class:views::__anon16246::SidedSolidBorder
40 insets_(top, left, bottom, right) {
45 canvas->FillRect(gfx::Rect(0, 0, view.width(), insets_.top()), color_);
47 canvas->FillRect(gfx::Rect(0, 0, insets_.left(), view.height()), color_);
49 canvas->FillRect(gfx::Rect(0, view.height() - insets_.bottom(), view.width(),
50 insets_.bottom()), color_);
52 canvas->FillRect(gfx::Rect(view.width() - insets_.right(), 0, insets_.right(),
57 return insets_;
61 return gfx::Size(insets_
92 const gfx::Insets insets_; member in class:views::__anon16246::EmptyBorder
122 const gfx::Insets insets_; member in class:views::__anon16246::BorderPainter
[all...]
H A Dpainter.cc37 const gfx::Insets insets_; member in class:views::__anon16342::DashedFocusPainter
43 : insets_(insets) {
55 rect.Inset(insets_);
72 const gfx::Insets insets_; member in class:views::__anon16342::SolidFocusPainter
80 insets_(insets) {
92 rect.Inset(insets_);
/external/chromium_org/chrome/browser/chromeos/display/
H A Doverscan_calibrator.h40 const gfx::Insets& insets() const { return insets_; }
52 gfx::Insets insets_; member in class:chromeos::OverscanCalibrator
H A Doverscan_calibrator.cc65 insets_(initial_insets),
101 display_.id(), insets_);
106 insets_ = initial_insets_;
111 insets_.Set(std::max(insets.top(), 0),
122 inner_bounds.Inset(insets_);
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_contents_resizing_strategy.h26 const gfx::Insets& insets() const { return insets_; }
32 gfx::Insets insets_; member in class:DevToolsContentsResizingStrategy
H A Ddevtools_contents_resizing_strategy.cc14 : insets_(insets),
26 insets_ = strategy.insets();
33 return insets_ == strategy.insets() && min_size_ == strategy.min_size() &&
/external/chromium_org/ui/views/controls/button/
H A Dlabel_button_border.h31 void set_insets(const gfx::Insets& insets) { insets_ = insets; }
45 gfx::Insets insets_; member in class:views::LabelButtonBorder
H A Dlabel_button_border.cc128 return insets_;
H A Dtext_button.cc80 return insets_;
88 insets_ = insets;
H A Dtext_button.h38 gfx::Insets insets_; member in class:views::TextButtonBorder
/external/chromium_org/ui/views/controls/
H A Dfocusable_border.cc25 : insets_(kTopInsetSize, kLeftInsetSize,
59 return insets_;
67 insets_.Set(top, left, bottom, right);
H A Dfocusable_border.h39 gfx::Insets insets_; member in class:views::FocusableBorder
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Davatar_label.cc34 gfx::Insets insets_; member in class:__anon5249::AvatarLabelBorder
49 insets_ = gfx::Insets(kVerticalInsetTop + addToTop,
84 return insets_;
/external/chromium_org/ash/display/
H A Droot_window_transformers.cc221 insets_.Set(0, margin, 0, margin);
233 insets_.Set(margin, 0, margin, 0);
254 return insets_;
262 gfx::Insets insets_; member in class:ash::__anon1899::MirrorRootWindowTransformer
/external/chromium_org/ui/views/layout/
H A Dgrid_layout.cc679 insets_.Set(top, left, bottom, right);
683 insets_ = insets;
813 insets_.left();
818 int y = rows_[view_state->start_row]->Location() + insets_.top();
863 pref->set_width(pref->width() + insets_.width());
870 (*i)->Resize(width - (*i)->LayoutWidth() - insets_.left() -
871 insets_.right());
941 rows_[rows_.size() - 1]->Size() + insets_.height());
H A Dgrid_layout.h245 gfx::Insets insets_; member in class:views::GridLayout
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dwrench_menu.cc121 insets_(config.item_top_margin, horizontal_padding_,
131 return insets_;
144 const gfx::Insets insets_; member in class:__anon5302::MenuButtonBorder
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.h570 gfx::Insets insets_; member in class:content::RenderWidgetHostViewAura
H A Drender_widget_host_view_aura.cc787 requested_rect.Inset(insets_);
792 if (insets != insets_) {
793 insets_ = insets;

Completed in 374 milliseconds