HomeSort by relevance Sort by last modified time
    Searched full:style (Results 176 - 200 of 5700) sorted by null

1 2 3 4 5 6 78 91011>>

  /development/pdk/docs/community/
community_toc.cs 8 <li><a href="http://groups.google.com/group/android-platform">android-platform</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li>
9 <li><a href="http://groups.google.com/group/android-porting">android-porting</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li>
10 <li><a href="http://groups.google.com/group/android-kernel">android-kernel</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li>
11 <li><a href="http://groups.google.com/group/repo-discuss">repo-discuss</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li>
12 <li><a href="http://groups.google.com/group/android-framework">android-framework</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li>
16 <li><a href="http://developer.android.com/community/index.html">App Developer Groups</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li>
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.R.style.html 2 <HTML style="overflow:auto;">
10 android.R.style
15 <style type="text/css">
22 </style>
24 <style type="text/css">
25 </style>
30 <div id="header" style="margin-bottom:0;padding-bottom:0;">
42 <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
48 <td class="diffspec" style="padding-top:.25em">To Level:</td>
49 <td class="diffvaluenew" style="padding-top:.25em">3</td
    [all...]
android.text.style.DynamicDrawableSpan.html 2 <HTML style="overflow:auto;">
10 android.text.style.DynamicDrawableSpan
15 <style type="text/css">
22 </style>
24 <style type="text/css">
25 </style>
30 <div id="header" style="margin-bottom:0;padding-bottom:0;">
42 <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
48 <td class="diffspec" style="padding-top:.25em">To Level:</td>
49 <td class="diffvaluenew" style="padding-top:.25em">3</td
    [all...]
android.text.style.ImageSpan.html 2 <HTML style="overflow:auto;">
10 android.text.style.ImageSpan
15 <style type="text/css">
22 </style>
24 <style type="text/css">
25 </style>
30 <div id="header" style="margin-bottom:0;padding-bottom:0;">
42 <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
48 <td class="diffspec" style="padding-top:.25em">To Level:</td>
49 <td class="diffvaluenew" style="padding-top:.25em">3</td
    [all...]
  /external/webkit/WebCore/rendering/
RenderSlider.cpp 240 if (style()->width().isFixed() && style()->width().value() > 0)
241 m_minPrefWidth = m_maxPrefWidth = calcContentBoxWidth(style()->width().value());
243 m_maxPrefWidth = defaultTrackLength * style()->effectiveZoom();
245 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) {
246 m_maxPrefWidth = max(m_maxPrefWidth, calcContentBoxWidth(style()->minWidth().value()));
247 m_minPrefWidth = max(m_minPrefWidth, calcContentBoxWidth(style()->minWidth().value()));
248 } else if (style()->width().isPercent() || (style()->width().isAuto() && style()->height().isPercent())
277 RefPtr<RenderStyle> style; local
    [all...]
RenderFlexibleBox.cpp 47 if (box->style()->boxOrient() == HORIZONTAL && box->style()->direction() == RTL)
48 forward = box->style()->boxDirection() != BNORMAL;
50 forward = box->style()->boxDirection() == BNORMAL;
56 if (child->style()->boxOrdinalGroup() > lastOrdinal)
57 lastOrdinal = child->style()->boxOrdinalGroup();
95 if (current && current->style()->boxOrdinalGroup() > lastOrdinal)
96 lastOrdinal = current->style()->boxOrdinalGroup();
97 } while (!current || current->style()->boxOrdinalGroup() != currentOrdinal ||
98 current->style()->visibility() == COLLAPSE)
    [all...]
  /external/webkit/WebCore/platform/gtk/
gtk2drawing.c 55 #define XTHICKNESS(style) (style->xthickness)
56 #define YTHICKNESS(style) (style->ythickness)
152 /* toggle button must be set active to get the right style on hover. */
740 TSOffsetStyleGCs(GtkStyle* style, gint xorigin, gint yorigin)
742 TSOffsetStyleGCArray(style->fg_gc, xorigin, yorigin);
743 TSOffsetStyleGCArray(style->bg_gc, xorigin, yorigin);
744 TSOffsetStyleGCArray(style->light_gc, xorigin, yorigin);
745 TSOffsetStyleGCArray(style->dark_gc, xorigin, yorigin)
761 GtkStyle* style = widget->style; local
943 GtkStyle *style; local
1023 GtkStyle* style; local
1088 GtkStyle* style; local
1178 GtkStyle* style; local
1219 GtkStyle* style; local
1287 GtkStyle* style; local
1309 GtkStyle* style; local
1343 GtkStyle* style; local
1383 GtkStyle* style; local
1420 GtkStyle* style; local
1491 GtkStyle* style; local
1591 GtkStyle *style; local
1653 GtkStyle* style; local
1681 GtkStyle *style; local
1706 GtkStyle *style; local
1731 GtkStyle* style; local
1806 GtkStyle* style; local
1836 GtkStyle* style; local
1883 GtkStyle* style; local
1932 GtkStyle *style; local
1969 GtkStyle* style; local
1998 GtkStyle* style; local
2052 GtkStyle* style; local
2075 GtkStyle* style; local
2097 GtkStyle* style; local
2119 GtkStyle* style; local
2138 GtkStyle* style; local
2173 GtkStyle* style; local
2310 GtkStyle* style; local
2334 GtkStyle* style; local
2360 GtkStyle* style; local
2384 GtkStyle* style; local
2405 GtkStyle* style; local
2456 GtkStyle* style; local
2489 GtkStyle* style; local
2514 GtkStyle* style; local
2564 GtkStyle* style; local
2903 GtkStyle* style; local
    [all...]
  /development/pdk/doxygen_config/
header.html 7 <style type="text/css">
13 </style>
  /external/clearsilver/man/man3/
cgi_redirect.3 28 fmt - printf style format with args
33 the URL. As with all printf style commands, you should
cgi_redirect_uri.3 28 fmt - printf style format with args
34 As with all printf style commands, you should
nerr_raise.3 28 error (from those listed above) and the printf-style
30 reason. THIS IS A PRINTF STYLE FUNCTION, DO NOT PASS
  /external/kernel-headers/original/linux/
irqreturn.h 13 * To mix old-style and new-style irq handler returns.
  /external/proguard/docs/
title.html 5 <meta http-equiv="content-style-type" content="text/css">
6 <link rel="stylesheet" type="text/css" href="style.css">
  /external/webkit/WebCore/manual-tests/
bidi-parens.html 3 <style>
7 </style>
bugzilla-6821.html 5 <style>
13 </style>
18 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b>
23 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b>
28 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
39 c.style.display = 'none';
50 <div style="height: 20px;"></div>
51 <span id="c" onmouseover="hoveredC()">Hover here<br><span style="background: black;">&nbsp;Wait&nbsp;</span></span>
context-click-generated-content.html 0 <style type="text/css">
15 </style>
deleteToEndOfLine.html 4 <style>
10 </style>
first-line-style-crash.html 4 <style type="text/css">
6 </style>
paste-crash.html 11 <iframe style="color: red"></iframe>
24 <iframe style="color: red"></iframe>
scrollIntoView-horizontal.html 9 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b>
12 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b>
15 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
22 <input id="topright" type="button" value="STEP 2: click to scroll STEP 3 to BOTTOM of view" style="position: absolute; left: 1200px;" onclick="document.getElementById('bottomleft').scrollIntoView(false);">
24 <div style="height: 500px; width: 1200px; border: 1px solid;">here is a big empty div</div>
26 <input id="bottomleft" type="button" value="STEP 3: click to scroll STEP 4 to TOP of view" style="position: absolute; top: 1200px;" onclick="document.getElementById('bottomright').scrollIntoView(true);">
28 <input id="bottomright" type="button" value="STEP 4: click to scroll STEP 1 to TOP of view (then you're done)" style="position: absolute; top: 1200px; left: 1200px;" onclick="document.getElementById('topleft').scrollIntoView();">
30 <div style="height: 500px; width: 1200px; border: 1px solid; position: absolute; top: 1300px;">here is a big empty div</div>
user-drag-with-decorations.html 3 <div style="height:100px; width:100px;overflow:scroll;">
4 <div style="-webkit-user-drag:element;position:absolute; background: rgba(0,128,0,0.5); height:100px; width:100px;">
  /external/webkit/WebCore/manual-tests/gtk/
cursor-image.html 2 <div style="width: 100px; height: 100px; background: lightblue; cursor:url(resources/cell.cur), default;">&nbsp;</div>
4 <div style="width: 100px; height: 100px; background: lightblue; cursor:url(resources/long_cell.cur), default;">&nbsp;</div>
  /external/webkit/WebCore/manual-tests/qt/
plugin-iframe.html 3 <style>
13 </style>
qtplugin-scrolling.html 3 <style>
9 </style>
  /external/webkit/WebCore/manual-tests/resources/
hash-ref-test.html 4 <style>
14 </style>

Completed in 42 milliseconds

1 2 3 4 5 6 78 91011>>