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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/res/layout/
table_layout_vertical_gravity.xml 28 android:background="#FF909090" />
30 android:background="#FF0000FF"
34 android:background="#FF00FF00"
43 android:background="#FF909090" />
45 android:background="#FF0000FF"
49 android:background="#FF00FF00"
58 android:background="#FF909090" />
60 android:background="#FF0000FF"
64 android:background="#FF00FF00"
  /external/chromium/chrome/browser/
background_mode_manager.h 27 // "background mode" and for providing UI for the user to exit Chrome when there
30 // Chrome enters background mode whenever there is an application with the
31 // "background" permission installed. This class monitors the set of
32 // installed/loaded extensions to ensure that Chrome enters/exits background
35 // When Chrome is in background mode, it will continue running even after the
37 // Additionally, when in background mode, Chrome will launch on OS login with
38 // no open windows to allow apps with the "background" permission to run in the
39 // background.
85 // Called when an extension is loaded to manage count of background apps.
88 // Called when an extension is unloaded to manage count of background apps
    [all...]
  /external/chromium/chrome/browser/resources/
crashes.css 8 background-image: url('../../app/theme/sadtab.png');
9 background-position: left;
10 background-repeat: no-repeat;
19 background-position: right;
23 background-color: #ebeffa;
network_menu.css 2 background-color: #ff6666;
6 background-position: 4px top !important;
27 background-position: 50% 50%;
28 background-repeat: no-repeat;
36 background-image: -webkit-canvas(spinner-circle);
  /external/chromium/chrome/browser/resources/net_internals/
tabswitcherview.css 18 background: #aaa;
39 background-clip: border-box;
40 background: #ccc;
44 background: #eee;
54 background: white;
  /external/chromium/chrome/browser/resources/ntp4/
recently_closed.css 7 background: none;
27 background: no-repeat 0% 50%;
28 background-color: transparent !important;
29 background-size: 16px 16px;
43 background-image: url('../ntp/closed_window.png');
  /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...]
  /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...]
  /external/chromium-trace/src/shared/css/
tree.css 13 background-color: rgba(255, 255, 255, 0);
27 background-image: -webkit-canvas(tree-triangle);
28 background-position: 50% 50%;
29 background-repeat: no-repeat;
45 background-image: -webkit-canvas(tree-triangle);
62 background-color: hsl(214, 91%, 97%);
75 background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.8),
80 background-color: hsl(0, 0%, 90%);
87 background-color: hsl(214, 91%, 89%);
106 background-position: 0 50%
    [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...]
  /cts/tests/tests/webkitsecurity/assets/
crash-on-remove.html 8 <div id="target" style="width: 100px; height: 100px; background-color: green; background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(transparent))">
15 document.getElementById("target").style.removeProperty("background-image");
overflow-custom-scrollbar-crash.html 18 background-image: url(resources/horizontal-button-background.png);
19 background-repeat: repeat-x;
49 background-image: url(resources/horizontal-decrement-arrow.png), url(resources/horizontal-button-background.png);
50 background-repeat: no-repeat, repeat-x;
51 background-position: 2px 3px, 0 0;
55 background-image: url(resources/horizontal-increment-arrow.png), url(resources/horizontal-button-background.png);
56 background-repeat: no-repeat, repeat-x
    [all...]
value-list-out-of-bounds-crash.html 6 background-image:url(resources/bikes.bmp);
7 -webkit-background-size: 50% 100%;
20 var valueList = style.getPropertyCSSValue('-webkit-background-size');
  /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/webkit/Source/WebCore/platform/graphics/android/rendering/
RasterRenderer.cpp 75 Color* background = renderInfo.tilePainter->background(); local
76 if (!background) {
77 ALOGV("No background color for base layer!");
78 background = &defaultBackground;
80 ALOGV("setupCanvas use background on Base Layer %x", background->rgb());
81 g_bitmap->setIsOpaque(!background->hasAlpha());
82 g_bitmap->eraseARGB(background->alpha(), background->red()
    [all...]
  /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%);

Completed in 1425 milliseconds

1 2 3 45 6 7 8 91011>>