/external/chromium_org/ash/shelf/ |
alternate_app_list_button.cc | 46 kFocusBorderColor, gfx::Insets(1, 1, 1, 1)));
|
app_list_button.cc | 49 kFocusBorderColor, gfx::Insets(1, 1, 1, 1)));
|
/external/chromium_org/ash/wm/caption_buttons/ |
alternate_frame_size_button.cc | 155 gfx::Insets pressed_button_hittest_insets(-kPressedHitBoundsExpandY,
|
/external/chromium_org/chrome/browser/chromeos/ui/ |
echo_dialog_view.cc | 165 gfx::Insets insets = GetInsets(); local 166 size.Enlarge(insets.width(), insets.height());
|
/external/chromium_org/chrome/browser/extensions/ |
extension_icon_manager.cc | 31 const gfx::Insets& padding) {
|
/external/chromium_org/chrome/browser/ui/cocoa/apps/ |
native_app_window_cocoa.h | 128 virtual gfx::Insets GetFrameInsets() const OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/gtk/apps/ |
native_app_window_gtk.cc | 666 gfx::Insets NativeAppWindowGtk::GetFrameInsets() const { 668 return gfx::Insets(); 671 return gfx::Insets(); 685 return gfx::Insets(
|
native_app_window_gtk.h | 82 virtual gfx::Insets GetFrameInsets() const OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/views/ |
network_profile_bubble_view.cc | 65 gfx::Insets(kAnchorVerticalInset, 0, kAnchorVerticalInset, 0));
|
new_avatar_button.cc | 31 border->SetInsets(gfx::Insets(kInset, kInset, kInset, kInset));
|
/external/chromium_org/ui/app_list/views/ |
folder_header_view.cc | 44 gfx::Insets(0, 0, 1, 1)));
|
app_list_view.cc | 25 #include "ui/gfx/insets.h" 282 set_margins(gfx::Insets()); 287 set_anchor_view_insets(gfx::Insets(kArrowOffset + anchor_offset.y(),
|
/external/chromium_org/ui/message_center/views/ |
notifier_settings_view.cc | 130 gfx::Insets(1, 2, 3, 2)); 590 gfx::Insets painter_insets(kButtonPainterInsets, kButtonPainterInsets, 598 selector_border->SetInsets(gfx::Insets( 715 gfx::Insets(0, kMenuWhitespaceOffset, 0, kMenuWhitespaceOffset));
|
/external/chromium_org/ui/views/bubble/ |
bubble_border.h | 165 virtual gfx::Insets GetInsets() const OVERRIDE;
|
/external/chromium_org/ui/views/controls/ |
label.h | 166 virtual gfx::Insets GetInsets() const OVERRIDE;
|
slider.cc | 113 gfx::Insets inset = GetInsets(); 138 gfx::Insets inset = GetInsets();
|
/external/chromium_org/ui/views/layout/ |
box_layout.cc | 151 gfx::Insets insets(host->GetInsets()); 152 return gfx::Size(insets.width() + inside_border_insets_.width(), 153 insets.height() + inside_border_insets_.height());
|
/external/chromium_org/ui/views/ |
view.h | 29 #include "ui/gfx/insets.h" 43 class Insets; 242 // Returns the insets of the current border. If there is no border an empty 243 // insets is returned. 244 virtual gfx::Insets GetInsets() const; 313 void set_clip_insets(gfx::Insets clip_insets) { clip_insets_ = clip_insets; } [all...] |
/external/chromium_org/ui/views/window/ |
dialog_delegate.cc | 164 BubbleFrameView* frame = new BubbleFrameView(gfx::Insets());
|
/external/proguard/src/proguard/gui/ |
ClassSpecificationDialog.java | 88 constraints.insets = new Insets(1, 2, 1, 2); 94 constraintsStretch.insets = constraints.insets; 99 constraintsLast.insets = constraints.insets; 106 constraintsLastStretch.insets = constraints.insets; 114 panelConstraints.insets = constraints.insets; [all...] |
/external/chromium_org/ash/display/ |
display_manager_unittest.cc | 261 display_info2.id(), gfx::Insets(13, 12, 11, 10)); 279 display_manager()->SetOverscanInsets(display_info1.id(), gfx::Insets()); 281 display_info2.id(), gfx::Insets(13, 12, 11, 10)); 293 display_info2.id(), gfx::Insets(10, 11, 12, 13)); 325 // HiDPI but overscan display. The specified insets size should be doubled. 328 display_manager()->GetDisplayAt(1).id(), gfx::Insets(4, 5, 6, 7)); 366 display_manager()->SetOverscanInsets(display2_id, gfx::Insets(0, 0, 0, 0)); 370 display_manager()->SetOverscanInsets(display2_id, gfx::Insets(1, 0, 0, 0)); 375 display_manager()->SetOverscanInsets(display2_id, gfx::Insets(0, 0, 0, 0)); [all...] |
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_bubble_view.cc | 275 set_margins(gfx::Insets(views::kPanelVertMargin, 0, 0, 0)); 277 set_anchor_view_insets(gfx::Insets(2, 0, 2, 0));
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab_unittest.cc | 168 // Note: The media indicator can overlap the left-insets of the close box, 175 // Note: The title bounds can overlap the left-insets of the close box, 280 // shouldn't change the insets of the close button. 286 gfx::Insets close_button_insets = tab.close_button_->GetInsets(); 288 gfx::Insets close_button_insets_2 = tab.close_button_->GetInsets();
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
candidate_window_view.cc | 56 views::View* WrapWithPadding(views::View* view, const gfx::Insets& insets) { 58 // Use GridLayout to give some insets inside. 61 layout->SetInsets(insets); 120 const gfx::Insets kVerticalShortcutLabelInsets(1, 6, 1, 6); 121 const gfx::Insets kHorizontalShortcutLabelInsets(1, 3, 1, 0); 122 const gfx::Insets insets = local 127 WrapWithPadding(shortcut_label, insets); 304 const gfx::Insets kInsets(2, 2, 2, 4) [all...] |
/external/chromium/chrome/browser/ui/views/autocomplete/ |
autocomplete_popup_contents_view.cc | 25 #include "ui/gfx/insets.h" 95 virtual void GetInsets(gfx::Insets* insets) const { 96 insets->Set(3, 8, 3, 8); 110 gfx::Insets insets(h, w, h, w); 111 return views::Painter::CreateImagePainter(*image, insets, true); 656 gfx::Insets insets; local 657 border->GetInsets(&insets); [all...] |