/external/chromium_org/chrome/common/extensions/docs/static/sass/ |
_normalize.scss | 501 * 4. Improve appearance and consistency with IE 6/7. 553 -webkit-appearance: button; /* 2 */ 587 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 593 -webkit-appearance: textfield; /* 1 */ 604 -webkit-appearance: none;
|
/frameworks/base/docs/html/distribute/essentials/ |
optimizing-your-app.jd | 16 <li><a href="#professional-appearance">Professional Appearance and Aesthetics</a></li> 406 <h2 id="professional-appearance"> 407 Professional Appearance and Aesthetics 423 ways in which you can improve your app's appearance yourself. You can use
|
/frameworks/base/core/java/android/widget/ |
TextView.java | 670 * Look the appearance up without checking first if it exists because 672 * to be able to parse the appearance first and then let specific tags 677 TypedArray appearance = null; local 682 appearance = theme.obtainStyledAttributes( 685 if (appearance != null) { 686 int n = appearance.getIndexCount(); 688 int attr = appearance.getIndex(i); 692 textColorHighlight = appearance.getColor(attr, textColorHighlight); 696 textColor = appearance.getColorStateList(attr); 700 textColorHint = appearance.getColorStateList(attr) 2484 TypedArray appearance = local 8199 final TypedArray appearance = context.obtainStyledAttributes( local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSValueKeywords.in | 628 // -webkit-appearance 630 // All appearance values that should be accepted by the parser should be listed between 'checkbox' and 'textarea': 679 // An appearance value that should not be accepted by the parser:
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderThemeChromiumSkia.cpp | 179 if (style->appearance() == PushButtonPart) { 416 // If the MenuList actually has appearance "NoAppearance", then that means 419 if (paddingType == barType && style->appearance() != NoControlPart)
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
responsiveDesignView.css | 160 -webkit-appearance: none; 254 -webkit-appearance: none; 290 -webkit-appearance: none;
|
/external/chromium_org/ui/file_manager/file_manager/audio_player/elements/ |
control_panel.css | 132 -webkit-appearance: none !important; /* Hide the default thumb icon. */ 144 -webkit-appearance: none; 256 /* Media controls in order of appearance. */
|
/external/chromium_org/chrome/browser/resources/bookmark_manager/css/ |
bmm.css | 253 -webkit-appearance: none; 341 -webkit-appearance: none;
|
/hardware/libhardware/include/hardware/ |
bt_gatt_client.h | 364 bool include_txpower, int min_interval, int max_interval, int appearance, 389 bool incl_txpower, int appearance, int manufacturer_len,
|
/development/samples/ApiDemos/res/values/ |
styles.xml | 66 <!-- A theme for a custom dialog appearance. Here we use an ugly
|
/external/chromium_org/ash/wm/ |
session_state_animator.h | 68 // Speed for lock screen appearance in "old" animation set.
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
network_dropdown.css | 9 -webkit-appearance: none;
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
footer_menu.css | 6 -webkit-appearance: none;
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
accounts_user_list.js | 164 'raw-button remove-user-button custom-appearance';
|
/external/chromium_org/chrome/browser/resources/options/ |
deletable_item_list.js | 50 'raw-button row-delete-button custom-appearance';
|
language_options.css | 168 -webkit-appearance: none;
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
framed_browser_window_unittest.mm | 51 // On 10.6, the grippy changes appearance slightly when painted the second
|
/external/chromium_org/chrome/browser/ui/content_settings/ |
content_setting_bubble_model.h | 218 // These states must match the order of appearance of the radio buttons
|
/external/chromium_org/chrome/browser/ui/views/autofill/ |
autofill_popup_base_view.cc | 70 // No animation for popup appearance (too distracting).
|
/external/chromium_org/chrome/browser/ui/views/ |
find_bar_view.h | 89 // Updates the appearance for the match count label.
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
add_to_app_launcher_view.cc | 71 // current appearance of these images). Then we alpha-blend it over the
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/ |
overlay.css | 150 -webkit-appearance: none;
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
app_architecture.html | 18 The app container describes the visual appearance
|
devguide.html | 43 <td> Change the overall appearance of the browser </td>
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
declarativeContent.html | 15 you need to change its appearance to match the current tab before the
|