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

1 2 3 4 5 6 7

  /external/chromium_org/chrome/browser/ui/views/message_center/
message_center_frame_view.cc 33 client_bounds.Inset(GetInsets());
40 window_bounds.Inset(GetInsets());
46 frame_bounds.Inset(GetInsets());
  /external/chromium_org/athena/main/
athena_frame_view.cc 42 client_bounds.Inset(NonClientBorderInsets());
49 window_bounds.Inset(-NonClientBorderInsets());
  /external/chromium_org/cc/base/
simple_enclosed_region_unittest.cc 146 q.Inset(-1, 0, 0, 0);
148 q.Inset(1, -1, 0, 0);
150 q.Inset(0, 1, -1, 0);
152 q.Inset(0, 0, 1, -1);
155 q.Inset(1, 0, 0, 1);
157 q.Inset(-1, 1, 0, 0);
159 q.Inset(0, -1, 1, 0);
161 q.Inset(0, 0, -1, 1);
186 q.Inset(-1, 0, 0, 0);
188 q.Inset(1, -1, 0, 0)
    [all...]
  /external/chromium_org/ui/wm/core/
easy_resize_window_targeter.cc 39 bounds.Inset(touch_extend_);
41 bounds.Inset(mouse_extend_);
  /external/chromium_org/athena/activity/
activity_frame_view.cc 71 client_bounds.Inset(NonClientBorderInsets());
78 window_bounds.Inset(-NonClientBorderInsets());
167 border_bounds.Inset(NonClientBorderInsets());
168 border_bounds.Inset(-1, -1, 0, 0);
  /external/chromium_org/chrome/browser/chromeos/ui/
focus_ring_controller.cc 64 view_bounds.Inset(2, 2, 2, 2);
71 view_bounds.Inset(1, 1, 3, 3);
73 view_bounds.Inset(1, 1, 3, 3);
77 view_bounds.Inset(2, 1, 2, 2);
focus_ring_layer.cc 37 int inset = -(kShadowRadius + 2); local
38 layer_bounds.Inset(inset, inset, inset, inset);
74 outsetRect.Inset(-i, -i, -i, -i);
  /external/chromium_org/chrome/browser/ui/views/toolbar/
back_button.cc 20 rect.Inset(margin_leading_, 0, 0, 0);
  /external/chromium_org/content/renderer/
webscrollbarbehavior_impl_gtkoraura.cc 45 noSnapRect.Inset(
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
ShadowData.h 33 enum ShadowStyle { Normal, Inset };
ShadowList.cpp 45 if (shadow.style() == Inset)
85 DEFINE_STATIC_LOCAL(ShadowData, defaultInsetShadowData, (FloatPoint(), 0, 0, Inset, Color::transparent));
92 fromShadow = toShadow->style() == Inset ? &defaultInsetShadowData : &defaultShadowData;
94 toShadow = fromShadow->style() == Inset ? &defaultInsetShadowData : &defaultShadowData;
  /external/chromium_org/ui/gfx/geometry/
rect_base.h 61 void Inset(Type horizontal, Type vertical) {
62 Inset(horizontal, vertical, horizontal, vertical);
66 void Inset(const InsetsClass& insets);
69 void Inset(Type left, Type top, Type right, Type bottom);
  /external/chromium_org/ui/views/layout/
fill_layout.cc 28 rect.Inset(-host->GetInsets());
  /external/chromium_org/ui/views/
round_rect_painter.cc 32 rect.Inset(0, 0, 1, 1);
shadow_border.cc 41 bounds.Inset(gfx::Insets(blur_ / 2, blur_ / 2, blur_ / 2, blur_ / 2));
  /external/chromium_org/ppapi/cpp/
rect.h 259 /// Inset() shrinks the rectangle by a horizontal and vertical
266 void Inset(int32_t horizontal, int32_t vertical) {
267 Inset(horizontal, vertical, horizontal, vertical);
270 /// Inset() shrinks the rectangle by the specified amount on each
281 void Inset(int32_t left, int32_t top, int32_t right, int32_t bottom);
644 /// Inset() shrinks the rectangle by a horizontal and vertical
651 void Inset(float horizontal, float vertical) {
652 Inset(horizontal, vertical, horizontal, vertical);
655 /// Inset() shrinks the rectangle by the specified amount on each
666 void Inset(float left, float top, float right, float bottom)
    [all...]
  /external/chromium_org/ash/wm/panels/
panel_frame_view.cc 123 client_bounds.Inset(0, NonClientTopBorderHeight(), 0, 0);
130 window_bounds.Inset(0, -NonClientTopBorderHeight(), 0, 0);
  /external/chromium_org/ash/frame/
frame_border_hit_test_controller.cc 41 expanded_bounds.Inset(-outside_bounds, -outside_bounds);
  /external/chromium_org/ash/system/tray/
actionable_view.cc 26 rect.Inset(1, 1, 3, 2);
  /external/chromium_org/ash/system/user/
button_from_view.cc 66 rect.Inset(tab_frame_inset_);
rounded_image_view.cc 57 image_bounds.Inset(GetInsets());
  /external/chromium_org/cc/test/
fake_content_layer_client.cc 47 draw_rect.Inset(draw_rect.width() / 4.0f, draw_rect.height() / 4.0f);
  /external/chromium_org/chrome/browser/ui/views/importer/
import_lock_dialog_view.cc 61 bounds.Inset(views::kButtonHEdgeMargin, views::kPanelVertMargin);
  /external/chromium_org/ash/wm/workspace/
phantom_window_controller.cc 51 adjusted_bounds.Inset(-x_inset, -y_inset);
96 start_bounds_in_screen.Inset(
  /external/chromium_org/ui/views/controls/scrollbar/
overlay_scroll_bar.cc 97 local_bounds.Inset(kThumbInsetFromEdge, kThumbInsetInside,
100 local_bounds.Inset(kThumbInsetInside, kThumbInsetFromEdge,

Completed in 593 milliseconds

1 2 3 4 5 6 7