Searched refs:SetInsets (Results 1 - 25 of 52) sorted by relevance

123

/external/chromium_org/ash/system/
H A Dstatus_area_widget_delegate.cc93 layout->SetInsets(kStatusTrayOffsetFromScreenEdge, 0, 0, 0);
95 layout->SetInsets(0, 0, kStatusTrayOffsetFromScreenEdge, 0);
116 layout->SetInsets(0, kStatusTrayOffsetFromScreenEdge, 0, 0);
118 layout->SetInsets(0, 0, 0, kStatusTrayOffsetFromScreenEdge);
/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dinfobar_button_border.cc21 SetInsets(gfx::Insets(browser_defaults::kInfoBarBorderPaddingVertical,
/external/chromium_org/ui/views/controls/
H A Dfocusable_border.h26 void SetInsets(int top, int left, int bottom, int right);
H A Dfocusable_border.cc63 void FocusableBorder::SetInsets(int top, int left, int bottom, int right) { function in class:views::FocusableBorder
/external/chromium_org/ui/aura/
H A Droot_window_host.h67 virtual void SetInsets(const gfx::Insets& insets) = 0;
H A Droot_window_host_ozone.h38 virtual void SetInsets(const gfx::Insets& bounds) OVERRIDE;
H A Droot_window_host_ozone.cc69 void RootWindowHostOzone::SetInsets(const gfx::Insets& insets) { function in class:aura::RootWindowHostOzone
H A Droot_window_host_win.h29 virtual void SetInsets(const gfx::Insets& insets) OVERRIDE;
H A Droot_window_host_x11.h55 virtual void SetInsets(const gfx::Insets& insets) OVERRIDE;
/external/chromium_org/ui/views/layout/
H A Dgrid_layout.h109 void SetInsets(int top, int left, int bottom, int right);
110 void SetInsets(const gfx::Insets& insets);
/external/chromium/chrome/browser/ui/views/
H A Dgeneric_info_view.cc68 layout->SetInsets(kInfoViewInsetSize, kInfoViewInsetSize,
H A Ddatabase_info_view.cc104 layout->SetInsets(kDatabaseInfoViewInsetSize,
H A Dindexed_db_info_view.cc94 layout->SetInsets(kIndexedDBInfoViewInsetSize,
H A Dlocal_storage_info_view.cc95 layout->SetInsets(kLocalStorageInfoViewInsetSize,
H A Dlocal_storage_set_item_info_view.cc90 layout->SetInsets(kLocalStorageSetItemInfoViewInsetSize,
/external/chromium_org/chrome/browser/ui/views/
H A Davatar_label.cc48 SetInsets(gfx::Insets(kVerticalInsetTop + addToTop,
H A Dfirst_run_bubble.cc59 layout->SetInsets(kTopInset, kLeftInset, kBottomInset, kRightInset);
H A Dcookie_info_view.cc186 layout->SetInsets(
191 layout->SetInsets(kCookieInfoViewInsetSize,
H A Dnetwork_profile_bubble_view.cc76 layout->SetInsets(0, kInset, kInset, kInset);
H A Dcollected_cookies_views.cc328 layout->SetInsets(gfx::Insets(kTabbedPaneTopPadding, 0, 0, 0));
389 layout->SetInsets(kVPanelPadding, views::kButtonHEdgeMarginNew,
458 layout->SetInsets(kVPanelPadding, views::kButtonHEdgeMarginNew,
/external/chromium/chrome/browser/chromeos/login/
H A Ddefault_images_view.cc170 layout->SetInsets(gfx::Insets(kVerticalMargin,
H A Dtake_photo_view.cc189 layout->SetInsets(GetInsets());
/external/chromium_org/ui/app_list/views/
H A Dapp_list_menu_views.cc35 layout->SetInsets(0, 0, 0, item_right_padding);
H A Dsignin_view.cc48 layout->SetInsets(kTopPadding, kLeftPadding, kBottomPadding - text_descender,
/external/chromium_org/ui/views/controls/button/
H A Dtext_button.cc84 void TextButtonBorder::SetInsets(const gfx::Insets& insets) { function in class:views::TextButtonBorder
106 SetInsets(gfx::Insets(vertical_padding_, kPreferredPaddingHorizontal,
158 SetInsets(gfx::Insets(kPreferredNativeThemePaddingVertical,

Completed in 2059 milliseconds

123