/external/chromium_org/ash/display/ |
display_info.cc | 127 display_info.SetOverscanInsets(gfx::Insets(height, width, height, width)); 190 // Don't copy insets as it may be given by preference. |rotation_| 210 gfx::Insets insets_in_pixel = 225 void DisplayInfo::SetOverscanInsets(const gfx::Insets& insets_in_dip) { 229 gfx::Insets DisplayInfo::GetOverscanInsetsInPixel() const {
|
/external/chromium_org/ash/system/tray/ |
fixed_sized_scroll_view.cc | 32 gfx::Insets insets = GetInsets(); local 33 size.Enlarge(insets.width(), insets.height());
|
tray_popup_header_button.cc | 44 gfx::Insets(1, 2, 2, 3)));
|
tray_details_view.cc | 54 virtual gfx::Insets GetInsets() const OVERRIDE { 55 return gfx::Insets(0, 0, 1, 0);
|
tray_popup_label_button_border.cc | 58 set_insets(gfx::Insets(kTrayPopupLabelButtonPaddingVertical,
|
/external/chromium_org/ash/wm/caption_buttons/ |
frame_caption_button_container_view.h | 115 const gfx::Insets& pressed_hittest_outer_insets) const OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_prompt_view.cc | 42 set_anchor_view_insets(gfx::Insets(5, 0, 5, 0));
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_desktop_root_window_host_win.h | 44 virtual bool GetClientAreaInsets(gfx::Insets* insets) const OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/views/message_center/ |
message_center_frame_view.cc | 65 gfx::Insets MessageCenterFrameView::GetInsets() const {
|
message_center_widget_delegate.h | 95 // Insets of the message center border (set in MessageCenterFrameView). 96 gfx::Insets border_insets_;
|
/external/chromium_org/ui/gfx/ |
display_unittest.cc | 8 #include "ui/gfx/insets.h" 28 display.UpdateWorkAreaFromInsets(gfx::Insets(3, 4, 5, 6));
|
rect.cc | 17 #include "ui/gfx/insets.h" 22 template class RectBase<Rect, Point, Size, Insets, Vector2d, int>; 24 typedef class RectBase<Rect, Point, Size, Insets, Vector2d, int> RectBaseT;
|
/external/chromium_org/ui/views/controls/ |
focusable_border.cc | 8 #include "ui/gfx/insets.h" 14 // Define the size of the insets 58 gfx::Insets FocusableBorder::GetInsets() const {
|
styled_label.h | 84 virtual gfx::Insets GetInsets() const OVERRIDE;
|
/external/chromium_org/ui/views/ |
mouse_watcher_view_host.cc | 14 const gfx::Insets& hot_zone_insets)
|
/external/chromium_org/ui/views/window/ |
dialog_client_view.h | 101 // Returns the insets for the buttons and extra view. 102 gfx::Insets GetButtonRowInsets() const;
|
/external/chromium_org/ui/views/bubble/ |
bubble_border.cc | 246 gfx::Insets BubbleBorder::GetInsets() const { 247 // The insets contain the stroke and shadow pixels outside the bubble fill. 250 return gfx::Insets(inset, inset, inset, inset); 258 gfx::Insets(first_inset, inset, second_inset, inset) : 259 gfx::Insets(inset, first_inset, inset, second_inset); 270 const gfx::Insets insets = GetInsets(); 271 size.Enlarge(insets.width(), insets.height()); 307 const gfx::Insets insets = GetInsets() [all...] |
/external/chromium/chrome/browser/ui/views/frame/ |
browser_frame_win.cc | 85 gfx::Insets BrowserFrameWin::GetClientAreaInsets() const { 86 // Use the default client insets for an opaque frame or a glass popup/app 100 return gfx::Insets(0, border_thickness, border_thickness, border_thickness);
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
display_overscan_handler.cc | 154 gfx::Insets insets = overscan_calibrator_->insets(); 156 insets.Set(insets.top(), insets.left() + length, 157 insets.bottom(), insets.right() - length); 159 insets.Set(insets.top() + length, insets.left() [all...] |
/external/chromium_org/ui/views/controls/button/ |
checkbox.cc | 26 button_border->set_insets(gfx::Insets(0, 0, 0, 2)); 87 gfx::Insets(rect.y(), rect.x(),
|
text_button.cc | 79 gfx::Insets TextButtonBorder::GetInsets() const { 87 void TextButtonBorder::SetInsets(const gfx::Insets& insets) { 88 insets_ = insets; 106 SetInsets(gfx::Insets(vertical_padding_, kPreferredPaddingHorizontal, 161 SetInsets(gfx::Insets(kPreferredNativeThemePaddingVertical, 310 gfx::Insets insets = GetInsets(); local 316 text_size_.width()) + insets.width(), 318 text_size_.height()) + insets.height()) 436 gfx::Insets insets = GetInsets(); local 686 gfx::Insets insets = GetInsets(); local [all...] |
/external/chromium_org/ui/views/controls/textfield/ |
textfield.h | 282 // Returns the insets to the rectangle where text is actually painted. 283 gfx::Insets GetTextInsets() const; 325 gfx::Insets margins_;
|
/external/chromium_org/ui/views/layout/ |
grid_layout.h | 12 #include "ui/gfx/insets.h" 105 // Creates a GridLayout with kPanel*Margin insets. 108 // Sets the insets. All views are placed relative to these offsets. 110 void SetInsets(const gfx::Insets& insets); 240 // Insets. 241 gfx::Insets insets_; 341 // NOTE: this doesn't include the insets.
|
/external/chromium_org/ui/views/touchui/ |
touch_editing_menu.cc | 12 #include "ui/gfx/insets.h" 48 set_margins(gfx::Insets(kMenuMargin, kMenuMargin, kMenuMargin, kMenuMargin)); 140 gfx::Insets(v_border, h_border, v_border, h_border));
|
/external/chromium_org/chrome/browser/chromeos/display/ |
display_preferences.cc | 26 #include "ui/gfx/insets.h" 40 // doesn't support classes like gfx::Insets for now. 42 bool ValueToInsets(const base::DictionaryValue& value, gfx::Insets* insets) { 43 DCHECK(insets); 52 insets->Set(top, left, bottom, right); 58 void InsetsToValue(const gfx::Insets& insets, base::DictionaryValue* value) { 60 value->SetInteger(kInsetsTopKey, insets.top()); 61 value->SetInteger(kInsetsLeftKey, insets.left()) 140 gfx::Insets insets; local [all...] |