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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/manual-tests/
focusringcolor-change-on-theme-change.html 4 <li>Change the system focus ring color.<br>On OS X you can do this by going to System Preferences-&gt;Appearance and selecting another value in the Appearance popup menu.</li>
system-color-change.html 4 On Mac OS X, go into System Preferences and change the Highlight color in the Appearance preference panel.
select-webkit-appearance-off-narrow-select.html 4 <title>Padding on select with webkit-appearance: off</title>
6 #webkit-appearance-none {
7 -webkit-appearance: none;
28 <select id="webkit-appearance-none">
select_webkit_appearance_off_popup_alignment.html 10 LTR: <select size="1" style="-webkit-appearance: none;">
18 RTL: <select size="1" dir="rtl" style="-webkit-appearance: none;">
29 LTR: <select size="1" style="-webkit-appearance: none; padding-right: 20px;">
53 RTL: <select size="1" dir="rtL" style="-webkit-appearance: none; padding-left: 20px;">
  /external/webkit/Source/WebCore/css/
mediaControlsChromium.css 49 -webkit-appearance: media-mute-button;
61 -webkit-appearance: media-play-button;
74 -webkit-appearance: media-timeline-container;
96 -webkit-appearance: media-current-time-display;
129 -webkit-appearance: media-time-remaining-display;
158 -webkit-appearance: media-slider;
181 -webkit-appearance: media-seek-back-button;
186 -webkit-appearance: media-seek-forward-button;
191 -webkit-appearance: media-fullscreen-button;
196 -webkit-appearance: media-volume-slider-container
    [all...]
mediaControlsAndroid.css 52 -webkit-appearance: media-mute-button;
59 -webkit-appearance: media-play-button;
66 -webkit-appearance: media-controls-background;
85 -webkit-appearance: media-slider;
101 -webkit-appearance: media-seek-back-button;
108 -webkit-appearance: media-seek-forward-button;
115 -webkit-appearance: media-fullscreen-button;
130 -webkit-appearance: media-toggle-closed-captions-button;
mediaControls.css 58 -webkit-appearance: media-mute-button;
68 -webkit-appearance: media-play-button;
78 -webkit-appearance: media-controls-background;
97 -webkit-appearance: media-slider;
116 -webkit-appearance: media-seek-back-button;
126 -webkit-appearance: media-seek-forward-button;
136 -webkit-appearance: media-fullscreen-button;
160 -webkit-appearance: media-toggle-closed-captions-button;
170 -webkit-appearance: media-volume-slider-mute-button;
mediaControlsEfl.css 52 -webkit-appearance: media-mute-button;
62 -webkit-appearance: media-play-button;
72 -webkit-appearance: media-controls-background;
91 -webkit-appearance: media-slider;
115 -webkit-appearance: media-seek-back-button;
125 -webkit-appearance: media-seek-forward-button;
135 -webkit-appearance: media-fullscreen-button;
159 -webkit-appearance: media-toggle-closed-captions-button;
169 -webkit-appearance: media-volume-slider-mute-button;
html.css 380 -webkit-appearance: button;
407 -webkit-appearance: textfield;
417 -webkit-appearance: searchfield;
422 -webkit-appearance: searchfield-cancel-button;
427 -webkit-appearance: searchfield-decoration;
432 -webkit-appearance: searchfield-results-decoration;
437 -webkit-appearance: searchfield-results-button;
442 -webkit-appearance: list-button;
447 -webkit-appearance: inner-spin-button;
455 -webkit-appearance: outer-spin-button
    [all...]
wml.css 104 -webkit-appearance: button;
130 -webkit-appearance: textfield;
166 -webkit-appearance: menulist;
181 -webkit-appearance: listbox;
190 -webkit-appearance: menulist;
mediaControlsQtFullscreen.css 55 -webkit-appearance: media-current-time-display;
69 -webkit-appearance: media-volume-slider-container;
74 -webkit-appearance: media-volume-slider;
mediaControlsQt.css 108 -webkit-appearance: media-current-time-display;
126 -webkit-appearance: media-current-time-display;
164 -webkit-appearance: media-volume-slider-container;
171 -webkit-appearance: media-volume-slider-container;
178 -webkit-appearance: media-volume-slider;
189 -webkit-appearance: media-volume-slider;
mediaControlsQuickTime.css 34 -webkit-appearance: media-controls-background;
62 -webkit-appearance: none;
147 -webkit-appearance: media-rewind-button;
158 -webkit-appearance: media-return-to-realtime-button;
189 -webkit-appearance: media-toggle-closed-captions-button;
200 -webkit-appearance: media-volume-slider-container;
211 -webkit-appearance: media-volume-slider;
223 -webkit-appearance: media-volume-slider-mute-button;
  /frameworks/base/core/java/android/text/style/
TextAppearanceSpan.java 41 * text appearance. The <code>appearance</code> should be, for example,
44 public TextAppearanceSpan(Context context, int appearance) {
45 this(context, appearance, -1);
50 * text appearance, and the specified text color resource
51 * to determine the color. The <code>appearance</code> should be,
56 public TextAppearanceSpan(Context context, int appearance, int colorList) {
60 context.obtainStyledAttributes(appearance,
UpdateAppearance.java 21 * appearance when one is added or removed must implement this interface. Note
UpdateLayout.java 23 * since such a change implicitly also impacts the appearance.
  /external/webkit/Source/WebCore/html/shadow/
SliderThumbElement.cpp 55 // FIXME: Find a way to cascade appearance (see the layout method) and get rid of this class.
71 // FIXME: Hard-coding this cascade of appearance is bad, because it's something
74 if (parentStyle->appearance() == SliderVerticalPart)
76 else if (parentStyle->appearance() == SliderHorizontalPart)
78 else if (parentStyle->appearance() == MediaSliderPart)
80 else if (parentStyle->appearance() == MediaVolumeSliderPart)
121 bool isVertical = sliderStyle->appearance() == SliderVerticalPart || sliderStyle->appearance() == MediaVolumeSliderPart;
  /external/webkit/Source/WebCore/platform/android/
RenderThemeAndroid.cpp 197 bool RenderThemeAndroid::supportsFocus(ControlPart appearance)
199 switch (appearance) {
366 if (o->style()->appearance() == MediaSliderThumbPart) {
488 && style->appearance() != TextFieldPart
489 && style->appearance() != SearchFieldPart
490 && style->appearance() != TextAreaPart
491 && style->appearance() != CheckboxPart
492 && style->appearance() != RadioPart
493 && style->appearance() != PushButtonPart
494 && style->appearance() != SquareButtonPar
    [all...]
  /external/webkit/Source/WebCore/platform/haiku/
RenderThemeHaiku.cpp 58 static bool supportsFocus(ControlPart appearance)
60 switch (appearance) {
77 return supportsFocus(style->appearance());
  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumWin.cpp 158 static bool supportsFocus(ControlPart appearance)
160 switch (appearance) {
250 return style->appearance() == ButtonPart
251 || style->appearance() == PushButtonPart;
405 if (o->style()->appearance() == SliderThumbHorizontalPart) {
408 } else if (o->style()->appearance() == SliderThumbVerticalPart) {
537 ControlPart appearance = o->style()->appearance(); local
541 result = (appearance == TextFieldPart || appearance == TextAreaPart || appearance == SearchFieldPart) ? ETS_READONLY : TS_DISABLED
    [all...]
RenderTheme.cpp 75 ControlPart part = style->appearance();
180 // Call the appropriate style adjustment method based off the appearance value.
181 switch (style->appearance()) {
262 ControlPart part = o->style()->appearance();
282 // Call the appropriate paint method based off the appearance value.
384 return true; // We don't support the appearance, so let the normal background/border paint.
392 // Call the appropriate paint method based off the appearance value.
393 switch (o->style()->appearance()) {
443 // Call the appropriate paint method based off the appearance value.
444 switch (o->style()->appearance()) {
    [all...]
RenderThemeWin.cpp 380 bool RenderThemeWin::supportsFocus(ControlPart appearance) const
382 switch (appearance) {
394 return supportsFocus(style->appearance());
400 switch (o->style()->appearance()) {
412 state = (o->style()->appearance() == RadioPart) ? DFCS_BUTTONRADIO : DFCS_BUTTONCHECK;
447 ControlPart appearance = o->style()->appearance(); local
450 else if (isReadOnlyControl(o) && (TextFieldPart == appearance || TextAreaPart == appearance || SearchFieldPart == appearance))
    [all...]
  /development/samples/SearchableDictionary/res/xml/
searchable.xml 20 <!-- The attributes below configure the Android search box appearance
  /external/chromium/chrome/browser/resources/ntp4/
recently_closed.css 9 -webkit-appearance: none;
  /external/chromium/chrome/browser/ui/cocoa/wrench_menu/
wrench_menu_button_cell.mm 14 // Inset the rect to match the appearance of the layout of interface builder.

Completed in 2193 milliseconds

1 2 3 4 5 6 7 8 91011>>