HomeSort by relevance Sort by last modified time
    Searched full:style (Results 826 - 850 of 56132) sorted by null

<<31323334353637383940>>

  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.R.style.html 2 <HTML style="overflow:auto;">
10 android.R.style
15 <style type="text/css">
22 </style>
24 <style type="text/css">
25 </style>
30 <div id="header" style="margin-bottom:0;padding-bottom:0;">
42 <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
48 <td class="diffspec" style="padding-top:.25em">To Level:</td>
49 <td class="diffvaluenew" style="padding-top:.25em">5</td
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
fields_index_all.html 2 <HTML style="overflow:auto;">
15 <style type="text/css">
22 </style>
24 <style type="text/css">
25 </style>
27 <BODY class="gc-documentation" style="padding:12px;">
29 <table summary="Index for Fields" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
36 <td class="indexText" style="line-height:1.3em;padding-left:2em;">
47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></sp (…)
    [all...]
fields_index_additions.html 2 <HTML style="overflow:auto;">
15 <style type="text/css">
22 </style>
24 <style type="text/css">
25 </style>
27 <BODY class="gc-documentation" style="padding:12px;">
29 <table summary="Index for Fields" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
36 <td class="indexText" style="line-height:1.3em;padding-left:2em;">
47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></sp (…)
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/13/changes/
fields_index_additions.html 2 <HTML style="overflow:auto;">
15 <style type="text/css">
22 </style>
24 <style type="text/css">
25 </style>
27 <BODY class="gc-documentation" style="padding:12px;">
29 <table summary="Index for Fields" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
36 <td class="indexText" style="line-height:1.3em;padding-left:2em;">
47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></sp (…)
    [all...]
fields_index_all.html 2 <HTML style="overflow:auto;">
15 <style type="text/css">
22 </style>
24 <style type="text/css">
25 </style>
27 <BODY class="gc-documentation" style="padding:12px;">
29 <table summary="Index for Fields" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
36 <td class="indexText" style="line-height:1.3em;padding-left:2em;">
47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></sp (…)
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
xslt.c 8 * Associating Style Sheets with XML documents
119 * @style: the stylesheet
125 xsltParseContentError(xsltStylesheetPtr style,
128 if ((style == NULL) || (node == NULL))
132 xsltTransformError(NULL, style, node,
136 xsltTransformError(NULL, style, node,
139 style->errors++;
146 * @style: the transformation stylesheet
155 exclPrefixPush(xsltStylesheetPtr style, xmlChar * value)
159 if (style->exclPrefixMax == 0)
2986 xsltStylesheetPtr style; local
5596 xsltStylesheetPtr style; local
    [all...]
  /external/libxslt/libxslt/
xslt.c 8 * Associating Style Sheets with XML documents
119 * @style: the stylesheet
125 xsltParseContentError(xsltStylesheetPtr style,
128 if ((style == NULL) || (node == NULL))
132 xsltTransformError(NULL, style, node,
136 xsltTransformError(NULL, style, node,
139 style->errors++;
146 * @style: the transformation stylesheet
155 exclPrefixPush(xsltStylesheetPtr style, xmlChar * value)
159 if (style->exclPrefixMax == 0)
2986 xsltStylesheetPtr style; local
5596 xsltStylesheetPtr style; local
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/
css3-cursor-fallback-strict.html 9 <div style="width:100px;height:50px;background-color:lightblue; cursor:url(nonexistent.png), auto;"><span style="cursor:url(nonexistent.png), auto;">some text</span></div>
10 <div style="width:100px;height:50px;background-color:lightblue; cursor:url(nonexistent.png);"></div>
17 <td><div style="width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff), text;"></div></td> <!-- Valid, no fallback needed -->
18 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(nonexistent.png), help;'></div></td>
19 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(nonexistent.png), url(custom-cursors.html), url(unknown-scheme:custom-cursors.html), url(resources/helpCursor.tiff), text;'></div></td>
20 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(nonexistent.png), url("resources/helpCursor.tiff"), text;'></div></td>
21 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 1, text;'></div></td> <!-- CSS3 hot spot - valid, no fallback needed -->
26 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 1 text;'></div></td> <!-- CSS3 hot spot - invalid, should have comma after hotspot coords -->
27 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1, tex (…)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
EllipsisBox.cpp 32 #include "core/rendering/style/ShadowData.h"
39 RenderStyle* style = m_renderer->style(isFirstLineStyle()); local
40 Color styleTextColor = m_renderer->resolveColor(style, CSSPropertyWebkitTextFillColor);
45 const Font& font = style->font();
47 paintSelection(context, paintOffset, style, font);
56 const ShadowData* shadow = context->printing() ? 0 : style->textShadow();
76 FloatPoint textOrigin(boxOrigin.x(), boxOrigin.y() + style->fontMetrics().ascent());
77 TextRun textRun = RenderBlock::constructTextRun(renderer(), font, m_str, style, TextRun::AllowTrailingExpansion);
89 paintMarkupBox(paintInfo, paintOffset, lineTop, lineBottom, style);
125 RenderStyle* style = m_renderer->style(isFirstLineStyle()); local
159 RenderStyle* style = m_renderer->style(isFirstLineStyle()); local
    [all...]
RenderDeprecatedFlexibleBox.cpp 46 if (m_box->style()->boxOrient() == HORIZONTAL && !m_box->style()->isLeftToRightDirection())
47 m_forward = m_box->style()->boxDirection() != BNORMAL;
49 m_forward = m_box->style()->boxDirection() == BNORMAL;
54 if (child->style()->boxOrdinalGroup() > m_largestOrdinal)
55 m_largestOrdinal = child->style()->boxOrdinalGroup();
100 m_ordinalValues.add(m_currentChild->style()->boxOrdinalGroup());
102 && m_currentChild->style()->boxOrdinalGroup() != m_currentOrdinal));
110 return m_currentOrdinal == firstOrdinalValue && m_currentChild->style()->boxOrdinalGroup() != firstOrdinalValue;
155 Length marginLeft = child->style()->marginLeft()
    [all...]
  /external/skia/gm/
linepaths.cpp 4 * Use of this source code is governed by a BSD-style license that can be
27 SkPaint::Style style, SkPath::FillType fill,
35 paint.setStyle(style);
54 SkPaint::Style fStyle;
87 "Indicated Style, Fill and Linecaps, with stroke width 10";
108 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
109 if (0 < style) {
    [all...]
quadpaths.cpp 4 * Use of this source code is governed by a BSD-style license that can be
27 SkPaint::Style style, SkPath::FillType fill,
35 paint.setStyle(style);
54 SkPaint::Style fStyle;
88 "Indicated Style, Fill and Linecaps, with stroke width 10";
109 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
110 if (0 < style) {
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/18/changes/
constructors_index_additions.html 2 <HTML style="overflow:auto;">
15 <style type="text/css">
22 </style>
24 <style type="text/css">
25 </style>
27 <BODY class="gc-documentation" style="padding:12px;">
29 <table summary="Index for Constructors" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
36 <td class="indexText" style="line-height:1.3em;padding-left:2em;">
47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></sp (…)
    [all...]
  /frameworks/base/packages/PrintSpooler/res/layout/
print_job_config_activity_content_editing.xml 62 android:textAppearance="@style/PrintOptionTitleTextAppearance"
74 style="@style/PrintOptionEditTextStyle"
86 android:textAppearance="@style/PrintOptionTitleTextAppearance"
97 style="@style/PrintOptionSpinnerStyle">
108 android:textAppearance="@style/PrintOptionTitleTextAppearance"
119 style="@style/PrintOptionSpinnerStyle">
138 android:textAppearance="@style/PrintOptionTitleTextAppearance
    [all...]
  /external/chromium/chrome/common/extensions/docs/
omnibox.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; ">
289 <li style="display: none; ">
325 <p id="classSummary" style="display: none; "
    [all...]
  /cts/tools/signature-tools/templates/
Styles.st 5 /* default link style*/
10 /* discreet link style */
16 list-style-type: none
  /development/apps/CustomLocale/res/values/
styles.xml 17 <style name="TextAppearance"
20 <style name="TextAppearance.header">
23 </style>
  /development/apps/Development/res/layout/
show_activity.xml 61 <TextView style="@style/SummaryCategoryLayout"
68 <TextView style="@style/SummaryCategoryLayout"
75 <TextView style="@style/SummaryCategoryLayout"
82 <TextView style="@style/SummaryCategoryLayout"
89 <TextView style="@style/SummaryCategoryLayout
    [all...]
  /development/samples/ActionBarCompat/res/values-v13/
styles.xml 19 <style name="ActionBarTitle" parent="android:style/TextAppearance.Holo.Widget.ActionBar.Title">
21 </style>
  /development/samples/Wiktionary/res/values/
themes.xml 18 <style name="LookupTheme" parent="@android:style/Theme.Light.NoTitleBar">
20 </style>
  /external/chromium/chrome/browser/printing/cloud_print/resources/
cloud_print_setup_flow.html 9 <body style="margin:0; border:0;" onload="cloudprint.showInitialPage();">
13 style="display:none" tabindex="-1"></iframe>
17 style="display:none" tabindex="-1"></iframe>
  /external/chromium/chrome/browser/remoting/resources/
remoting_setting_up.html 5 <style type="text/css">
18 </style>
22 <body i18n-values=".style.fontFamily:fontfamily">
  /external/chromium/chrome/common/extensions/docs/examples/api/i18n/getMessage/
popup.html 3 source code is governed by a BSD-style license that can be found in the
9 <style>
14 </style>
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.html 4 * source code is governed by a BSD-style license that can be found in the
13 <style type="text/css">
18 </style>
  /external/chromium-trace/trace-viewer/src/cc/
layer_tree_host_impl_view_test.js 2 // Use of this source code is governed by a BSD-style license that can be
22 view.style.width = '800px';
23 view.style.height = '400px';

Completed in 495 milliseconds

<<31323334353637383940>>