Home
last modified time | relevance | path

Searched defs:SetInsets (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/views/controls/
Dfocusable_border.cc66 void FocusableBorder::SetInsets(int top, int left, int bottom, int right) { in SetInsets() function in views::FocusableBorder
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_base.cc607 void RenderWidgetHostViewBase::SetInsets(const gfx::Insets& insets) { in SetInsets() function in content::RenderWidgetHostViewBase
Drender_widget_host_view_aura.cc791 void RenderWidgetHostViewAura::SetInsets(const gfx::Insets& insets) { in SetInsets() function in content::RenderWidgetHostViewAura
/external/chromium_org/ui/views/layout/
Dgrid_layout.cc678 void GridLayout::SetInsets(int top, int left, int bottom, int right) { in SetInsets() function in views::GridLayout
682 void GridLayout::SetInsets(const gfx::Insets& insets) { in SetInsets() function in views::GridLayout
/external/chromium_org/ui/views/controls/button/
Dtext_button.cc87 void TextButtonBorder::SetInsets(const gfx::Insets& insets) { in SetInsets() function in views::TextButtonBorder