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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/css/
view-source.css 26 margin: 0
33 margin: 0;
133 margin: 6px 25px;
155 margin: 0 4px;
mediaControls.css 85 margin: auto;
112 margin: 0 6px 0 0;
131 margin-left: 9px;
132 margin-right: 9px;
160 margin: 0 9px 0 0;
183 margin: 0 15px 0 0;
200 margin: 0 15px 0 0;
224 /* The negative right margin causes the track to overflow its container. */
226 margin-right: -14px;
230 margin-left: -7px
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
resourceView.css 77 margin-top: -2px;
78 margin-right: 3px;
88 margin: 0;
104 margin: 0;
  /external/chromium_org/ui/keyboard/resources/
main.css 12 margin: 0;
37 margin-left: 7px;
47 margin: auto;
83 margin: auto;
  /external/chromium_org/ui/webui/resources/css/
expandable_bubble.css 31 margin-left: 1px;
32 margin-top : -3px;
52 margin-bottom: 3px;
53 margin-left: 0;
tabs.css 15 margin: 0;
32 -webkit-margin-start: 5px;
47 -webkit-margin-start: 0;
79 margin-bottom: -1px;
  /external/clang/www/
menu.css 11 margin-left:29ex;
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/
SmoothFilter.java 56 public int getMargin(int size, int margin) {
57 return super.getMargin(size, margin) + this.radius;
  /external/webrtc/src/modules/audio_processing/utility/
ring_buffer.c 49 const size_t margin = buf->element_count - buf->read_pos; local
52 if (read_elements > margin) {
55 *data_ptr_bytes_1 = margin * buf->element_size;
57 *data_ptr_bytes_2 = (read_elements - margin) * buf->element_size;
190 const size_t margin = self->element_count - self->write_pos; local
192 if (write_elements > margin) {
195 data, margin * self->element_size);
197 n -= margin;
  /frameworks/base/test-runner/src/android/test/
ViewAsserts.java 147 * are on the same x location, with respect to the specified margin.
151 * @param margin The margin between the first view and the second view
153 static public void assertRightAligned(View first, View second, int margin) {
161 assertEquals("views are not right aligned", Math.abs(firstRight - secondRight), margin);
184 * are on the same x location, with respect to the specified margin.
188 * @param margin The margin between the first view and the second view
190 static public void assertLeftAligned(View first, View second, int margin) {
198 assertEquals("views are not left aligned", Math.abs(firstLeft - secondLeft), margin);
    [all...]
  /external/chromium_org/ash/system/tray/
hover_highlight_view.cc 67 int margin = kTrayPopupPaddingHorizontal + kPopupDetailLabelExtraLeftMargin; local
71 right_margin = margin;
73 left_margin = margin;
96 int margin = kTrayPopupPaddingHorizontal + kPopupDetailLabelExtraLeftMargin local
100 views::ImageView* image_view = new FixedSizedImageView(margin, 0);
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_popup.cc 74 // Adjust the margin so that contents fit better.
75 const int margin = views::BubbleBorder::GetCornerRadius() / 2; local
76 set_margins(gfx::Insets(margin, margin, margin, margin));
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/css/
chrome_shared.css 22 margin: 0;
39 margin: 0;
68 margin: 0;
103 margin: 0;
130 margin: 5px 0;
152 margin-left: 0;
153 margin-right: 0;
166 margin-top: 1px;
171 margin-top: 2px;
251 margin: 0
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
style.css 4 margin: 0;
57 margin: 1em 3em;
61 margin: 1em 1em;
73 margin: 1em 0 0 3em;
86 margin-top: .5em;
92 margin: 0 .1em;
129 margin-bottom: 1em;
138 margin: .75em;
153 margin: 0;
176 margin: 0
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
network_dropdown.css 29 margin: 0;
78 margin-top: -1px;
83 margin-top: 1px;
131 -webkit-margin-after: 2px;
132 -webkit-margin-before: 2px;
  /external/chromium_org/chrome/browser/resources/ntp4/
apps_page.css 39 margin-left: auto;
40 margin-right: auto;
55 margin-left: auto;
56 margin-right: auto;
113 margin-left: -300px;
tile_page.css 15 margin: 0 4px;
46 .top-margin {
126 .animating-tile-page .top-margin {
127 -webkit-transition: margin-bottom 200ms;
131 -webkit-transition: margin 200ms, opacity 200ms;
  /external/chromium_org/chrome/browser/resources/ntp_android/
mostvisited_tablet.css 26 margin-bottom: 10px;
43 margin-top: 15px;
113 margin-top: 25px;
115 padding-left: 6px; /* match recently closed border & margin */
134 margin: 5px;
164 margin: 2px;
bookmarks.css 76 margin: 0 10px;
81 margin-right: 0;
110 margin: auto; /* horizontally center */
160 margin: auto; /* horizontally center */
161 margin-bottom: 0;
162 margin-top: 0;
211 margin: auto; /* horizontally center */
212 margin-bottom: 4px;
213 margin-top: 3px; /* (64 - 57) / 2 = 3.5 */
  /external/chromium_org/remoting/webapp/
main.css 11 margin: 0;
25 margin: 0;
234 margin-bottom: 60px;
241 margin-__MSG_@@bidi_start_edge__: 10px;
249 margin-bottom: 10px;
269 margin: 30px auto;
294 margin: auto;
301 margin-top: 20px;
305 margin-left: 5px;
329 margin-top: 14px
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
browser_options.css 6 margin-left: 30px;
18 margin-top: 6px;
31 margin: 0 2px 10px 0;
51 margin: 3px 0;
63 -webkit-margin-start: 76px;
64 margin-bottom: 10px;
72 margin-bottom: 10px;
114 margin: 0 1ex;
119 margin-top: 10px;
183 -webkit-margin-end: 8px
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCurves.java 260 float margin = Spline.curveHandleSize() / 2; local
262 if (posX < margin) {
263 posX = margin;
266 if (posY < margin) {
267 posY = margin;
269 if (posX > getWidth() - margin) {
270 posX = getWidth() - margin;
272 if (posY > getHeight() - margin) {
273 posY = getHeight() - margin;
275 posX = (posX - margin) / (getWidth() - 2 * margin)
    [all...]
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 34 SkIPoint* margin) const SK_OVERRIDE;
62 SkIPoint* margin, SkMask::CreateMode createMode) const;
139 SkIPoint* margin) const{
153 blurQuality, margin);
158 SkIPoint* margin, SkMask::CreateMode createMode) const{
169 margin, createMode);
292 SkIPoint margin; local
299 if (!this->filterMask(&dstM, srcM, matrix, &margin)) {
305 // the margin, to account for inner and outer blur.
311 const SkScalar leftUnstretched = SkTMax(UL.fX, LL.fX) + SkIntToScalar(2 * margin.fX)
387 SkIPoint margin; local
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
bootstrap.css 28 margin-top: 8px;
29 margin-bottom: 8px;
106 margin: 0;
169 margin: 0;
185 margin-left: -20px;
198 margin-left: 20px;
242 margin-left: 980px;
245 margin-left: 900px;
248 margin-left: 820px;
251 margin-left: 740px
    [all...]
  /external/qemu/android/
config.c 413 writer_margin( Writer* w, int margin)
416 while (margin >= 10) {
418 margin -= 10;
420 if (margin > 0)
421 writer_write(w,spaces,margin);
437 writer_node(Writer* w, AConfig* node, int margin)
439 writer_margin(w,margin);
455 writer_node(w,child,margin+4);
457 writer_margin(w,margin);

Completed in 684 milliseconds

<<11121314151617181920>>