/external/chromium_org/third_party/qunit/src/ |
qunit.css | 25 margin: 0; 118 margin-top: 0.5em; 132 margin-top: 0.2em; 146 margin: 0;
|
/external/chromium_org/third_party/skia/experimental/webtry/res/css/cm/ |
codemirror.css | 120 /* 30px is the magic margin used to hide the element's real scrollbars */ 122 margin-bottom: -30px; margin-right: -30px; 173 margin-bottom: -32px; 195 margin: 0;
|
/external/chromium_org/ui/webui/resources/css/apps/ |
topbutton_bar.css | 13 -webkit-margin-end: 10px;
|
/external/chromium_org/ui/webui/resources/css/ |
bubble.css | 16 margin: 1px;
|
widgets.css | 26 margin: 0 1px 0 0; 103 margin: 0; 263 margin: 0; 303 -webkit-margin-start: 0.6em;
|
/external/skia/experimental/webtry/res/css/cm/ |
codemirror.css | 120 /* 30px is the magic margin used to hide the element's real scrollbars */ 122 margin-bottom: -30px; margin-right: -30px; 173 margin-bottom: -32px; 195 margin: 0;
|
/sdk/templates/docs/ |
cssreset-min.css | 7 html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
most_visited_page.css | 64 -webkit-margin-start: 5px; 86 margin-bottom: 8px;
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/ |
overlay.css | 103 /* TODO(flackr): Pages like sync-setup and delete user collapse the margin 107 margin: 0; 141 -webkit-margin-start: 10px;
|
/external/chromium_org/chrome/common/extensions/docs/examples/howto/userscript-runat/ |
runat.user.js | 44 'margin: 4px 0 !important;', 75 'margin: 0 0 0 30px !important;',
|
/external/chromium_org/chrome/renderer/searchbox/ |
searchbox.h | 125 void OnMarginChange(int margin);
|
/external/chromium_org/remoting/host/ |
disconnect_window_win.cc | 32 // Margin between dialog controls (in dialog units). 328 // Calculate the margin between controls in pixels. 333 int margin = rect.right; local 343 message_rect.right = message_rect.left + control_width + margin; 362 button_rect.right = button_rect.left + control_width + margin * 2; 375 int width = button_rect.right + margin;
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorOverlay.h | 65 Color margin; member in struct:blink::HighlightConfig
|
/external/chromium_org/third_party/skia/include/core/ |
SkMaskFilter.h | 56 @param margin if not null, return the buffer dx/dy need when calculating the effect. Used when 62 SkIPoint* margin) const;
|
/external/chromium_org/ui/login/ |
bubble.css | 14 margin: 2px; 123 margin-bottom: 10px;
|
/external/skia/include/core/ |
SkMaskFilter.h | 56 @param margin if not null, return the buffer dx/dy need when calculating the effect. Used when 62 SkIPoint* margin) const;
|
/external/chromium_org/third_party/skia/samplecode/ |
SampleHairline.cpp | 64 static bool check_bitmap_margin(const SkBitmap& bm, int margin) { 66 for (int i = 0; i < margin; i++) { 78 int right = bm.width() - margin + i; 89 #define MARGIN 10 99 if (!check_bitmap_margin(bm, MARGIN)) { 228 bm.allocN32Pixels(WIDTH + MARGIN*2, HEIGHT + MARGIN*2); 229 // this will erase our margin, which we want to always stay 0 233 bm.getAddr32(MARGIN, MARGIN), bm.rowBytes()) [all...] |
/external/skia/samplecode/ |
SampleHairline.cpp | 64 static bool check_bitmap_margin(const SkBitmap& bm, int margin) { 66 for (int i = 0; i < margin; i++) { 78 int right = bm.width() - margin + i; 89 #define MARGIN 10 99 if (!check_bitmap_margin(bm, MARGIN)) { 228 bm.allocN32Pixels(WIDTH + MARGIN*2, HEIGHT + MARGIN*2); 229 // this will erase our margin, which we want to always stay 0 233 bm.getAddr32(MARGIN, MARGIN), bm.rowBytes()) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
ConstraintPainter.java | 51 * such as a source node having its top edge constrained to a target node with a given margin. 367 * nodes do not overlap horizontally and the target node has a bottom margin: 423 // If however there is a margin on the target edge, it should be drawn like this: 443 if (sourceY > sharedY + 2) { // Skip when source falls on the margin line 513 // However, if the target node has a vertical margin, we may need to offset 583 int margin = targetMargins.top; local 584 if (margin == 0 || !type.relativeToMargin) { 587 graphics.drawArrow(tx, ty, tx, ty - margin, ARROW_SIZE); 591 int margin = targetMargins.bottom; local 592 if (margin == 0 || !type.relativeToMargin) 736 int margin = targetMargins.left; local 745 int margin = targetMargins.right; local [all...] |
GuidelinePainter.java | 145 int margin, String marginAttribute) { 159 if (margin > 0) { 160 int dp = state.getRulesEngine().pxToDp(margin); 161 description = String.format("%1$s, margin=%2$d dp", description, dp);
|
/external/chromium_org/chrome/browser/ui/views/sync/ |
one_click_signin_bubble_view.cc | 120 int margin = is_sync_dialog_ ? kDialogMargin : views::kButtonVEdgeMarginNew; local 121 set_margins(gfx::Insets(margin, margin, margin, margin));
|
/external/chromium_org/third_party/WebKit/Source/platform/mac/ |
ThemeMac.mm | 219 const int margin = 2; 220 return IntRect(rect.x() - margin, rect.y() - margin, rect.width() + 2 * margin, rect.height() + 2 * margin); 226 // Just put a margin of 16 units around the rect. The UI elements that use this don't appropriately 229 const int margin = 16; 231 result.setX(rect.x() - margin); 232 result.setY(rect.y() - margin); 233 result.setWidth(rect.width() + 2 * margin); [all...] |
/external/chromium_org/third_party/skia/experimental/Intersection/ |
EdgeDemo.cpp | 119 const int margin = 30; local 124 int starW = (int) (width - margin * 2 + (SkScalar) s * (stars - s) / stars); 129 locs[s].fX += margin; 130 int starH = (int) (height - margin * 2 + (SkScalar) s * s / stars); 135 locs[s].fY += margin;
|
/external/skia/experimental/Intersection/ |
EdgeDemo.cpp | 119 const int margin = 30; local 124 int starW = (int) (width - margin * 2 + (SkScalar) s * (stars - s) / stars); 129 locs[s].fX += margin; 130 int starH = (int) (height - margin * 2 + (SkScalar) s * s / stars); 135 locs[s].fY += margin;
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
CropView.java | 335 int margin = (int) mDisplayMatrix.mapRadius(mShadowMargin); local 337 mShadowBounds.set(mShadowBounds.left - margin, mShadowBounds.top - 338 margin, mShadowBounds.right + margin, mShadowBounds.bottom + margin);
|