/external/chromium/chrome/browser/ |
aeropeek_manager.h | 14 #include "ui/gfx/insets.h" 47 virtual void GetContentInsets(gfx::Insets* insets) = 0; 103 void SetContentInsets(const gfx::Insets& insets); 133 virtual void GetContentInsets(gfx::Insets* insets); 196 gfx::Insets content_insets_;
|
/external/chromium_org/apps/ui/ |
native_app_window.h | 11 #include "ui/gfx/insets.h" 59 virtual gfx::Insets GetFrameInsets() const = 0;
|
/external/chromium_org/ash/wm/ |
frame_border_hit_test_controller.cc | 21 gfx::Insets mouse_outer_insets(-kResizeOutsideBoundsSize, 25 gfx::Insets touch_outer_insets = mouse_outer_insets.Scale( 89 frame_window_->set_hit_test_bounds_override_inner(gfx::Insets()); 92 gfx::Insets(kResizeInsideBoundsSize, kResizeInsideBoundsSize,
|
/external/chromium_org/ui/views/ |
painter.h | 17 class Insets; 64 // are rendered at the size specified in insets (eg. the upper-left corner is 65 // rendered at 0 x 0 with a size of insets.left() x insets.top()). The center 68 const gfx::Insets& insets); 80 const gfx::Insets& insets); 82 const gfx::Insets& insets); [all...] |
shadow_border.h | 26 virtual gfx::Insets GetInsets() const OVERRIDE;
|
shadow_border.cc | 8 #include "ui/gfx/insets.h" 41 bounds.Inset(gfx::Insets(blur_ / 2, blur_ / 2, blur_ / 2, blur_ / 2)); 45 gfx::Insets ShadowBorder::GetInsets() const { 46 return gfx::Insets(blur_ / 2 - vertical_offset_,
|
painter.cc | 15 #include "ui/gfx/insets.h" 28 explicit DashedFocusPainter(const gfx::Insets& insets); 36 const gfx::Insets insets_; 41 DashedFocusPainter::DashedFocusPainter(const gfx::Insets& insets) 42 : insets_(insets) { 62 SolidFocusPainter(SkColor color, const gfx::Insets& insets); 71 const gfx::Insets insets_ [all...] |
/external/chromium_org/ui/aura/ |
window_tree_host.h | 16 class Insets; 63 // Sets/Gets the insets that specifies the effective root window area 65 virtual gfx::Insets GetInsets() const = 0; 66 virtual void SetInsets(const gfx::Insets& insets) = 0;
|
root_window_host_ozone.h | 13 #include "ui/gfx/insets.h" 36 virtual gfx::Insets GetInsets() const OVERRIDE; 37 virtual void SetInsets(const gfx::Insets& bounds) OVERRIDE;
|
window.h | 29 #include "ui/gfx/insets.h" 266 void SetHitTestBoundsOverrideOuter(const gfx::Insets& mouse_insets, 267 const gfx::Insets& touch_insets) { 272 gfx::Insets hit_test_bounds_override_outer_touch() const { 276 gfx::Insets hit_test_bounds_override_outer_mouse() const { 280 // Sets the window to grab hits for an area extending |insets| pixels inside 283 void set_hit_test_bounds_override_inner(const gfx::Insets& insets) { 284 hit_test_bounds_override_inner_ = insets; 286 gfx::Insets hit_test_bounds_override_inner() const [all...] |
root_window_host_ozone.cc | 72 gfx::Insets RootWindowHostOzone::GetInsets() const { return gfx::Insets(); } 74 void RootWindowHostOzone::SetInsets(const gfx::Insets& insets) {
|
root_window_host_x11.h | 22 #include "ui/gfx/insets.h" 55 virtual gfx::Insets GetInsets() const OVERRIDE; 56 virtual void SetInsets(const gfx::Insets& insets) OVERRIDE; 123 // The insets that specifies the effective area within the |window_|. 124 gfx::Insets insets_;
|
/external/chromium_org/ui/views/bubble/ |
bubble_delegate.h | 79 const gfx::Insets& margins() const { return margins_; } 80 void set_margins(const gfx::Insets& margins) { margins_ = margins; } 82 const gfx::Insets& anchor_view_insets() const { return anchor_view_insets_; } 83 void set_anchor_view_insets(const gfx::Insets& i) { anchor_view_insets_ = i; } 201 gfx::Insets margins_; 203 // Insets applied to the |anchor_view_| bounds. 204 gfx::Insets anchor_view_insets_;
|
/external/chromium/chrome/browser/ui/views/infobars/ |
infobar_button_border.h | 29 virtual void GetInsets(gfx::Insets* insets) const;
|
/external/chromium_org/ash/display/ |
display_controller.h | 36 class Insets; 133 // Gets/Sets/Clears the overscan insets for the specified |display_id|. See 135 gfx::Insets GetOverscanInsets(int64 display_id) const; 136 void SetOverscanInsets(int64 display_id, const gfx::Insets& insets_in_dip); 142 // Sets the work area's |insets| to the display assigned to |window|. 144 const gfx::Insets& insets);
|
display_info.h | 13 #include "ui/gfx/insets.h" 44 // - properties can combination of 'o', which adds default overscan insets 101 // different from the |size_in_pixel| when overscan insets are set 110 // The overscan insets for the display in DIP. 111 const gfx::Insets& overscan_insets_in_dip() const { 138 // Sets/Clears the overscan insets. 139 void SetOverscanInsets(const gfx::Insets& insets_in_dip); 140 gfx::Insets GetOverscanInsetsInPixel() const; 176 // of |bounds_in_native_| if the display has overscan insets and/or rotation. 178 gfx::Insets overscan_insets_in_dip_ [all...] |
display_manager.h | 25 class Insets; 148 // Sets the work area's |insets| to the display given by |display_id|. 149 bool UpdateWorkAreaOfDisplay(int64 display_id, const gfx::Insets& insets); 151 // Registers the overscan insets for the display of the specified ID. Note 152 // that the insets size should be specified in DIP size. It also triggers the 154 void SetOverscanInsets(int64 display_id, const gfx::Insets& insets_in_dip); 166 // the display has no custom overscan insets. 170 const gfx::Insets* overscan_insets, 180 // Returns the current overscan insets for the specified |display_id| [all...] |
/external/chromium_org/chrome/browser/ui/views/message_center/ |
message_center_frame_view.h | 36 virtual gfx::Insets GetInsets() const OVERRIDE;
|
/external/chromium_org/ui/message_center/views/ |
padded_button.h | 45 gfx::Insets padding_;
|
proportional_image_view.cc | 20 gfx::Insets insets = GetInsets(); local 22 rect.Inset(-insets); 29 gfx::Insets insets = GetInsets(); local 30 int inset_width = width - insets.width(); 31 return GetImageSizeForWidth(inset_width).height() + insets.height();
|
/external/chromium/chrome/browser/chromeos/frame/ |
bubble_frame_view.h | 14 class Insets; 48 virtual gfx::Insets GetInsets() const OVERRIDE;
|
/external/chromium_org/ui/gfx/ |
display.h | 85 // Returns the work area insets. 86 Insets GetWorkAreaInsets() const; 89 // updates the work are using the same insets between old bounds and 94 // Sets the display's size. This updates the work area using the same insets 100 void UpdateWorkAreaFromInsets(const gfx::Insets& work_area_insets);
|
shadow_value.cc | 10 #include "ui/gfx/insets.h" 49 Insets ShadowValue::GetMargin(const ShadowValues& shadows) { 67 return Insets(-top, -left, -bottom, -right);
|
/external/chromium_org/ui/views/controls/textfield/ |
native_textfield_wrapper.h | 17 class Insets; 87 // Returns the insets for the text field. 88 virtual gfx::Insets CalculateInsets() = 0; 165 // any insets.
|
/external/chromium/chrome/browser/ui/views/bubble/ |
border_contents.cc | 69 gfx::Insets insets; local 70 bubble_border_->GetInsets(&insets); 71 contents_bounds->Inset(insets.left() + kLeftMargin, insets.top() + kTopMargin, 72 insets.right() + kRightMargin, insets.bottom() + kBottomMargin); 90 gfx::Insets offscreen_insets; 103 gfx::Insets new_offscreen_insets; 120 gfx::Insets* offscreen_insets) [all...] |