/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
MetricsSidebarPane.js | 56 // "style" attribute might have changed. Update metrics unless they are being edited 69 function callback(style) 71 if (!style || this.node !== node) 73 this._updateMetrics(style); 77 function inlineStyleCallback(style) 79 if (!style || this.node !== node) 81 this.inlineStyle = style; 99 _getPropertyValueAsPx: function(style, propertyName) 101 return Number(style.getPropertyValue(propertyName).replace(/px$/, "") || 0); 131 element.style.backgroundColor = element._backgroundColor [all...] |
/external/chromium_org/third_party/skia/include/core/ |
SkTypeface.h | 5 * Use of this source code is governed by a BSD-style license that can be 30 The SkTypeface class specifies the typeface and intrinsic style of a font. 41 /** Style specifies the intrinsic style attributes of a given typeface 43 enum Style { 52 /** Returns the typeface's intrinsic style attributes 54 Style style() const { return fStyle; } function in class:SkTypeface 65 * This is a style bit, advance widths may vary even if this returns true. 89 static SkTypeface* RefDefault(Style style = SkTypeface::kNormal) [all...] |
/external/skia/include/core/ |
SkTypeface.h | 5 * Use of this source code is governed by a BSD-style license that can be 30 The SkTypeface class specifies the typeface and intrinsic style of a font. 41 /** Style specifies the intrinsic style attributes of a given typeface 43 enum Style { 52 /** Returns the typeface's intrinsic style attributes 54 Style style() const { return fStyle; } function in class:SkTypeface 65 * This is a style bit, advance widths may vary even if this returns true. 89 static SkTypeface* RefDefault(Style style = SkTypeface::kNormal) [all...] |
/cts/suite/pts/deviceTests/browserbench/assets/octane/ |
index.html | 42 box.style.visibility = 'visible'; 43 var bar = document.getElementById("progress-bar").style.width = "" 73 document.getElementById("progress-bar-container").style.visibility = 'hidden'; 74 document.getElementById("bottom-text").style.visibility = 'visible'; 81 document.getElementById("bar-appendix").innerHTML = "<br/><div class=\"progress progress-striped\" id=\"progress-bar-container\" style=\"visibility:hidden\"><div class=\"bar\"style=\"width: 0%;\" id=\"progress-bar\"></div></div>"; 89 document.getElementById("progress-bar-container").style.visibility = 'visible'; 107 document.getElementById("alertbox").style.display="block"; 121 <style> 126 </style> [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/ |
options.html | 25 <style> 100 </style> 102 <body class="uber-frame" style="background-color: #f2f2f2"> 131 <div style="display: -webkit-box; -webkit-box-orient: vertical;"> 133 <div style="-webkit-box-flex: 1; display: -webkit-box; overflow: auto"> 134 <div style="width: 20em; -webkit-box; -webkit-box-orient: vertical"> 136 <div class="bordered" style="-webkit-box-flex: 1;"> 137 <list id="scriptList" style="background-color: white"></list> 150 <span style="float: left">Tiny</span> 151 <span style="float: right">Huge</span [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderFileUploadControl.cpp | 96 if (style()->visibility() != VISIBLE) 112 const Font& font = style()->font(); 113 TextRun textRun = constructTextRun(this, font, displayedFilename, style(), TextRun::AllowTrailingExpansion, RespectDirection | RespectDirectionOverride); 127 if (style()->isLeftToRightDirection()) 141 textY - style()->fontMetrics().ascent(), 143 style()->fontMetrics().height()); 161 const Font& font = style()->font(); 164 float minDefaultLabelWidth = defaultWidthNumChars * font.width(constructTextRun(renderer, font, characterAsString, style(), TextRun::AllowTrailingExpansion)); 167 float defaultLabelWidth = font.width(constructTextRun(renderer, font, label, style(), TextRun::AllowTrailingExpansion)); 173 if (!style()->width().isPercent() [all...] |
/frameworks/base/media/java/android/media/ |
Rating.java | 26 * A rating is defined by its rating style (see {@link #RATING_HEART}, 37 * A rating style with a single degree of rating, "heart" vs "no heart". Can be used to 43 * A rating style for "thumb up" vs "thumb down". 48 * A rating style with 0 to 3 stars. 53 * A rating style with 0 to 4 stars. 58 * A rating style with 0 to 5 stars. 63 * A rating style expressed as a percentage. 84 return "Rating:style=" + mRatingStyle + " rating=" 117 * rating style. 121 * @return null if an invalid rating style is passed, a new Rating instance otherwise [all...] |
/build/tools/droiddoc/templates-sac/ |
footer.cs | 1 <div id="footer" class="wrap" <?cs if:fullpage ?>style="width:940px"<?cs /if ?>>
|
/cts/apps/CtsVerifier/res/layout/ |
p2p_responder_main.xml | 29 style="@style/InstructionsFont" 36 style="@style/InstructionsFont"
|
/cts/tests/tests/text/src/android/text/style/cts/ |
MetricAffectingSpanTest.java | 17 package android.text.style.cts; 21 import android.text.style.CharacterStyle; 22 import android.text.style.MetricAffectingSpan; 23 import android.text.style.SuperscriptSpan;
|
/developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapter/src/main/res/values/ |
styles.xml | 24 <style name="AppBaseTheme" parent="android:Theme.Light"> 30 </style> 33 <style name="AppTheme" parent="AppBaseTheme"> 35 </style>
|
/developers/samples/android/content/LoaderCursor/res/values/ |
styles.xml | 23 <style name="AppBaseTheme" parent="android:Theme.Light"> 29 </style> 32 <style name="AppTheme" parent="AppBaseTheme"> 34 </style>
|
/developers/samples/android/input/multitouch/BasicMultitouch/BasicMultitouch/src/main/res/values/ |
styles.xml | 22 <style name="AppBaseTheme" parent="android:Theme.Light.NoTitleBar"> 28 </style> 31 <style name="AppTheme" parent="AppBaseTheme"> 33 </style>
|
/developers/samples/android/testing/ActivityInstrumentationSample/res/values/ |
styles.xml | 24 <style name="AppBaseTheme" parent="android:Theme.Light"> 30 </style> 33 <style name="AppTheme" parent="AppBaseTheme"> 35 </style>
|
/developers/samples/android/ui/accessibility/BasicAccessibility/BasicAccessibility/src/main/res/values/ |
styles.xml | 23 <style name="AppBaseTheme" parent="android:Theme.Light"> 29 </style> 32 <style name="AppTheme" parent="AppBaseTheme"> 34 </style>
|
/developers/samples/android/ui/actionbar/DoneBar/DoneBar/src/main/res/layout/ |
activity_done_bar.xml | 21 <LinearLayout style="@style/Widget.SampleContentContainer" 26 <TextView style="@style/Widget.SampleMessage"
|
activity_done_button.xml | 21 <LinearLayout style="@style/Widget.SampleContentContainer" 26 <TextView style="@style/Widget.SampleMessage"
|
activity_sample_dashboard.xml | 22 <TextView style="@style/Widget.SampleMessage" 32 style="@style/Widget.SampleDashboard.Grid"
|
/developers/samples/android/ui/notifications/BasicNotifications/BasicNotifications/src/main/res/values/ |
styles.xml | 23 <style name="AppBaseTheme" parent="android:Theme.Light"> 29 </style> 32 <style name="AppTheme" parent="AppBaseTheme"> 34 </style>
|
/developers/samples/android/ui/views/TextSwitcher/TextSwitcher/src/main/res/values/ |
styles.xml | 23 <style name="AppBaseTheme" parent="android:Theme.Light"> 29 </style> 32 <style name="AppTheme" parent="AppBaseTheme"> 34 </style>
|
/development/samples/SearchableDictionary/res/layout/ |
result.xml | 28 style="@android:style/TextAppearance.Large" 33 style="@android:style/TextAppearance.Small"
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentDialogSupport.java | 126 // Pick a style based on the num. 127 int style = DialogFragment.STYLE_NORMAL, theme = 0; local 129 case 1: style = DialogFragment.STYLE_NO_TITLE; break; 130 case 2: style = DialogFragment.STYLE_NO_FRAME; break; 131 case 3: style = DialogFragment.STYLE_NO_INPUT; break; 132 case 4: style = DialogFragment.STYLE_NORMAL; break; 133 case 5: style = DialogFragment.STYLE_NO_TITLE; break; 134 case 6: style = DialogFragment.STYLE_NO_FRAME; break; 135 case 7: style = DialogFragment.STYLE_NORMAL; break; 138 case 2: theme = android.R.style.Theme_Panel; break [all...] |
/development/samples/Wiktionary/res/layout/ |
widget_message.xml | 22 style="@style/WidgetBackground"> 32 style="@style/Text.Loading" />
|
/development/samples/WiktionarySimple/res/layout/ |
widget_message.xml | 22 style="@style/WidgetBackground"> 32 style="@style/Text.Loading" />
|
/development/samples/devbytes/animation/Anticipation/res/values/ |
styles.xml | 21 <style name="AppBaseTheme" parent="android:Theme.Light"> 27 </style> 30 <style name="AppTheme" parent="AppBaseTheme"> 32 </style>
|