/external/chromium_org/third_party/WebKit/Source/web/tests/data/ |
find_in_hidden_frame.html | 1 <div>hello</div><iframe style="display:inline;width:0;height:0;border:none" src="data:text/html,hello"></iframe>
|
get_scale_for_zoom_into_editable_test.html | 3 <style> 8 </style> 11 <input id="EditBoxWithText" style=" position: absolute; left: 200px; top: 200px; width: 250px; height:20" value = "Long long long long text to fill the edit box" type="text"> 12 <input id="EditBoxWithNoText" style=" position: absolute; left: 200px; top: 250px; width: 250px; height:20" type="text">
|
/external/chromium_org/third_party/WebKit/Source/web/tests/data/pageserializer/ |
css_test_page.html | 11 <style> 21 </style> 23 <style> 29 list-style-image: url('ul-dot.png'); 33 list-style-image: url('ol-dot.png'); 36 </style> 39 // Dynamically creates a CSS style. 43 var styleNode= document.createElement('style'); 57 <!-- Style is in linked file --> 62 <!-- Style is in a file imported in the linked file -- [all...] |
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/stylesheets/ |
menu.css | 5 list-style: none;
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkReduceOrder.h | 4 * Use of this source code is governed by a BSD-style license that can be 21 enum Style { 26 int reduce(const SkDCubic& cubic, Quadratics, Style); 28 int reduce(const SkDQuad& quad, Style);
|
/external/chromium_org/third_party/skia/src/ports/ |
SkFontConfigTypeface.h | 4 * Use of this source code is governed by a BSD-style license that can be 21 FontConfigTypeface(Style style, 24 : INHERITED(style, SkTypefaceCache::NewFontID(), false) 29 FontConfigTypeface(Style style, SkStream* localStream) 30 : INHERITED(style, SkTypefaceCache::NewFontID(), false) { 53 SkTypeface::Style); 60 virtual SkTypeface* onRefMatchingStyle(Style) const SK_OVERRIDE;
|
/external/chromium_org/tools/grit/grit/testdata/ |
ko_oem_enable_bug.html | 1 <IMG style="VERTICAL-ALIGN: middle" height=16 alt=??? src="/email.gif" width=16
|
/external/clang/www/demo/ |
syntax.css | 3 .llvm_type { font-style: oblique; color: green }
|
/external/skia/src/pathops/ |
SkReduceOrder.h | 4 * Use of this source code is governed by a BSD-style license that can be 21 enum Style { 26 int reduce(const SkDCubic& cubic, Quadratics, Style); 28 int reduce(const SkDQuad& quad, Style);
|
/external/skia/src/ports/ |
SkFontConfigTypeface.h | 4 * Use of this source code is governed by a BSD-style license that can be 21 FontConfigTypeface(Style style, 24 : INHERITED(style, SkTypefaceCache::NewFontID(), false) 29 FontConfigTypeface(Style style, bool fixedWidth, SkStream* localStream) 30 : INHERITED(style, SkTypefaceCache::NewFontID(), fixedWidth) { 53 SkTypeface::Style); 60 virtual SkTypeface* onRefMatchingStyle(Style) const SK_OVERRIDE;
|
/external/smack/src/org/jivesoftware/smackx/ |
XHTMLText.java | 38 * @param style the XHTML style of the body 41 public XHTMLText(String style, String lang) { 42 appendOpenBodyTag(style, lang); 49 * @param style the XHTML style of the anchor 51 public void appendOpenAnchorTag(String href, String style) { 58 if (style != null) { 59 sb.append(" style=\""); 60 sb.append(style); [all...] |
/external/valgrind/main/docs/internals/ |
tm-mutexstates.dot | 17 dead -> locked [ style=dotted, label="locked\nafter destroy" ]; 18 dead -> free [ style=dotted, label="unlocked\nafter destroy" ]; 20 locked -> free [ style=dotted, label="unlocked\nby non-owner" ]; 21 locked -> dead [ style=dotted, label="destroyed\nwhile locked" ];
|
/frameworks/base/tests/TransitionTests/res/values/ |
styles.xml | 7 <style name="AppBaseTheme" parent="android:Theme.Light"> 13 </style> 16 <style name="AppTheme" parent="AppBaseTheme"> 18 </style>
|
/packages/apps/Browser/res/layout/ |
autofill_settings_fragment.xml | 52 style="@style/AutofillProfileTextView" 55 style="@style/AutofillProfileEditText" 60 style="@style/AutofillProfileTextView" 63 style="@style/AutofillProfileEditText" 86 style="@style/AutofillProfileEditText [all...] |
/packages/apps/Browser/res/layout-port/ |
autofill_settings_fragment.xml | 46 style="@style/AutofillProfileTextView" 49 style="@style/AutofillProfileEditText" 53 style="@style/AutofillProfileTextView" 56 style="@style/AutofillProfileEditText" 78 style="@style/AutofillProfileEditText [all...] |
/packages/apps/Browser/res/values-sw600dp/ |
styles.xml | 17 <style name="BrowserTheme" parent="@android:Theme.Holo"> 22 <item name="android:actionBarStyle">@style/ActionBarStyle</item> 24 </style> 25 <style name="Suggestions" parent="@android:style/Widget.Holo.AutoCompleteTextView"> 26 </style> 27 <style name="ActionBarStyle" parent="@android:style/Widget.Holo.ActionBar"> 30 </style>
|
/packages/apps/Calculator/res/layout-land/ |
simple_pad.xml | 36 style="@style/digit_button_style" 41 style="@style/digit_button_style" 46 style="@style/digit_button_style" 51 style="@style/button_style" 57 style="@style/button_style [all...] |
/packages/apps/Camera2/res/values-v14/ |
styles.xml | 18 <style name="Theme.GalleryBase" parent="android:Theme.Holo"> 20 <item name="switchStyle">@android:style/Widget.CompoundButton</item> 21 </style> 22 <style name="ActionBarTwoLineItem"> 24 </style> 25 <style name="Theme.Photos.Gallery" parent="android:Theme.Holo.Light"> 26 </style> 27 <style name="Theme.Photos.Fullscreen" parent="android:Theme.Holo"> 28 </style>
|
/packages/apps/Gallery2/res/values-v14/ |
styles.xml | 18 <style name="Theme.GalleryBase" parent="android:Theme.Holo"> 20 <item name="switchStyle">@android:style/Widget.CompoundButton</item> 21 </style> 22 <style name="ActionBarTwoLineItem"> 24 </style> 25 <style name="Theme.Photos.Gallery" parent="android:Theme.Holo.Light"> 26 </style> 27 <style name="Theme.Photos.Fullscreen" parent="android:Theme.Holo"> 28 </style>
|
/packages/apps/Settings/res/values-sw600dp/ |
styles.xml | 19 <style name="Theme.CreateShortCut" parent="android:Theme.Holo.Dialog"> 21 </style> 23 <style name="wifi_item"> 31 </style> 33 <style name="wifi_item_label"> 38 </style> 40 <style name="wifi_item_content"> 45 </style> 47 <style name="wifi_item_edit_content"> 52 </style> [all...] |
/packages/apps/UnifiedEmail/res/layout/ |
cc_bcc_view.xml | 22 <LinearLayout style="@style/RecipientComposeFieldLayout" 34 style="@style/RecipientComposeHeading" 41 style="@style/RecipientEditTextViewStyle" 45 <View style="@style/RecipientComposeFieldSpacer"/> 48 <LinearLayout style="@style/RecipientComposeFieldLayout [all...] |
/packages/apps/UnifiedEmail/res/raw/ |
template_super_collapsed.html | 1 <div class="mail-super-collapsed-block spacer" index="%s" style="height: %spx;"></div>
|
/packages/apps/UnifiedEmail/res/values/ |
attrs.xml | 20 <add-resource name="RecipientEditTextViewStyle" type="style" /> 21 <add-resource name="ComposeEditTextView" type="style" /> 22 <add-resource name="LargeComposeAreaBody" type="style" /> 23 <add-resource name="RecipientComposeFieldSpacer" type="style" /> 24 <add-resource name="ComposeHeading" type="style" /> 25 <add-resource name="RecipientComposeHeading" type="style" /> 26 <add-resource name="ComposeFieldLayout" type="style" /> 27 <add-resource name="RecipientComposeFieldLayout" type="style" /> 28 <add-resource name="ComposeSubjectStyle" type="style" />
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
broken2-expected-completion21.txt | 1 Code completion in broken2.xml for style=^:
|
navigationstyles.xml | 4 <style name="CustomTheme" parent="android:Theme.Light"> 7 </style> 9 <style name="BrowserTheme" parent="@android:Theme.Black"> 10 <item name="android:autoCompleteTextViewStyle">@style/AutoCompleteTextView</item> 12 </style> 14 <style name="AutoCompleteTextView"> 23 </style> 25 <style name="CustomTitle" parent="@android:Theme"> 27 </style>
|