HomeSort by relevance Sort by last modified time
    Searched refs:margin (Results 276 - 300 of 749) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ui/file_manager/video_player/css/
cast_menu.css 18 -webkit-margin-start: 10px;
24 margin-bottom: 5px;
63 /* A checkmark has corresponding width and margin. */
73 margin: 0 10px;
  /external/chromium_org/ui/webui/resources/css/
chrome_shared.css 29 margin: 0;
51 margin-bottom: 0.4em;
57 margin-bottom: 0.8em;
  /external/harfbuzz_ng/util/
view-cairo.cc 50 *w += view_options.margin.l + view_options.margin.r;
51 *h += view_options.margin.t + view_options.margin.b;
79 cairo_translate (cr, view_options.margin.l, view_options.margin.t);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ResizeHandler.java 110 int margin = mSnap ? 0 : abs(newBounds.x - x); local
111 if (margin > maxDistance) {
112 mLeftMargin = margin;
118 int margin = mSnap ? 0 : abs(newBounds.x - (x - newBounds.w)); local
119 if (margin > maxDistance) {
120 mRightMargin = margin;
133 int margin = mSnap ? 0 : abs(newBounds.y - y); local
134 if (margin > maxDistance) {
135 mTopMargin = margin;
141 int margin = mSnap ? 0 : abs(newBounds.y - (y - newBounds.h)) local
    [all...]
MoveHandler.java 117 int margin = !mSnap ? 0 : abs(newBounds.x - x); local
118 if (margin > maxDistance) {
119 mLeftMargin = margin;
124 int margin = !mSnap ? 0 : abs(newBounds.x - (x - newBounds.w)); local
125 if (margin > maxDistance) {
126 mRightMargin = margin;
142 int margin = !mSnap ? 0 : abs(newBounds.y - y); local
143 if (margin > maxDistance) {
144 mTopMargin = margin;
149 int margin = !mSnap ? 0 : abs(newBounds.y - (y - newBounds.h)) local
156 int margin = !mSnap ? 0 : abs(newBounds.y - (y - newBounds.h \/ 2)); local
    [all...]
  /external/chromium-trace/trace-viewer/src/tcmalloc/
tcmalloc_snapshot_view.css 17 margin: 0;
26 margin: 0;
  /external/chromium_org/chrome/browser/resources/extensions/
extension_info.css 7 margin: 8px;
37 margin: 5px 0;
  /external/chromium_org/chrome/browser/resources/help/
channel_change_page.css 12 margin-left: 10px;
17 margin: 0 25px;
  /external/chromium_org/chrome/browser/resources/net_internals/
logs_view.css 29 margin: 5px;
30 margin-top: 0;
  /external/chromium_org/chrome/browser/resources/options/
font_settings.css 37 -webkit-margin-end: 3em;
42 margin-bottom: 10px;
  /external/chromium_org/chrome/browser/ui/views/frame/
contents_layout_manager.h 19 // Sets the active top margin; both devtools_view and contents_view will be
20 // pushed down vertically by |margin|.
21 void SetActiveTopMargin(int margin);
  /external/chromium_org/chrome/common/extensions/docs/static/css/
prettify.css 37 ol.linenums { margin-top: 0; margin-bottom: 0 } /* IE indents via margin-left */
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
reset.css 17 margin: 0;
28 body { line-height: 1.5; background: #fff; margin:1.5em 0; }
  /external/chromium_org/third_party/polymer/components/paper-toggle-button/
paper-toggle-button.css 46 margin: -8px -48px -8px 0;
55 margin: -8px 0 -8px -48px;
  /external/chromium_org/third_party/polymer/components-chromium/paper-toggle-button/
paper-toggle-button.css 46 margin: -8px -48px -8px 0;
55 margin: -8px 0 -8px -48px;
  /external/chromium_org/third_party/skia/include/effects/
SkEmbossMaskFilter.h 33 SkIPoint* margin) const SK_OVERRIDE;
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
combobutton.css 23 -webkit-margin-end: -8px;
24 -webkit-margin-start: 8px;
drive_welcome.css 111 margin-bottom: 4px;
112 margin-top: 14px;
119 margin-bottom: 6px;
171 margin-left: 10px;
172 margin-right: 10px;
178 margin-bottom: 30px;
183 margin-bottom: 24px;
187 margin-left: 20px;
  /external/skia/include/effects/
SkEmbossMaskFilter.h 33 SkIPoint* margin) const SK_OVERRIDE;
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_user_image.css 18 -webkit-margin-start: 8px;
22 -webkit-margin-before: 0;
30 margin: 0;
48 margin: 4px;
69 margin: 4px;
167 margin: 8px 4px;
208 margin: 4px 1px;
239 -webkit-margin-after: 30px;
240 -webkit-margin-start: 31px;
247 margin-left: -22px
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.css 19 margin: 0;
70 margin-bottom: -3px;
74 -webkit-margin-start: 8px; /* Matching value in TilePage#repositionTile_. */
109 -webkit-margin-start: 0.5em;
136 margin-left: 8px;
138 margin-right: 13px;
188 margin: 0 9px;
193 margin-top: 4px;
240 margin-left: 13px;
241 margin-right: 13px
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/CSS/resources/
bootstrap.min.css 8 /*! normalize.css v2.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:0 0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{text-shadow:none!important;color:#000!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*,:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#999}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 (…)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
inspectorStyle.css 38 margin: auto 3px;
138 margin: 0;
155 margin: 0 -2px;
228 margin-right: 2px;
241 margin: 0;
285 margin: auto 0;
291 margin: 0;
309 margin-left: 1px;
317 margin: auto 0;
402 margin: auto 0
    [all...]
  /external/chromium-trace/trace-viewer/src/about_tracing/
profiling_view.css 14 margin-left: 64px !important;
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
heading_track.css 10 margin: 0;

Completed in 1125 milliseconds

<<11121314151617181920>>