HomeSort by relevance Sort by last modified time
    Searched defs:SetInsets (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ui/views/controls/
focusable_border.cc 63 void FocusableBorder::SetInsets(int top, int left, int bottom, int right) {
  /external/chromium_org/ui/aura/
root_window_host_ozone.cc 69 void RootWindowHostOzone::SetInsets(const gfx::Insets& insets) {
remote_root_window_host_win.cc 304 void RemoteRootWindowHostWin::SetInsets(const gfx::Insets& insets) {
root_window_host_win.cc 154 void RootWindowHostWin::SetInsets(const gfx::Insets& insets) {
root_window_host_x11.cc 702 void RootWindowHostX11::SetInsets(const gfx::Insets& insets) {
    [all...]
  /external/chromium_org/ui/views/controls/button/
text_button.cc 84 void TextButtonBorder::SetInsets(const gfx::Insets& insets) {
106 SetInsets(gfx::Insets(vertical_padding_, kPreferredPaddingHorizontal,
158 SetInsets(gfx::Insets(kPreferredNativeThemePaddingVertical,
  /external/chromium_org/ui/views/layout/
grid_layout.cc 685 layout->SetInsets(kPanelVertMargin, horizontal_margin,
690 void GridLayout::SetInsets(int top, int left, int bottom, int right) {
694 void GridLayout::SetInsets(const gfx::Insets& insets) {
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.cc 454 void DesktopRootWindowHostWin::SetInsets(const gfx::Insets& insets) {
desktop_root_window_host_x11.cc 640 void DesktopRootWindowHostX11::SetInsets(const gfx::Insets& insets) {
    [all...]

Completed in 283 milliseconds