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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ui/webui/resources/html/
trash.html 1 <button class="trash custom-appearance">
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/
help_step.html 8 class="help-button custom-appearance blue-button"></button>
10 class="next-button custom-appearance white-button"></button>
app_list_step.html 9 class="next-button custom-appearance blue-button"></button>
tray_step.html 6 class="next-button custom-appearance blue-button"></button>
  /external/chromium_org/chrome/browser/resources/chromeos/login/
header_bar.html 3 <button id="shutdown-button" class="custom-appearance"
7 <button id="show-apps-button" class="custom-appearance"
11 <button id="add-user-button" class="custom-appearance"
13 <button id="cancel-add-user-button" class="custom-appearance"
17 <button id="guest-user-button" class="custom-appearance"
21 <button id="sign-out-user-button" class="custom-appearance"
25 <button id="cancel-multiple-sign-in-button" class="custom-appearance"
screen_confirm_password.html 14 class="custom-appearance button-fancy blue-button"
  /external/chromium_org/third_party/WebKit/ManualTests/
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/chromium_org/chrome/browser/resources/uber/
uber_frame.html 21 <button class="custom-appearance"
25 <button class="custom-appearance"
29 <button class="custom-appearance"
33 <button class="custom-appearance"
  /external/chromium_org/chrome/third_party/chromevox/chromevox/background/
options_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),
45 button:not(.custom-appearance):not(.link-button),
46 input[type='button']:not(.custom-appearance):not(.link-button),
47 input[type='submit']:not(.custom-appearance):not(.link-button)
    [all...]
  /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/chromium_org/chrome/browser/resources/chromeos/first_run/app/
main.html 22 <button class="custom-appearance close-button"
35 class="next-button custom-appearance blue-button" tabindex="0">
  /external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
volume_controller.css 22 -webkit-appearance: none !important;
31 -webkit-appearance: none;
  /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/bluetooth/bluedroid/btif/include/
btif_gatt_multi_adv_util.h 44 int appearance; member in struct:__anon5629
88 int appearance, int manufacturer_len, char* manufacturer_data,
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
widgets.css 15 input[type='submit']):not(.custom-appearance):not(.link-button),
19 -webkit-appearance: none;
34 input[type='submit']):not(.custom-appearance):not(.link-button),
48 input[type='submit']):not(.custom-appearance):not(.link-button) {
54 -webkit-appearance: none;
110 -webkit-appearance: textfield;
153 input[type='submit']):not(.custom-appearance):not(.link-button)) {
176 input[type='submit']):not(.custom-appearance):not(.link-button)) {
193 input[type='submit']):not(.custom-appearance):not(.link-button),
235 input[type='submit']):not(.custom-appearance):not(.link-button))
    [all...]
  /external/chromium_org/ui/webui/resources/css/
widgets.css 13 input[type='submit']):not(.custom-appearance):not(.link-button),
17 -webkit-appearance: none;
33 input[type='submit']):not(.custom-appearance):not(.link-button),
47 input[type='submit']):not(.custom-appearance):not(.link-button) {
53 -webkit-appearance: none;
110 -webkit-appearance: textfield;
155 input[type='submit']):not(.custom-appearance):not(.link-button)) {
178 input[type='submit']):not(.custom-appearance):not(.link-button)) {
195 input[type='submit']):not(.custom-appearance):not(.link-button),
238 input[type='submit']):not(.custom-appearance):not(.link-button))
    [all...]
  /external/chromium_org/chrome/browser/resources/login/
user_pod_template.html 28 <div class="custom-appearance action-box-button"></div>
31 <div class="custom-appearance user-type-icon-image"></div>
47 custom-appearance button-fancy button-red"
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SliderThumbElement.cpp 65 return sliderStyle->appearance() == SliderVerticalPart;
77 if (parentStyle->appearance() == SliderVerticalPart)
79 else if (parentStyle->appearance() == SliderHorizontalPart)
81 else if (parentStyle->appearance() == MediaSliderPart)
83 else if (parentStyle->appearance() == MediaVolumeSliderPart)
85 else if (parentStyle->appearance() == MediaFullScreenVolumeSliderPart)
98 // FIXME: Find a way to cascade appearance and adjust heights, and get rid of this class.
188 && (parent()->style()->appearance() == MediaVolumeSliderPart || parent()->style()->appearance() == MediaSliderPart)) {
192 // and paintMediaSlider that gets called via -webkit-appearance and RenderTheme
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.html 78 <button class="close-button custom-appearance" class="custom-appearance">
84 <button id="page-switcher-start" class="page-switcher custom-appearance"
88 <button id="page-switcher-end" class="page-switcher custom-appearance"
104 <button class="close-button custom-appearance"
122 class="footer-menu-button custom-appearance" hidden>
127 class="footer-menu-button custom-appearance" hidden>
146 <button id="login-container" class="custom-appearance" hidden>
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.cpp 92 ControlPart part = style->appearance();
196 // Call the appropriate style adjustment method based off the appearance value.
197 switch (style->appearance()) {
240 ControlPart part = o->style()->appearance();
260 // 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.
343 // Call the appropriate paint method based off the appearance value.
344 switch (o->style()->appearance()) {
381 // Call the appropriate paint method based off the appearance value.
382 switch (o->style()->appearance()) {
    [all...]

Completed in 720 milliseconds

1 2 3 4 5 6 7 8 91011>>