HomeSort by relevance Sort by last modified time
    Searched refs:SetInsets (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/chromium_org/ash/system/
status_area_widget_delegate.cc 93 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/
infobar_button_border.cc 21 SetInsets(gfx::Insets(browser_defaults::kInfoBarBorderPaddingVertical,
  /external/chromium_org/ui/views/controls/
focusable_border.h 26 void SetInsets(int top, int left, int bottom, int right);
focusable_border.cc 63 void FocusableBorder::SetInsets(int top, int left, int bottom, int right) {
  /external/chromium_org/ui/aura/
root_window_host.h 67 virtual void SetInsets(const gfx::Insets& insets) = 0;
root_window_host_ozone.h 38 virtual void SetInsets(const gfx::Insets& bounds) OVERRIDE;
root_window_host_ozone.cc 69 void RootWindowHostOzone::SetInsets(const gfx::Insets& insets) {
root_window_host_win.h 29 virtual void SetInsets(const gfx::Insets& insets) OVERRIDE;
root_window_host_x11.h 55 virtual void SetInsets(const gfx::Insets& insets) OVERRIDE;
  /external/chromium_org/ui/views/layout/
grid_layout.h 109 void SetInsets(int top, int left, int bottom, int right);
110 void SetInsets(const gfx::Insets& insets);
  /external/chromium/chrome/browser/ui/views/
generic_info_view.cc 68 layout->SetInsets(kInfoViewInsetSize, kInfoViewInsetSize,
database_info_view.cc 104 layout->SetInsets(kDatabaseInfoViewInsetSize,
indexed_db_info_view.cc 94 layout->SetInsets(kIndexedDBInfoViewInsetSize,
local_storage_info_view.cc 95 layout->SetInsets(kLocalStorageInfoViewInsetSize,
local_storage_set_item_info_view.cc 90 layout->SetInsets(kLocalStorageSetItemInfoViewInsetSize,
  /external/chromium_org/chrome/browser/ui/views/
avatar_label.cc 48 SetInsets(gfx::Insets(kVerticalInsetTop + addToTop,
first_run_bubble.cc 59 layout->SetInsets(kTopInset, kLeftInset, kBottomInset, kRightInset);
cookie_info_view.cc 186 layout->SetInsets(
191 layout->SetInsets(kCookieInfoViewInsetSize,
network_profile_bubble_view.cc 76 layout->SetInsets(0, kInset, kInset, kInset);
collected_cookies_views.cc 328 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/
default_images_view.cc 170 layout->SetInsets(gfx::Insets(kVerticalMargin,
take_photo_view.cc 189 layout->SetInsets(GetInsets());
  /external/chromium_org/ui/app_list/views/
app_list_menu_views.cc 35 layout->SetInsets(0, 0, 0, item_right_padding);
signin_view.cc 48 layout->SetInsets(kTopPadding, kLeftPadding, kBottomPadding - text_descender,
  /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,

Completed in 349 milliseconds

1 2 3