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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/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>
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">
  /external/webkit/WebCore/css/
mediaControlsChromium.css 49 -webkit-appearance: media-mute-button;
61 -webkit-appearance: media-play-button;
74 -webkit-appearance: media-timeline-container;
91 -webkit-appearance: media-current-time-display;
116 -webkit-appearance: media-time-remaining-display;
141 -webkit-appearance: media-slider;
158 -webkit-appearance: media-seek-back-button;
163 -webkit-appearance: media-seek-forward-button;
168 -webkit-appearance: media-fullscreen-button;
173 -webkit-appearance: media-volume-slider-container
    [all...]
html.css 301 -webkit-appearance: button;
323 -webkit-appearance: textfield;
333 -webkit-appearance: searchfield;
338 -webkit-appearance: searchfield-cancel-button;
343 -webkit-appearance: searchfield-decoration;
348 -webkit-appearance: searchfield-results-decoration;
353 -webkit-appearance: searchfield-results-button;
358 -webkit-appearance: list-button;
363 -webkit-appearance: inner-spin-button;
368 -webkit-appearance: outer-spin-button
    [all...]
mediaControls.css 51 -webkit-appearance: media-mute-button;
58 -webkit-appearance: media-play-button;
65 -webkit-appearance: media-controls-background;
84 -webkit-appearance: media-slider;
100 -webkit-appearance: media-seek-back-button;
107 -webkit-appearance: media-seek-forward-button;
114 -webkit-appearance: media-fullscreen-button;
129 -webkit-appearance: media-toggle-closed-captions-button;
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;
wml.css 104 -webkit-appearance: button;
130 -webkit-appearance: textfield;
165 -webkit-appearance: menulist;
180 -webkit-appearance: listbox;
189 -webkit-appearance: menulist;
mediaControlsQuickTime.css 34 -webkit-appearance: media-controls-background;
58 -webkit-appearance: none;
140 -webkit-appearance: media-rewind-button;
150 -webkit-appearance: media-return-to-realtime-button;
180 -webkit-appearance: media-toggle-closed-captions-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,
61 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/WebCore/rendering/
RenderSlider.cpp 290 if (parentStyle->appearance() == SliderVerticalPart)
292 else if (parentStyle->appearance() == SliderHorizontalPart)
294 else if (parentStyle->appearance() == MediaSliderPart)
296 else if (parentStyle->appearance() == MediaVolumeSliderPart)
315 if (style()->appearance() == SliderVerticalPart || style()->appearance() == MediaVolumeSliderPart) {
407 if (style()->appearance() == MediaSliderPart || style()->appearance() == MediaVolumeSliderPart) {
439 if (style()->appearance() == SliderVerticalPart || style()->appearance() == MediaVolumeSliderPart
    [all...]
RenderTheme.cpp 63 ControlPart part = style->appearance();
168 // Call the appropriate style adjustment method based off the appearance value.
169 switch (style->appearance()) {
234 ControlPart part = o->style()->appearance();
254 // Call the appropriate paint method based off the appearance value.
338 return true; // We don't support the appearance, so let the normal background/border paint.
346 // Call the appropriate paint method based off the appearance value.
347 switch (o->style()->appearance()) {
384 // Call the appropriate paint method based off the appearance value.
385 switch (o->style()->appearance()) {
    [all...]
RenderThemeWin.cpp 353 bool RenderThemeWin::supportsFocus(ControlPart appearance) const
355 switch (appearance) {
367 return supportsFocus(style->appearance());
373 switch (o->style()->appearance()) {
385 state = (o->style()->appearance() == RadioPart) ? DFCS_BUTTONRADIO : DFCS_BUTTONCHECK;
408 ControlPart appearance = o->style()->appearance(); local
411 else if (isReadOnlyControl(o) && (TextFieldPart == appearance || TextAreaPart == appearance || SearchFieldPart == appearance))
    [all...]
RenderThemeChromiumWin.cpp 118 static bool supportsFocus(ControlPart appearance)
120 switch (appearance) {
210 return style->appearance() == ButtonPart
211 || style->appearance() == PushButtonPart;
365 if (o->style()->appearance() == SliderThumbHorizontalPart) {
368 } else if (o->style()->appearance() == SliderThumbVerticalPart) {
491 ControlPart appearance = o->style()->appearance(); local
494 else if (isReadOnlyControl(o) && (TextFieldPart == appearance || TextAreaPart == appearance || SearchFieldPart == appearance)
    [all...]
RenderThemeSafari.cpp 255 if (style->appearance() == TextFieldPart || style->appearance() == TextAreaPart || style->appearance() == ListboxPart)
264 switch (o->style()->appearance()) {
318 if (o->style()->appearance() == CheckboxPart || o->style()->appearance() == RadioPart) {
332 if (o->style()->appearance() == CheckboxPart)
506 // There are three appearance constants for buttons.
518 if (style->appearance() == PushButtonPart) {
818 // Draw the gradients to give the styled popup menu a button appearance
    [all...]
RenderThemeChromiumLinux.cpp 134 if (o->style()->appearance() == SliderThumbHorizontalPart) {
137 } else if (o->style()->appearance() == SliderThumbVerticalPart) {
  /external/webkit/WebCore/platform/android/
RenderThemeAndroid.cpp 188 bool RenderThemeAndroid::supportsFocus(ControlPart appearance)
190 switch (appearance) {
314 if (o->style()->appearance() == MediaSliderThumbPart) {
486 && style->appearance() != TextFieldPart
487 && style->appearance() != SearchFieldPart
488 && style->appearance() != TextAreaPart
489 && style->appearance() != CheckboxPart
490 && style->appearance() != RadioPart
491 && style->appearance() != PushButtonPart
492 && style->appearance() != SquareButtonPar
    [all...]
  /external/webkit/WebCore/platform/haiku/
RenderThemeHaiku.cpp 58 static bool supportsFocus(ControlPart appearance)
60 switch (appearance) {
77 return supportsFocus(style->appearance());
  /external/webkit/WebCore/platform/qt/
RenderThemeQt.cpp 187 if (o->style()->appearance() == CheckboxPart || o->style()->appearance() == RadioPart)
198 if (o->style()->appearance() == CheckboxPart)
237 switch (o->style()->appearance()) {
300 switch (renderStyle->appearance()) {
398 if (style->appearance() == PushButtonPart) {
484 ControlPart appearance = initializeCommonQStyleOptions(option, o); local
485 if (appearance == PushButtonPart || appearance == ButtonPart) {
488 } else if (appearance == RadioPart
520 ControlPart appearance = initializeCommonQStyleOptions(panel, o); local
643 ControlPart appearance = initializeCommonQStyleOptions(option, o); local
    [all...]
  /development/samples/SearchableDictionary/res/xml/
searchable.xml 20 <!-- The attributes below configure the Android search box appearance
  /frameworks/base/core/tests/coretests/src/android/text/
SpannedTest.java 93 TextAppearanceSpan[] appearance = s2.getSpans(7, 8, local
95 assertEquals(1, appearance.length);
96 assertEquals(7, s2.getSpanStart(appearance[0]));
97 assertEquals(8, s2.getSpanEnd(appearance[0]));
  /external/webkit/WebCore/platform/wx/
RenderThemeWx.cpp 154 if (style->appearance() == TextFieldPart || style->appearance() == TextAreaPart)
167 switch (o->style()->appearance()) {
183 if (o->style()->appearance() == CheckboxPart)
288 ControlPart part = o->style()->appearance();
352 if (supportsFocus(o->style()->appearance()) && isFocused(o))
381 if (supportsFocus(o->style()->appearance()) && isFocused(o))
  /external/chromium/net/base/
data_url.h 21 // parameters.) The appearance of ";base64" means that the data is encoded as
  /frameworks/base/core/java/android/text/method/
SingleLineTransformationMethod.java 31 * carriage return characters (\r) to have no appearance.

Completed in 758 milliseconds

1 2 3 4 5 6 7 8 91011>>