HomeSort by relevance Sort by last modified time
    Searched full:background (Results 101 - 125 of 3924) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/views/infobars/
translate_infobar_base.h 47 // Returns the background that should be displayed when not animating.
48 const views::Background& GetBackground();
50 // Paints |background| to |canvas| with the opacity level based on
54 const views::Background& background);
infobar_background.h 10 #include "views/background.h"
12 class InfoBarBackground : public views::Background {
22 // views::Background:
  /external/webkit/Source/WebCore/inspector/front-end/
goToLineDialog.css 7 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E9E9E9), to(#CFCFCF));
27 background-color: rgb(237, 237, 237);
28 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), to(rgb(223, 223, 223)));
37 background-color: rgb(215, 215, 215);
38 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(194, 194, 194)), to(rgb(239, 239, 239)));
  /external/webkit/Source/WebCore/manual-tests/
drag-out-of-background-window.html 7 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=15077">Bugzilla bug 15077</a> REGRESSION: Cannot drag selected text out of a background window</p>
9 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b> <br>
12 3. With this window in the background, click and hold inside the selected text,
16 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b>
21 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
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 spo (…)
    [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 spo (…)
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
most_visited.css 43 background-size: 212px 132px;
44 background: no-repeat 4px 4px;
45 background-color: white;
47 -webkit-transition: background-size .15s;
68 background-color: hsl(213, 60%, 92%);
81 background: hsl(213, 54%, 95%);
87 -webkit-transition: margin .15s, background .15s;
101 /* We need background-color as well to get the fade out animation correct */
102 background-color: hsl(213, 66%, 57%);
103 background-image: -webkit-linear-gradient(hsl(213, 87%, 67%)
    [all...]
  /frameworks/base/tests/BiDiTests/res/layout/
view_padding_mixed.xml 24 android:background="#FFFFFFFF">
30 android:background="#FF888888"
42 android:background="#FF0000FF">
49 android:background="#FF00FF00">
57 android:background="#FF888888"
69 android:background="#FF0000FF">
76 android:background="#FF00FF00">
84 android:background="@*android:drawable/dialog_full_holo_dark"
91 android:background="#FF0000FF">
98 android:background="#FFFFFFFF"
    [all...]
  /dalvik/docs/
java-bytecode.css 25 background: #f8f8f8;
40 background: #f8f8f8;
47 background: #dddddd;
  /development/samples/ApiDemos/res/layout-h974dp/
resources_height.xml 24 android:background="#8000ff00">
29 android:background="#80ff0000">
34 android:background="#8000ff00">
39 android:background="#80ff0000">
44 android:background="#8000ff00">
49 android:background="#80ff0000">
54 android:background="#8000ff00">
59 android:background="#80ff0000">
64 android:background="#8000ff00">
69 android:background="#80ff0000"
    [all...]
  /external/chromium/chrome/browser/resources/chromeos/
choose_mobile_network.css 10 background-position: 50% 50%;
11 background-repeat: no-repeat;
13 background-image: -webkit-canvas(spinner-circle);
  /external/chromium/chrome/common/extensions/docs/examples/apps/background-simple/
README 1 This example demonstrates background window functionality in a hosted app.
4 1. Put index.html and background.html in a directory where the HTTP server
9 index.html and background.html live.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
background.html 4 <title>Proxy Configuration Extension Background Page</title>
11 background page initializes. This is essential, as incognito settings
20 // once as the background page initializes. This is essential, as
  /external/webkit/Source/WebCore/manual-tests/resources/
named-window-blank-target-step2.html 7 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=7747">Bugzilla bug 7747</a> REGRESSION: Background tab/window auto-refresh in GMail will take focus.</p>
9 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST (continued):</b> <br>
13 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
  /external/chromium/chrome/browser/resources/shared/css/
list.css 14 background-color: rgba(255,255,255,0);
55 background-color: hsl(214, 91%, 97%);
61 background-color: hsl(0,0%,90%);
63 background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.8),
69 background-color: hsl(214,91%,89%);
77 background-color: hsl(214, 91%, 87%);
tabs.css 8 background: -webkit-linear-gradient(white, rgb(243, 243, 243));
15 -webkit-transition: border-color .15s, background-color .15s;
16 background: rgba(160, 160, 160, .3);
29 background: rgba(200, 200, 200, .3);
34 background: white;
52 background: white;
  /external/chromium/chrome/browser/ui/views/
theme_background.cc 23 SkBitmap* background; local
29 background = rb.GetBitmapNamed(IDR_FRAME);
31 background = rb.GetBitmapNamed(IDR_THEME_FRAME_INACTIVE);
37 background = theme->GetBitmapNamed(
41 background = theme->GetBitmapNamed(
59 canvas->TileImageInt(*background,
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-properties/
dillo 0 background
2 background-attachment
3 background-color
4 background-image
5 background-position
6 background-repeat
  /frameworks/base/core/tests/coretests/res/layout/
table_layout_fixed_width.xml 28 android:background="#FF909090" />
32 android:background="#FFFF0000"
36 android:background="#FF00FFFF"
44 android:background="#FF909090" />
47 android:background="#FFFF0000"
51 android:background="#FF00FFFF"
  /development/samples/ApiDemos/res/layout/
table_layout_11.xml 37 android:background="#FF00FF00"
50 android:background="#FFFF0000"
55 android:background="#FFFF00FF"
62 android:background="#FF909090" />
76 android:background="#FF909090" />
80 android:background="#FFFF0000"
85 android:background="#FF00FFFF"
92 android:background="#FF909090" />
  /development/samples/ApiDemos/res/layout-h670dp/
resources_height.xml 24 android:background="#8000ff00">
29 android:background="#80ff0000">
34 android:background="#8000ff00">
39 android:background="#80ff0000">
44 android:background="#8000ff00">
49 android:background="#80ff0000">
54 android:background="#8000ff00">
59 android:background="#80ff0000">
  /development/samples/ApiDemos/res/layout-sw720dp/
resources_smallest_width_inner.xml 24 android:background="#8000ff00">
29 android:background="#80ff0000">
34 android:background="#8000ff00">
39 android:background="#80ff0000">
44 android:background="#8000ff00">
49 android:background="#80ff0000">
54 android:background="#8000ff00">
59 android:background="#80ff0000">
  /development/tools/emulator/skins/WSVGA/
layout 3 background {
8 background {
  /development/tools/emulator/skins/WXGA720/
layout 3 background {
8 background {
  /development/tools/emulator/skins/WXGA800/
layout 3 background {
8 background {

Completed in 575 milliseconds

1 2 3 45 6 7 8 91011>>