OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:appearance
(Results
1 - 25
of
452
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tests/tests/webkitsecurity/assets/
slider-crash.html
3
<p style="-webkit-
appearance
: slider-vertical; height: 15px"></p>
input-search-table-column-crash.html
8
-webkit-
appearance
: none;
thumbslider-crash.html
4
* { -webkit-
appearance
: sliderthumb-horizontal; }
meter-element-crash.html
4
-webkit-
appearance
: none;
crash-breaking-blockquote-with-list.html
6
<ol><li style=" -webkit-
appearance
: relevancy-level-indicator" id="two">TwoTwo</li></ol>
textarea-submit-crash.html
3
<textarea id="textarea" name=value style="-webkit-
appearance
:textarea" wrap=hard>123456789</textarea>
/external/chromium-trace/src/shared/html/
trash.html
1
<button class="trash custom-
appearance
">
/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->
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/chromium-trace/src/shared/css/
widgets.css
13
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
...]
chrome_shared2_touch.css
35
button:not(.custom-
appearance
):not(.link-button),
36
input[type=button]:not(.custom-
appearance
),
37
input[type=submit]:not(.custom-
appearance
),
/packages/apps/Contacts/res/layout/
people_navigation_item.xml
18
tablet devices. The text
appearance
is governed via two styles:
19
PeopleNavigationDropDownHeaderTextAppearance - text
appearance
of the item in the header part
21
PeopleNavigationDropDownTextAppearance - text
appearance
of the item in the drop down part of
/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
56
-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;
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;
/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/chromium-trace/
style.css
1
tabbox{-webkit-box-orient:vertical;display:-webkit-box;}tabs{-webkit-padding-start:8px;background:-webkit-linear-gradient(white,#f3f3f3);border-bottom:1px solid #a0a0a0;display:-webkit-box;margin:0;}tabs>*{-webkit-margin-start:5px;-webkit-transition:border-color 150ms,background-color 150ms;background:rgba(160,160,160,.3);border:1px solid rgba(160,160,160,.3);border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px;cursor:default;display:block;min-width:4em;padding:2px 10px;text-align:center;}tabs>:not([selected]){background:rgba(238,238,238,.3);}tabs>:not([selected]):hover{background:rgba(247,247,247,.3);}tabs>[selected]{-webkit-transition:none;background:white;border-color:#a0a0a0;margin-bottom:-1px;position:relative;z-index:0;}tabs:focus{outline:none;}html.focus-outline-visible tabs:focus>[selected]{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}tabpanels{-webkit-box-flex:1;background:white;box-shadow:2px 2px 5px rgba(0,0,0,.2);display:-webkit-box;padding:5px 15px 0 15px;}tabpanels>*{-webkit-box-flex:1;display:none;}tabpanels>[selected]{display:block;}button:not(.custom-
appearance
):not(.link-button),input[type='button']:not(.custom-
appearance
):not(.link-button),input[type='submit']:not(.custom-
appearance
):not(.link-button),select,input[type='checkbox'],input[type='radio']{-webkit-
appearance
:none;-webkit-user-select:none;background-image:-webkit-linear-gradient(#ededed,#ededed 38%,#dedede);border:1px solid rgba(0,0,0,0.25);border-radius:2px;box-shadow:0 1px 0 rgba(0,0,0,0.08),inset 0 1px 2px rgba(255,255,255,0.75);color:#444;font:inherit;margin:0 1px 0 0;text-shadow:0 1px 0 #f0f0f0;}button:not(.custom-
appearance
):not(.link-button),input[type='button']:not(.custom-
appearance
):not(.link-button),input[type='submit']:not(.custom-
appearance
):not(.link-button),select{min-height:2em;min-width:4em;<if expr="pp_ifdef('chromeos')">padding-top:3px;</if><if expr="is_win">padding-bottom:1px;</if>;}button:not(.custom-
appearance
):not(.link-button),input[type='button']:not(.custom-
appearance
):not(.link-button),input[type='submit']:not(.custom-
appearance
):not(.link-button){-webkit-padding-end:10px;-webkit-padding-start:10px;}select{-webkit-appearance: (…)
[
all
...]
Completed in 271 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>