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

1 2

  /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...]
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;
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...]
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;
  /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...]
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...]
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...]
RenderThemeChromiumLinux.cpp 134 if (o->style()->appearance() == SliderThumbHorizontalPart) {
137 } else if (o->style()->appearance() == SliderThumbVerticalPart) {
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...]
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...]
RenderThemeMac.mm 453 if (style->appearance() == TextFieldPart || style->appearance() == TextAreaPart || style->appearance() == ListboxPart)
460 if (style->appearance() == MenulistPart && style->effectiveZoom() != 1.0f)
468 ControlPart part = o->style()->appearance();
587 if (o->style()->appearance() == CheckboxPart)
    [all...]
RenderThemeChromiumMac.mm 71 // - updateActiveState() and its use to update the cells' visual appearance.
505 if (style->appearance() == TextFieldPart || style->appearance() == TextAreaPart || style->appearance() == ListboxPart)
512 if (style->appearance() == MenulistPart && style->effectiveZoom() != 1.0f)
520 ControlPart part = o->style()->appearance();
658 if (o->style()->appearance() == CheckboxPart)
    [all...]
RenderMediaControls.cpp 77 if (o->style()->appearance() != MediaSliderThumbPart)
  /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());
  /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,
  /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...]
  /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))
  /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/accessibility/
AccessibilitySlider.cpp 69 ControlPart styleAppearance = style->appearance();
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 212 TypedArray appearance = null; local
215 appearance = context.obtainStyledAttributes(ap,
219 if (appearance != null) {
220 int n = appearance.getIndexCount();
222 int attr = appearance.getIndex(i);
226 textColor = appearance.getColorStateList(attr);
230 textSize = appearance.getDimensionPixelSize(attr, textSize);
234 typefaceIndex = appearance.getInt(attr, -1);
238 styleIndex = appearance.getInt(attr, -1);
243 appearance.recycle()
    [all...]
  /external/webkit/WebCore/platform/gtk/
RenderThemeGtk.cpp 196 static bool supportsFocus(ControlPart appearance)
198 switch (appearance) {
215 return supportsFocus(style->appearance());
229 if (o->style()->appearance() == CheckboxPart
230 || o->style()->appearance() == RadioPart) {
274 // FIXME: Disabled does not always give the correct appearance for ReadOnly
346 static void setToggleSize(const RenderThemeGtk* theme, RenderStyle* style, ControlPart appearance)
355 switch (appearance) {
401 if (style->appearance() == PushButtonPart) {
507 if (o->style()->appearance() == MediaSliderThumbPart)
    [all...]
  /external/webkit/WebCore/inspector/front-end/
audits.css 216 -webkit-appearance: none;
260 -webkit-appearance: none;

Completed in 404 milliseconds

1 2