HomeSort by relevance Sort by last modified time
    Searched full:lightblue (Results 1 - 25 of 50) sorted by null

1 2

  /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/
css3-cursor-fallback-quirks.html 7 <div style="width:100px;height:50px;background-color:lightblue; cursor:url(nonexistent.png), auto;"><span style="cursor:url(nonexistent.png), auto;">some text</span></div>
8 <div style="width:100px;height:50px;background-color:lightblue; cursor:url(nonexistent.png);"></div>
15 <td><div style="width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff), text;"></div></td> <!-- Valid, no fallback needed -->
16 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff);'></div></td> <!-- Invalid, but allowed by WinIE -->
17 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(nonexistent.png), help;'></div></td>
18 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(nonexistent.png), url(custom-cursors.html), url(unknown-scheme:custom-cursors.html), url(resources/helpCursor.tiff), text;'></div></td>
19 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(nonexistent.png), url("resources/helpCursor.tiff"), text;'></div></td>
24 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 1 text;'></div></td> <!-- CSS3 hot spot - invalid, should have comma after hotspot coords -->
29 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1, text;'></div></td> <!-- CSS3 hot spot - ignored in IE -->
30 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 2 3, text;'></div></td> <!-- CSS3 hot spot - ignored in I (…)
    [all...]
css3-cursor-fallback-strict.html 9 <div style="width:100px;height:50px;background-color:lightblue; cursor:url(nonexistent.png), auto;"><span style="cursor:url(nonexistent.png), auto;">some text</span></div>
10 <div style="width:100px;height:50px;background-color:lightblue; cursor:url(nonexistent.png);"></div>
17 <td><div style="width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff), text;"></div></td> <!-- Valid, no fallback needed -->
18 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(nonexistent.png), help;'></div></td>
19 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(nonexistent.png), url(custom-cursors.html), url(unknown-scheme:custom-cursors.html), url(resources/helpCursor.tiff), text;'></div></td>
20 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(nonexistent.png), url("resources/helpCursor.tiff"), text;'></div></td>
21 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 1, text;'></div></td> <!-- CSS3 hot spot - valid, no fallback needed -->
26 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 1 text;'></div></td> <!-- CSS3 hot spot - invalid, should have comma after hotspot coords -->
27 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1, text;'></div></td> <!-- CSS3 hot spot - invalid, should have two hotspot coords -->
28 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 2 3, text;'></div></td> <!-- CSS3 hot spot - invalid, sho (…)
    [all...]
custom-cursors.html 4 <div style="width:100px;height:50px;background-color:lightblue; cursor:url(nonexistent.png), auto;"><span style="cursor:url(nonexistent.png), auto;">some text</span></div>
5 <div style="width:100px;height:50px;background-color:lightblue; cursor:url(nonexistent.png);"></div>
10 <div style="width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff), help;"></div>
cursorfallback.xml 30 <div style='width:100px;height:100px;background-color:lightblue; cursor:url(nonexistent.png), url("resources/helpcursor.tiff"), text;'></div>
stale-scrollbar-client-crash.html 22 <div id="overflow" style="overflow: auto; height: 100px; width: 100px; background-color: lightblue;">
scrollbar-hover-active.html 15 background-color:lightblue;
svg-repaint-foreignObject.svg 66 <circle fill="pink" cx="300" cy="300" stroke="lightblue" stroke-width="40" r="300" />
svg-repaint-group.svg 66 <circle fill="pink" cx="300" cy="300" stroke="lightblue" stroke-width="40" r="300" />
svg-repaint-image.svg 66 <circle fill="pink" cx="300" cy="300" stroke="lightblue" stroke-width="40" r="300" />
svg-repaint-path.svg 66 <circle fill="pink" cx="300" cy="300" stroke="lightblue" stroke-width="40" r="300" />
  /external/webkit/WebCore/css/
SVGCSSValueKeywords.in 82 lightblue
  /external/webkit/WebCore/platform/
ColorData.gperf 70 lightblue, 0xadd8e6
  /external/libvpx/examples/includes/geshi/geshi/
dot.php 85 'lawngreen', 'lemonchiffon', 'lightblue', 'lightcyan', 'lightgoldenrod',
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
LayoutFigure.java 90 graphics.setForegroundColor(ColorConstants.lightBlue);
  /external/bison/src/
vcg.c 234 case lightblue: return "lightblue";
  /external/skia/src/xml/
SkParseColor.cpp 107 { "lightblue", 0xADD8E6 },
296 0xb1274505, 0x32a50000, 0x00add8e6, // lightblue
  /external/webkit/WebCore/inspector/front-end/
Color.js 434 "ADD8E6": [[173, 216, 230], [195, 53, 79], "lightBlue"],
577 "lightblue": "ADD8E6",
  /dalvik/tools/dmtracedump/tests/filters/
testWaitingDisjointCrossThreadDiffFilterSameKeysExpected 18 obj.style.background="lightblue";
testWaitingDisjointCrossThreadSameFilterSameKeysExpected 18 obj.style.background="lightblue";
testWaitingDisjointSingleThreadDiffFilterSameKeysExpected 18 obj.style.background="lightblue";
testWaitingDisjointSingleThreadSameFilterSameKeysExpected 18 obj.style.background="lightblue";
testWaitingNestedOverlapCrossThreadDiffFilterSameKeysExpected 18 obj.style.background="lightblue";
testWaitingNestedOverlapCrossThreadSameFilterSameKeysExpected 18 obj.style.background="lightblue";
testWaitingNestedOverlapSingleThreadDiffFilterSameKeysExpected 18 obj.style.background="lightblue";

Completed in 341 milliseconds

1 2