HomeSort by relevance Sort by last modified time
    Searched full:background (Results 251 - 275 of 4362) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/sync/resources/
gaia_login.css 3 background-color: #fff;
21 background-color: #ddd;
75 background: no-repeat;
76 background-color: #e8eefa;
77 background-position: center;
78 background-size: 200px 70px;
110 background-color: #eeb939;
125 background-color: #fff;
  /external/chromium/chrome/browser/ui/cocoa/
background_gradient_view.h 11 // A custom view that draws a 'standard' background gradient.
21 // Draws the background for this view. Make sure that your patternphase
  /external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.css 42 background-color: rgb(250,250,250);
48 background-color: rgb(230,230,230);
  /external/replicaisland/src/com/replica/replicaisland/
ScrollerComponent.java 92 ScrollableBitmap background; local
96 background = bg;
98 background = drawableFactory.allocateScrollableBitmap();
99 background.setTexture(mTexture);
102 background.setWidth(mWidth);
103 background.setHeight(mHeight);
113 background.setScrollOrigin(originX, originY);
114 mRenderComponent.setDrawable(background);
  /external/webkit/LayoutTests/fast/dom/HTMLLinkElement/
pending-stylesheet-count.html 5 .red { background: red; }
6 .green { background: green; }
  /external/webkit/PerformanceTests/SunSpider/hosted/
sunspider.css 4 background-color: #D9D5A1;
7 h2 { background-color: #4E8AB9;
  /external/webkit/Source/WebCore/css/
fullscreen.css 2 background-color: white;
10 background-color: black !important;
  /external/webkit/Source/WebCore/manual-tests/
drag-image.html 12 i.src ="resources/webkit-background.png";
22 <img src="resources/webkit-background.png">
input-type-file-drag-drop.html 2 <div style="background-color: black;" width="300">
5 <div style="background-color: blue;" width="300">
  /external/webkit/Source/WebCore/manual-tests/resources/
named-window-blank-target-step3.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:</b> <br>
  /external/webkit/Source/WebKit/gtk/resources/
error.html 6 background-color: #fff;
12 background: #fff;
  /sdk/lint/cli/src/com/android/tools/lint/
hololike.css 3 background-color: #000000;
4 background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#272d33));
5 background: -moz-linear-gradient(top, #000000, #272d33);
28 background-color: #282828;
75 background-color: #33b5e5;
80 background-color: #33b5e5;
85 background-color: #39393a;
129 background-color: #353535;
  /cts/tests/res/layout/
framelayout_layout.xml 19 android:background="@drawable/red"
28 android:background="@drawable/yellow"
35 android:background="@drawable/yellow"
39 android:background="@drawable/blue"
  /cts/tests/tests/webkitsecurity/assets/
backcolor-crash.html 3 This is a crash test when executing backColor on a node where all of its ancestors have transparent background color. You should see PASS at the end.
crash-on-tr.html 4 background:-webkit-gradient(linear, left top, left bottom, from(#E7E7E7), to(#CFCFCF));
double-merge-anonymous-block-crash.html 16 background-color: #eeeeee;
touch-stale-node-crash.html 8 <div style="background-color:red;height:100px;width:100px;"></div>
  /development/samples/ApiDemos/res/layout/
linear_layout_1.xml 21 android:background="@drawable/blue"
27 android:background="@drawable/box"
34 android:background="@drawable/box"
41 android:background="@drawable/box"
linear_layout_2.xml 21 android:background="@drawable/blue"
27 android:background="@drawable/box"
34 android:background="@drawable/box"
41 android:background="@drawable/box"
linear_layout_3.xml 25 android:background="@drawable/blue"
31 android:background="@drawable/box"
38 android:background="@drawable/box"
46 android:background="@drawable/box"
linear_layout_7.xml 27 android:background="@drawable/red"
34 android:background="@drawable/green"
41 android:background="@drawable/blue"
48 android:background="@drawable/yellow"
linear_layout_8.xml 28 android:background="@drawable/blue"
34 android:background="@drawable/box"
40 android:background="@drawable/box"
46 android:background="@drawable/box"
  /development/samples/ApiDemos/res/layout-sw480dp/
resources_smallest_width_inner.xml 24 android:background="#8000ff00">
29 android:background="#80ff0000">
34 android:background="#8000ff00">
39 android:background="#80ff0000">
  /development/samples/BrowserPlugin/src/com/android/sampleplugin/
BackgroundSurface.java 14 this.setText("This is a java background plugin");
  /external/chromium/chrome/browser/resources/shared/css/
button.css 7 background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
20 background: #ebebeb -webkit-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9);
29 background: #ebebeb -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc);
40 background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);

Completed in 2400 milliseconds

<<11121314151617181920>>