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

12

  /external/webkit/WebCore/rendering/
RenderMediaControlsChromium.cpp 292 if (object->style()->appearance() == MediaSliderThumbPart)
294 else if (object->style()->appearance() == MediaVolumeSliderThumbPart)
RenderThemeWince.cpp 128 bool RenderThemeWince::supportsFocus(ControlPart appearance) const
130 switch (appearance) {
145 return supportsFocus(style->appearance());
164 switch (o->style()->appearance()) {
335 if (o->style()->appearance() == SliderThumbVerticalPart) {
338 } else if (o->style()->appearance() == SliderThumbHorizontalPart) {
MediaControlElements.cpp 152 && (!style->hasAppearance() || document()->page()->theme()->shouldRenderMediaControlPart(style->appearance(), m_mediaElement));
383 && (!style->hasAppearance() || document()->page()->theme()->shouldRenderMediaControlPart(style->appearance(), m_mediaElement));
RenderMenuList.cpp 452 if (style()->appearance() == MenulistPart || style()->appearance() == MenulistButtonPart) {
453 // For these appearance values, the theme applies padding to leave room for the
460 // If the appearance isn't MenulistPart, then the select is styled (non-native), so
RenderThemeChromiumSkia.cpp 369 if (style->appearance() == PushButtonPart) {
666 const bool vertical = (o->style()->appearance() == SliderThumbVerticalPart);
771 // If the MenuList actually has appearance "NoAppearance", then that means
774 if (paddingType == barType && style->appearance() != NoControlPart)
RenderBlock.cpp     [all...]
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
fonts.conf 121 case, a more generic font with different metrics but better appearance
  /external/webkit/WebKitTools/DumpRenderTree/qt/
fonts.conf 121 case, a more generic font with different metrics but better appearance
  /frameworks/base/core/java/android/widget/
TextView.java 382 * Look the appearance up without checking first if it exists because
384 * to be able to parse the appearance first and then let specific tags
387 TypedArray appearance = null; local
390 appearance = context.obtainStyledAttributes(ap,
394 if (appearance != null) {
395 int n = appearance.getIndexCount();
397 int attr = appearance.getIndex(i);
401 textColorHighlight = appearance.getColor(attr, textColorHighlight);
405 textColor = appearance.getColorStateList(attr);
409 textColorHint = appearance.getColorStateList(attr)
1614 TypedArray appearance = local
7102 TypedArray appearance; local
    [all...]
  /external/webkit/WebCore/css/
CSSPropertyNames.in 158 -webkit-appearance
CSSComputedStyleDeclaration.cpp     [all...]
CSSStyleSelector.cpp     [all...]
  /external/guava/src/com/google/common/primitives/
generate.sh 151 * Returns the index of the first appearance of the value {@code target} in
205 * Returns the index of the last appearance of the value {@code target} in
  /external/webkit/WebCore/rendering/style/
RenderStyle.h 346 bool hasAppearance() const { return appearance() != NoControlPart; }
613 ControlPart appearance() const { return static_cast<ControlPart>(rareNonInheritedData->m_appearance); } function in class:WebCore::RenderStyle
    [all...]
  /external/webkit/WebCore/inspector/front-end/
inspector.css 392 -webkit-appearance: none;
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 947 % Change them to control the appearance of the index.
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 759 milliseconds

12