Home
last modified time | relevance | path

Searched refs:appearance (Results 1 – 25 of 132) sorted by relevance

123456

/external/chromium-trace/src/shared/css/
Dwidgets.css13 button:not(.custom-appearance):not(.link-button),
14 input[type='button']:not(.custom-appearance):not(.link-button),
15 input[type='submit']:not(.custom-appearance):not(.link-button),
19 -webkit-appearance: none;
32 button:not(.custom-appearance):not(.link-button),
33 input[type='button']:not(.custom-appearance):not(.link-button),
34 input[type='submit']:not(.custom-appearance):not(.link-button),
50 button:not(.custom-appearance):not(.link-button),
51 input[type='button']:not(.custom-appearance):not(.link-button),
52 input[type='submit']:not(.custom-appearance):not(.link-button) {
[all …]
Dchrome_shared2_touch.css35 button:not(.custom-appearance):not(.link-button),
36 input[type=button]:not(.custom-appearance),
37 input[type=submit]:not(.custom-appearance),
/external/chromium-trace/
Dstyle.css1appearance):not(.link-button),input[type='button']:not(.custom-appearance):not(.link-button),input…
/external/webkit/Source/WebCore/css/
DmediaControlsChromium.css49 -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 …]
Dhtml.css380 -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 …]
DmediaControlsEfl.css52 -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;
DmediaControls.css58 -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;
DmediaControlsAndroid.css56 -webkit-appearance: media-play-button;
63 -webkit-appearance: media-controls-background;
82 -webkit-appearance: media-slider;
98 -webkit-appearance: media-seek-back-button;
105 -webkit-appearance: media-seek-forward-button;
112 -webkit-appearance: media-fullscreen-button;
127 -webkit-appearance: media-toggle-closed-captions-button;
DmediaControlsQuickTime.css34 -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;
DmediaControlsQt.css108 -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;
Dwml.css104 -webkit-appearance: button;
130 -webkit-appearance: textfield;
166 -webkit-appearance: menulist;
181 -webkit-appearance: listbox;
190 -webkit-appearance: menulist;
DfullscreenQuickTime.css30 -webkit-appearance: none;
76 -webkit-appearance: media-mute-button;
86 -webkit-appearance: media-slider;
96 -webkit-appearance: media-mute-button;
DmediaControlsQtFullscreen.css55 -webkit-appearance: media-current-time-display;
69 -webkit-appearance: media-volume-slider-container;
74 -webkit-appearance: media-volume-slider;
DmediaControlsGtk.css63 -webkit-appearance: media-current-time-display;
90 -webkit-appearance: media-volume-slider-container;
97 -webkit-appearance: media-volume-slider;
/external/webkit/Source/WebCore/rendering/
DRenderThemeChromiumWin.cpp158 static bool supportsFocus(ControlPart appearance) in supportsFocus() argument
160 switch (appearance) { in supportsFocus()
250 return style->appearance() == ButtonPart in supportsFocusRing()
251 || style->appearance() == PushButtonPart; in supportsFocusRing()
405 if (o->style()->appearance() == SliderThumbHorizontalPart) { in adjustSliderThumbSize()
408 } else if (o->style()->appearance() == SliderThumbVerticalPart) { in adjustSliderThumbSize()
537 ControlPart appearance = o->style()->appearance(); in determineState() local
541 …result = (appearance == TextFieldPart || appearance == TextAreaPart || appearance == SearchFieldPa… in determineState()
545 else if (supportsFocus(appearance) && isFocused(o)) in determineState()
565 else if (supportsFocus(o->style()->appearance()) && isFocused(o->parent())) in determineSliderThumbState()
[all …]
DRenderThemeWin.cpp380 bool RenderThemeWin::supportsFocus(ControlPart appearance) const in supportsFocus()
382 switch (appearance) { in supportsFocus()
394 return supportsFocus(style->appearance()); in supportsFocusRing()
400 switch (o->style()->appearance()) { in determineClassicState()
412 state = (o->style()->appearance() == RadioPart) ? DFCS_BUTTONRADIO : DFCS_BUTTONCHECK; in determineClassicState()
447 ControlPart appearance = o->style()->appearance(); in determineState() local
450 …ReadOnlyControl(o) && (TextFieldPart == appearance || TextAreaPart == appearance || SearchFieldPar… in determineState()
454 else if (supportsFocus(appearance) && isFocused(o)) in determineState()
468 else if (supportsFocus(o->style()->appearance()) && isFocused(o->parent())) in determineSliderThumbState()
484 else if (supportsFocus(o->style()->appearance()) && isFocused(o)) in determineButtonState()
[all …]
DRenderTheme.cpp75 ControlPart part = style->appearance(); in adjustStyle()
181 switch (style->appearance()) { in adjustStyle()
262 ControlPart part = o->style()->appearance(); in paint()
393 switch (o->style()->appearance()) { in paintBorderOnly()
444 switch (o->style()->appearance()) { in paintDecorations()
637 …) + box->marginTop() + m_theme->baselinePositionAdjustment(o->style()->appearance()) * o->style()-… in baselinePosition()
643 bool RenderTheme::isControlContainer(ControlPart appearance) const in isControlContainer()
647 return appearance != CheckboxPart && appearance != RadioPart; in isControlContainer()
653 switch (style->appearance()) { in isControlStyled()
682 …m_theme->inflateControlPaintRect(o->style()->appearance(), controlStatesForRenderer(o), r, o->styl… in adjustRepaintRect()
[all …]
DRenderThemeSafari.cpp256 …if (style->appearance() == TextFieldPart || style->appearance() == TextAreaPart || style->appearan… in isControlStyled()
265 switch (o->style()->appearance()) { in adjustRepaintRect()
319 if (o->style()->appearance() == CheckboxPart || o->style()->appearance() == RadioPart) { in baselinePosition()
333 if (o->style()->appearance() == CheckboxPart) in controlSupportsTints()
519 if (style->appearance() == PushButtonPart) { in adjustButtonStyle()
889 if (style->appearance() == MenulistPart) in popupInternalPaddingLeft()
891 if (style->appearance() == MenulistButtonPart) in popupInternalPaddingLeft()
898 if (style->appearance() == MenulistPart) in popupInternalPaddingRight()
900 if (style->appearance() == MenulistButtonPart) { in popupInternalPaddingRight()
910 if (style->appearance() == MenulistPart) in popupInternalPaddingTop()
[all …]
DRenderThemeChromiumLinux.cpp150 if (o->style()->appearance() == SliderThumbHorizontalPart) { in adjustSliderThumbSize()
153 } else if (o->style()->appearance() == SliderThumbVerticalPart) { in adjustSliderThumbSize()
246 ControlPart part = o->style()->appearance(); in paintTextField()
289 extraParams.slider.vertical = o->style()->appearance() == SliderVerticalPart; in paintSliderTrack()
298 extraParams.slider.vertical = o->style()->appearance() == SliderThumbVerticalPart; in paintSliderThumb()
/external/webkit/Source/WebCore/html/shadow/
DSliderThumbElement.cpp74 if (parentStyle->appearance() == SliderVerticalPart) in layout()
76 else if (parentStyle->appearance() == SliderHorizontalPart) in layout()
78 else if (parentStyle->appearance() == MediaSliderPart) in layout()
80 else if (parentStyle->appearance() == MediaVolumeSliderPart) in layout()
121 …bool isVertical = sliderStyle->appearance() == SliderVerticalPart || sliderStyle->appearance() == … in setPositionFromPoint()
/external/webkit/Source/WebCore/platform/qt/
DRenderThemeQt.cpp209 switch (style->appearance()) { in isControlStyled()
236 switch (style->appearance()) { in isControlStyled()
286 switch (style->appearance()) { in supportsFocusRing()
317 if (o->style()->appearance() == CheckboxPart || o->style()->appearance() == RadioPart) in baselinePosition()
328 if (o->style()->appearance() == CheckboxPart) in controlSupportsTints()
375 switch (o->style()->appearance()) { in adjustRepaintRect()
458 switch (renderStyle->appearance()) { in computeSizeBasedOnStyle()
476 switch (renderStyle->appearance()) { in computeSizeBasedOnStyle()
561 if (style->appearance() == PushButtonPart) { in adjustButtonStyle()
654 ControlPart appearance = initializeCommonQStyleOptions(option, o); in paintButton() local
[all …]
/external/webkit/Source/WebCore/platform/wx/
DRenderThemeWx.cpp155 if (style->appearance() == TextFieldPart || style->appearance() == TextAreaPart) in isControlStyled()
168 switch (o->style()->appearance()) { in adjustRepaintRect()
184 if (o->style()->appearance() == CheckboxPart) in controlSupportsTints()
289 ControlPart part = o->style()->appearance(); in paintButton()
353 if (supportsFocus(o->style()->appearance()) && isFocused(o)) in paintMenuList()
382 if (supportsFocus(o->style()->appearance()) && isFocused(o)) in paintMenuListButton()
/external/webkit/Source/WebCore/platform/haiku/
DRenderThemeHaiku.cpp58 static bool supportsFocus(ControlPart appearance) in supportsFocus() argument
60 switch (appearance) { in supportsFocus()
77 return supportsFocus(style->appearance()); in supportsFocusRing()
/external/webkit/Source/WebCore/platform/android/
DRenderThemeAndroid.cpp230 bool RenderThemeAndroid::supportsFocus(ControlPart appearance) in supportsFocus() argument
232 switch (appearance) { in supportsFocus()
588 if (style->appearance() != MenulistButtonPart && in paintCombo()
589 style->appearance() != ListboxPart && in paintCombo()
590 style->appearance() != TextFieldPart && in paintCombo()
591 style->appearance() != TextAreaPart) { in paintCombo()
683 return style->appearance() != TextFieldPart && style->appearance() != TextAreaPart; in supportsFocusRing()
/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk.cpp126 static bool supportsFocus(ControlPart appearance) in supportsFocus() argument
128 switch (appearance) { in supportsFocus()
147 return supportsFocus(style->appearance()); in supportsFocusRing()
161 if (o->style()->appearance() == CheckboxPart in baselinePosition()
162 || o->style()->appearance() == RadioPart) { in baselinePosition()
200 if (style->appearance() == PushButtonPart) in adjustButtonStyle()
473 ASSERT(renderObject->style()->appearance() == MediaSliderThumbPart); in adjustMediaSliderThumbSize()

123456