HomeSort by relevance Sort by last modified time
    Searched full:appearance (Results 51 - 75 of 316) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/WebCore/rendering/
RenderThemeChromiumMac.h 160 // Helpers for adjusting appearance and for painting
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)
RenderThemeMac.h 162 // Helpers for adjusting appearance and for painting
  /external/webkit/WebKit/mac/Plugins/
WebPlugin.h 82 used to allow the plug-in to alter it's appearance when selected.
  /libcore/luni/src/main/java/java/util/jar/
InitManifest.java 78 // signature in order of appearance; there are two ways to fix
  /external/guava/src/com/google/common/primitives/
Booleans.java 96 * Returns the index of the first appearance of the value {@code target} in
154 * Returns the index of the last appearance of the value {@code target} in
Bytes.java 77 * Returns the index of the first appearance of the value {@code target} in
131 * Returns the index of the last appearance of the value {@code target} in
Chars.java 128 * Returns the index of the first appearance of the value {@code target} in
182 * Returns the index of the last appearance of the value {@code target} in
  /external/webkit/WebKitTools/iExploder/htdocs/
cssproperties.in 10 -webkit-appearance
329 -moz-appearance
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
FileFilter.java 143 ignoreResultList.add("fast/forms/input-appearance-maxlength.html"); // execCommand "insertText" not supported
156 ignoreResultList.add("fast/forms/textarea-appearance-wrap.html"); // Our text areas are a little thinner than Apples. Also RTL test failes
  /external/bluetooth/glib/glib/
gdate.h 55 /* enum used to specify order of appearance in parsed date strings */
  /external/emma/core/java12/com/vladium/emma/
EMMAProperties.java 65 * Global method used to create an appearance that all app work has been
  /external/guava/javadoc/com/google/common/primitives/
Bytes.html 182 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the index of the first appearance of the value <code>target</code> in
201 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the index of the last appearance of the value <code>target</code> in
273 <DD>Returns the index of the first appearance of the value <code>target</code> in
307 <DD>Returns the index of the last appearance of the value <code>target</code> in
Booleans.html 190 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the index of the first appearance of the value <code>target</code> in
219 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the index of the last appearance of the value <code>target</code> in
322 <DD>Returns the index of the first appearance of the value <code>target</code> in
359 <DD>Returns the index of the last appearance of the value <code>target</code> in
Doubles.html 189 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the index of the first appearance of the value <code>target</code> in
219 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the index of the last appearance of the value <code>target</code> in
336 <DD>Returns the index of the first appearance of the value <code>target</code> in
374 <DD>Returns the index of the last appearance of the value <code>target</code> in
    [all...]
  /external/sqlite/android/
OldPhoneNumberUtils.cpp 172 * Return the offset into a of the first appearance of b, or -1 if there
  /external/webkit/WebCore/css/
CSSPropertyNames.in 158 -webkit-appearance
  /packages/apps/Protips/src/com/android/protips/
ProtipWidget.java 66 // initial appearance: eyes closed, no bubble
  /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/jpeg/
change.log 38 if decoding a progressive JPEG. The appearance no longer depends on the
  /external/qemu/docs/
ANDROID-SKIN-FILES.TXT 163 will determine its visual appearance:
  /external/webkit/WebCore/html/
HTMLSelectElement.cpp 179 // This is important since the style rules for this attribute can determine the appearance property.
  /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/docs/html/sdk/preview/
index.jd 57 important tool in evaluating your application's appearance and functionality on the new platform.

Completed in 3289 milliseconds

1 23 4 5 6 7 8 91011>>