/external/chromium_org/third_party/WebKit/ManualTests/ |
left-overflow-repaint.html | 9 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b> 15 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b> 19 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b> 23 <div style="height: 120px"> 25 <button onclick="document.getElementById('t').style.marginTop = '2em'"> 30 <div id="t" style="text-indent: -50px; background: silver; margin-left: 50px;"> 35 <div style="height: 120px"> 37 <button onclick="document.getElementById('u').style.lineHeight = '3'"> 42 <div style="text-indent: -50px; background: silver; margin-left: 50px;"> 47 <div style="height: 120px" [all...] |
/packages/apps/QuickSearchBox/res/values/ |
themes.xml | 19 <style name="Theme.QuickSearchBox" parent="@android:style/Theme.Light"> 20 </style> 22 <style name="Theme.QuickSearchBox.Search" parent="@style/Theme.QuickSearchBox"> 30 </style> 32 <style name="Theme.QuickSearchBox.SearchWidgetConfig" parent="@android:style/Theme.Dialog"> 34 </style> 36 <style name="Theme.SelectSearchSource" parent="@android:style/Theme.Light.NoTitleBar" [all...] |
/packages/apps/QuickSearchBox/res/values-xlarge/ |
themes.xml | 19 <style name="Theme.QuickSearchBox" parent="@android:style/Theme.Holo"> 20 </style> 22 <style name="Theme.QuickSearchBox.Search" parent="@style/Theme.QuickSearchBox"> 30 </style> 32 <style name="Theme.QuickSearchBox.SearchWidgetConfig" parent="@android:style/Theme.Dialog"> 34 </style> 36 <style name="Theme.SelectSearchSource" parent="@android:style/Theme.Light.NoTitleBar" [all...] |
/external/chromium/chrome/common/extensions/docs/ |
contextMenus.html | 28 <div style="display:none"> 37 <div style="display:inline"> 120 <td valign="middle"><a href="http://code.google.com/"><img src="images/code_labs_logo.gif" height="43" width="161" alt="Google Code Labs" style="border:0; margin:0;"></a></td> 121 <td valign="middle" width="100%" style="padding-left:0.6em;"> 122 <form action="http://www.google.com/cse" id="cse" style="margin-top:0.5em"> 263 <li style="display: none; "> 270 <li style="display: none; "> 278 <li style="display: none; "> 300 <li style="display: none; "> 323 <p id="classSummary" style="display: none; " [all...] |
windows.html | 28 <div style="display:none"> 37 <div style="display:inline"> 120 <td valign="middle"><a href="http://code.google.com/"><img src="images/code_labs_logo.gif" height="43" width="161" alt="Google Code Labs" style="border:0; margin:0;"></a></td> 121 <td valign="middle" width="100%" style="padding-left:0.6em;"> 122 <form action="http://www.google.com/cse" id="cse" style="margin-top:0.5em"> 263 <li style="display: none; "> 270 <li style="display: none; "> 277 <li style="display: none; "> 340 <p id="classSummary" style="display: none; "> 443 <div style="display:inline" [all...] |
extension.html | 28 <div style="display:none"> 37 <div style="display:inline"> 120 <td valign="middle"><a href="http://code.google.com/"><img src="images/code_labs_logo.gif" height="43" width="161" alt="Google Code Labs" style="border:0; margin:0;"></a></td> 121 <td valign="middle" width="100%" style="padding-left:0.6em;"> 122 <form action="http://www.google.com/cse" id="cse" style="margin-top:0.5em"> 263 <li style="display: none; "> 288 </li><li style="display: none; "> 290 </li><li style="display: none; "> 340 <p id="classSummary" style="display: none; "> 417 <div style="display:inline" [all...] |
experimental.webInspector.audits.html | 28 <div style="display:none"> 37 <div style="display:inline"> 120 <td valign="middle"><a href="http://code.google.com/"><img src="images/code_labs_logo.gif" height="43" width="161" alt="Google Code Labs" style="border:0; margin:0;"></a></td> 121 <td valign="middle" width="100%" style="padding-left:0.6em;"> 122 <form action="http://www.google.com/cse" id="cse" style="margin-top:0.5em"> 263 <li style="display: none; "> 271 <li style="display: none; "> 287 <li style="display: none; "> 318 <p id="classSummary" style="display: none; "> 340 <img src="images/devtools-audits-category.png" style="margin-left: 20px" width="489" height="342" alt="Extension audit category on the launch screen of (…) [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/ |
X500Name.java | 13 import org.bouncycastle.asn1.x500.style.BCStyle; 38 private X500NameStyle style; field in class:X500Name 41 public X500Name(X500NameStyle style, X500Name name) 44 this.style = style; 78 X500NameStyle style, 83 return getInstance(style, ((X500Name)obj).toASN1Primitive()); 87 return new X500Name(style, ASN1Sequence.getInstance(obj)); 105 X500NameStyle style, 108 this.style = style [all...] |
/external/chromium_org/tools/clang/plugins/tests/ |
base_refcounted.txt | 2 ./base_refcounted.h:47:3: warning: [chromium-style] Classes that are ref-counted should have destructors that are declared protected or private. 5 ./base_refcounted.h:44:7: note: [chromium-style] 'PublicRefCountedDtorInHeader' inherits from 'base::RefCounted<PublicRefCountedDtorInHeader>' here 8 ./base_refcounted.h:59:3: warning: [chromium-style] Classes that are ref-counted should have destructors that are declared protected or private. 11 ./base_refcounted.h:55:7: note: [chromium-style] 'PublicRefCountedThreadSafeDtorInHeader' inherits from 'base::RefCountedThreadSafe<PublicRefCountedThreadSafeDtorInHeader>' here 14 ./base_refcounted.h:73:3: warning: [chromium-style] Classes that are ref-counted and have non-private destructors should declare their destructor virtual. 17 ./base_refcounted.h:110:3: warning: [chromium-style] Classes that are ref-counted should have destructors that are declared protected or private. 20 ./base_refcounted.h:107:7: note: [chromium-style] 'DerivedProtectedToPublicInHeader' inherits from 'ProtectedRefCountedVirtualDtorInHeader' here 23 ./base_refcounted.h:81:7: note: [chromium-style] 'ProtectedRefCountedVirtualDtorInHeader' inherits from 'base::RefCounted<ProtectedRefCountedVirtualDtorInHeader>' here 26 ./base_refcounted.h:115:7: warning: [chromium-style] Classes that are ref-counted should have explicit destructors that are declared protected or private. 29 ./base_refcounted.h:116:7: note: [chromium-style] 'ImplicitDerivedProtectedToPublicInHeader' inherits from 'ProtectedRefCountedVirtualDtorInHeader' (…) [all...] |
/frameworks/base/docs/html/guide/topics/resources/ |
style-resource.jd | 1 page.title=Style Resource 16 <p>A style resource defines the format and look for a UI. 17 A style can be applied to an individual {@link android.view.View} (from within a layout file) or to 23 <p class="note"><strong>Note:</strong> A style is a simple resource that is referenced 25 such, you can combine style resources with other simple resources in the one XML file, 36 In XML: <code>@[package:]style/<em>style_name</em></code> 44 <<a href="#style-element">style</a> 46 parent="@[package:]style/<em>style_to_inherit</em>"> 50 </style> [all...] |
/frameworks/base/core/res/res/values/ |
themes.xml | 43 <style name="Theme"> 60 <item name="textAppearance">@android:style/TextAppearance</item> 61 <item name="textAppearanceInverse">@android:style/TextAppearance.Inverse</item> 84 <item name="textAppearanceLarge">@android:style/TextAppearance.Large</item> 85 <item name="textAppearanceMedium">@android:style/TextAppearance.Medium</item> 86 <item name="textAppearanceSmall">@android:style/TextAppearance.Small</item> 87 <item name="textAppearanceLargeInverse">@android:style/TextAppearance.Large.Inverse</item> 88 <item name="textAppearanceMediumInverse">@android:style/TextAppearance.Medium.Inverse</item> 89 <item name="textAppearanceSmallInverse">@android:style/TextAppearance.Small.Inverse</item> 90 <item name="textAppearanceSearchResultTitle">@android:style/TextAppearance.SearchResult.Title</item [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLHRElement.cpp | 60 void HTMLHRElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) 64 addPropertyToPresentationAttributeStyle(style, CSSPropertyMarginLeft, 0, CSSPrimitiveValue::CSS_PX); 65 addPropertyToPresentationAttributeStyle(style, CSSPropertyMarginRight, CSSValueAuto); 67 addPropertyToPresentationAttributeStyle(style, CSSPropertyMarginLeft, CSSValueAuto); 68 addPropertyToPresentationAttributeStyle(style, CSSPropertyMarginRight, 0, CSSPrimitiveValue::CSS_PX); 70 addPropertyToPresentationAttributeStyle(style, CSSPropertyMarginLeft, CSSValueAuto); 71 addPropertyToPresentationAttributeStyle(style, CSSPropertyMarginRight, CSSValueAuto); 77 addPropertyToPresentationAttributeStyle(style, CSSPropertyWidth, 1, CSSPrimitiveValue::CSS_PX); 79 addHTMLLengthToStyle(style, CSSPropertyWidth, value); 81 addPropertyToPresentationAttributeStyle(style, CSSPropertyBorderStyle, CSSValueSolid) [all...] |
/external/sonivox/docs/JET_Programming_Manual_files/ |
header.htm | 19 <div style='mso-element:footnote-separator' id=fs>
21 <p class=MsoNormal><span style='mso-special-character:footnote-separator'><![if !supportFootnotes]>
29 <div style='mso-element:footnote-continuation-separator' id=fcs>
31 <p class=MsoNormal><span style='mso-special-character:footnote-continuation-separator'><![if !supportFootnotes]>
39 <div style='mso-element:endnote-separator' id=es>
41 <p class=MsoNormal><span style='mso-special-character:footnote-separator'><![if !supportFootnotes]>
49 <div style='mso-element:endnote-continuation-separator' id=ecs>
51 <p class=MsoNormal><span style='mso-special-character:footnote-continuation-separator'><![if !supportFootnotes]>
59 <div style='mso-element:footer' id=f1>
61 <p class=MsoFooter><span style='font-size:10.0pt;color:olive'><span [all...] |
/frameworks/base/tests/StatusBar/res/values/ |
styles.xml | 18 <style name="IdTitle"> 24 </style> 26 <style name="IdButton"> 36 </style> 38 <style name="IdButton.Minus"> 40 </style> 42 <style name="IdButton.Plus"> 44 </style> 46 <style name="FieldTitle"> 52 </style> [all...] |
/packages/apps/Calculator/res/values/ |
styles.xml | 23 <style name="button_style"> 31 </style> 33 <style name="digit_button_style" parent="button_style"> 35 </style> 37 <style name="button_small_style" parent="button_style"> 39 </style> 41 <style name="display_style"> 55 </style> 57 <style name="btn_row_style"> 62 </style> [all...] |
/developers/samples/android/connectivity/network/BasicNetworkDemo/BasicNetworkDemo/src/main/res/values/ |
styles.xml | 21 <style name="Theme.Base" parent="android:Theme.Light" /> 23 <style name="Theme.Sample" parent="Theme.Base" /> 27 <style name="Widget" /> 29 <style name="Widget.SampleOutput"> 33 </style> 35 <style name="Log" parent="Widget.SampleOutput"> 37 </style>
|
/developers/samples/android/connectivity/network/NetworkConnect/NetworkConnect/src/main/res/values/ |
styles.xml | 21 <style name="Theme.Base" parent="android:Theme.Light" /> 23 <style name="Theme.Sample" parent="Theme.Base" /> 27 <style name="Widget" /> 29 <style name="Widget.SampleOutput"> 33 </style> 35 <style name="Log" parent="Widget.SampleOutput"> 37 </style>
|
/developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/src/main/res/values/ |
styles.xml | 21 <style name="Theme.Base" parent="android:Theme.Light" /> 23 <style name="Theme.Sample" parent="Theme.Base" /> 27 <style name="Widget" /> 29 <style name="Widget.SampleOutput"> 33 </style> 35 <style name="Log" parent="Widget.SampleOutput"> 37 </style>
|
/developers/samples/android/security/keystore/BasicAndroidKeyStore/BasicAndroidKeyStore/src/main/res/values/ |
styles.xml | 21 <style name="Theme.Base" parent="android:Theme.Light" /> 23 <style name="Theme.Sample" parent="Theme.Base" /> 27 <style name="Widget" /> 29 <style name="Widget.SampleOutput"> 33 </style> 35 <style name="Log" parent="Widget.SampleOutput"> 37 </style>
|
/developers/samples/android/ui/notifications/CustomNotifications/CustomNotifications/src/main/res/values/ |
styles.xml | 22 <style name="AppBaseTheme" parent="android:Theme.Light"> 28 </style> 31 <style name="AppTheme" parent="AppBaseTheme"> 33 </style> 35 <style name="NotificationContent" parent="@android:style/TextAppearance.Small"> 37 </style>
|
/development/samples/ApiDemos/res/values-v11/ |
styles.xml | 19 <style name="ThemeHolo" parent="android:Theme.Holo"> 20 </style> 23 <style name="ThemeHoloDialog" parent="android:Theme.Holo.Dialog"> 24 </style> 27 <style name="ThemeDialogWhenLarge" parent="android:style/Theme.Holo.DialogWhenLarge"> 28 </style>
|
/development/samples/training/multiscreen/newsreader/res/values/ |
style.xml | 18 <style name="NewsReaderStyle" parent="android:Theme.Light.NoTitleBar"> 19 </style> 21 <style name="NewsReaderStyle_NoActionBar" parent="android:Theme.Light.NoTitleBar"> 22 </style> 24 <style name="CategoryButtonStyle" parent="@android:style/Widget.Button"> 26 </style>
|
/external/chromium_org/third_party/libxslt/libxslt/ |
imports.h | 27 #define XSLT_GET_IMPORT_PTR(res, style, name) { \ 28 xsltStylesheetPtr st = style; \ 40 #define XSLT_GET_IMPORT_INT(res, style, name) { \ 41 xsltStylesheetPtr st = style; \ 52 xsltParseStylesheetImport(xsltStylesheetPtr style, 56 (xsltStylesheetPtr style, 59 xsltNextImport (xsltStylesheetPtr style);
|
/external/chromium_org/third_party/skia/src/core/ |
SkTypeface.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 22 SkTypeface::SkTypeface(Style style, SkFontID fontID, bool isFixedPitch) 23 : fUniqueID(fontID), fStyle(style), fIsFixedPitch(isFixedPitch) { 39 SkTypeface* SkTypeface::GetDefaultTypeface(Style style) { 45 SkASSERT((unsigned)style < FONT_STYLE_COUNT); 48 style = (Style)(style & 0x03) [all...] |
/external/chromium_org/tools/json_schema_compiler/highlighters/ |
pygments_highlighter.py | 2 # Use of this source code is governed by a BSD-style license that can be 23 def GetCSS(self, style): 25 style=pygments.styles.get_style_by_name(style)) 28 def GetCodeElement(self, code, style): 30 style=pygments.styles.get_style_by_name(style))
|