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

<<11121314151617181920>>

  /external/webkit/Source/WebCore/css/
mediaControlsEfl.css 56 background-color: initial;
66 background-color: initial;
72 -webkit-appearance: media-controls-background;
96 background-color: initial;
108 background-color: initial;
119 background-color: initial;
129 background-color: initial;
139 background-color: initial;
146 background-color: initial;
153 background-color: initial
    [all...]
  /external/webkit/Source/WebCore/manual-tests/
bugzilla-4840.html 9 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b>
13 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b>
17 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
focus-select-when-clicked.html 9 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b> <br>
14 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b>
17 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
mouseevents-on-textnodes.html 21 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b>
25 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b>
29 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
panScroll.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>
16 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
secure-keyboard-enabled-after-submit.html 9 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b> <br>
21 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b>
25 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
transitions.html 5 background-color: yellow;
10 background-color: green;
11 -webkit-transition-property: background-color;
  /frameworks/base/core/res/res/layout/
keyboard_popup_keyboard.xml 25 android:background="@android:drawable/keyboard_popup_panel_background"
30 android:background="@android:color/transparent"
39 android:background="@android:color/transparent"
  /frameworks/base/tests/HwAccelerationTest/res/layout/
widget.xml 23 android:background="@drawable/appwidget_background">
29 android:background="@drawable/widget_title_bg"
43 android:background="@drawable/green_gradient"
  /packages/apps/Calendar/res/layout-sw600dp/
full_month_by_week.xml 25 android:background="@null">
35 android:background="@color/calendar_grid_line_inner_vertical_color"
42 android:background="@color/calendar_grid_line_inner_vertical_color"
  /packages/apps/Camera/res/layout/
bg_replacement_training_message.xml 23 android:background="#77000000">
33 android:background="@drawable/dialog_full_holo_dark">
44 android:background="#aaaaaa" />
  /packages/apps/Contacts/res/layout/
quickcontact_list_item_base.xml 25 android:background="?android:attr/dividerVertical" />
32 android:background="?android:attr/selectableItemBackground"
40 android:background="?android:attr/dividerVertical" />
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/layout/
now_playing_after.xml 8 android:background="@color/background2"
43 android:background="@android:color/white" />
45 android:background="@drawable/btn_now_playing_more"
  /cts/tests/res/values/
ids.xml 17 <item type="id" name="background" />
  /dalvik/dx/tests/110-dex-preserve-this/
info.txt 2 "this" argument is never reused for a temporary. (Background: Popular
  /development/samples/ApiDemos/res/layout/
visibility_1.xml 26 android:background="@drawable/box"
31 android:background="@drawable/red"
37 android:background="@drawable/green"
43 android:background="@drawable/blue"
  /development/samples/ApiDemos/res/layout-sw480dp/
resources_smallest_width_row.xml 25 android:background="#800000ff" android:text="sw480dp #1">
30 android:background="#800000ff" android:text="sw480dp #2">
35 android:background="#800000ff" android:text="sw480dp #3">
40 android:background="#800000ff" android:text="sw480dp #4">
  /development/samples/Support4Demos/res/layout/
accessibility_delegate.xml 16 android:background="@android:drawable/btn_default"/>
  /external/chromium/chrome/browser/printing/cloud_print/resources/
cloud_print_setup_login.css 2 background: #FFFFFF;
  /external/chromium/chrome/browser/resources/
mediaplayer.html 10 background: black;
28 background: -webkit-linear-gradient(transparent, white);
43 background: transparent;
68 background: -webkit-linear-gradient(#323232, #070707);
78 background: -webkit-linear-gradient(#ced9fa, #e8ecf9);
90 background: -webkit-linear-gradient(#4a5d84, #232c3d);
100 background: #6a799a;
112 background: -webkit-linear-gradient(#323232, #070707);
124 background: url('shared/images/mediaplayer_vol_high.png');
128 background: url('shared/images/mediaplayer_vol_mute.png')
    [all...]
  /external/chromium/chrome/browser/resources/picasaweb_uploader/
manifest.json 9 "background_page": "background.html",
  /external/chromium/chrome/browser/resources/shared/css/
table.css 11 background-color: hsl(214,91%,89%);
17 background-color: hsl(214, 91%, 87%);
57 background-color: rgb(220, 220, 220);
108 background-color: black;
  /external/chromium/chrome/browser/ui/cocoa/
background_tile_view.h 11 // A custom view that draws a image tiled as the background. This isn't meant
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_view_mac.h 42 // Sets the extensions's background image.
43 void SetBackground(const SkBitmap& background);
81 // The background the view should have once it is initialized. This is set
82 // when the view has a custom background, but hasn't been initialized yet.
  /external/chromium/chrome/browser/ui/cocoa/wrench_menu/
wrench_menu_button_cell.h 10 // The WrenchMenuButtonCell overrides drawing the background gradient to use

Completed in 800 milliseconds

<<11121314151617181920>>