HomeSort by relevance Sort by last modified time
    Searched refs:style (Results 1 - 25 of 1553) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/text/style/
ParagraphStyle.java 17 package android.text.style;
UpdateAppearance.java 17 package android.text.style;
UpdateLayout.java 17 package android.text.style;
WrapTogetherSpan.java 17 package android.text.style;
SuggestionSpan.aidl 17 package android.text.style;
  /external/webkit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/
css-properties-case-sensitive.js 6 element.style.zIndex = 1;
11 shouldBe("element.style.zIndex", "'1'");
12 shouldBeUndefined("element.style.ZIndex");
18 shouldBe("element.style.cssZIndex", "'1'");
19 shouldBe("element.style.CssZIndex", "'1'");
20 shouldBeUndefined("element.style.CsszIndex");
21 shouldBeUndefined("element.style.csszIndex");
27 shouldBe("element.style.pixelZIndex", "1");
28 shouldBe("element.style.PixelZIndex", "1");
29 shouldBeUndefined("element.style.pixelzIndex")
    [all...]
css-style-item.js 1 description("This tests indexing outside the range of the style object.");
4 element.style.color = 'red';
6 var style = element.style; variable
8 shouldEvaluateTo('style.length', 1);
9 shouldBeEqualToString('style[0]', 'color');
10 shouldBeEqualToString('style[1]', '');
11 shouldBeUndefined('style[-1]')
transition-property-names.js 7 element.style.webkitTransitionProperty = "height";
8 shouldBe("element.style.webkitTransitionProperty", "'height'");
10 element.style.webkitTransitionProperty = "opacity";
11 shouldBe("element.style.webkitTransitionProperty", "'opacity'");
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/interfaces/
ECPointEncoder.java 17 * @param style the style to use.
19 public void setPointFormat(String style);
  /external/libxslt/libxslt/
preproc.c 2 * preproc.c: Preprocessing of style operations
62 * @style: the XSLT stylesheet
71 xsltCheckTopLevelElement(xsltStylesheetPtr style, xmlNodePtr inst, int err) {
73 if ((style == NULL) || (inst == NULL) || (inst->ns == NULL))
79 xsltTransformError(NULL, style, inst,
81 style->errors++;
91 xsltTransformError(NULL, style, inst,
94 style->errors++;
103 * @style: the XSLT stylesheet
109 xsltCheckInstructionElement(xsltStylesheetPtr style, xmlNodePtr inst)
    [all...]
imports.c 59 * @style: the stylesheet being imported by the master
66 xsltStylesheetPtr style) {
68 xmlHashScan(style->templatesHash,
70 master->extrasNr += style->extrasNr;
71 for (res = style->imports; res != NULL; res = res->next) {
78 * @style: the XSLT stylesheet
87 xsltParseStylesheetImport(xsltStylesheetPtr style, xmlNodePtr cur) {
96 if ((cur == NULL) || (style == NULL))
101 xsltTransformError(NULL, style, cur,
106 base = xmlNodeGetBase(style->doc, cur)
314 xsltStylesheetPtr style; local
341 xsltStylesheetPtr style; local
397 xsltStylesheetPtr style; local
    [all...]
preproc.h 28 xsltDocumentComp (xsltStylesheetPtr style,
33 xsltStylePreCompute (xsltStylesheetPtr style,
36 xsltFreeStylePreComps (xsltStylesheetPtr style);
  /external/webkit/Source/WebCore/editing/
RemoveCSSPropertyCommand.cpp 45 CSSMutableStyleDeclaration* style = m_element->inlineStyleDecl(); local
46 m_oldValue = style->getPropertyValue(m_property);
47 m_important = style->getPropertyPriority(m_property);
48 style->removeProperty(m_property);
53 CSSMutableStyleDeclaration* style = m_element->inlineStyleDecl(); local
54 style->setProperty(m_property, m_oldValue, m_important);
  /external/webkit/Source/WebCore/css/
CSSFontFaceRule.idl 25 readonly attribute CSSStyleDeclaration style;
  /external/webkit/Source/WebCore/dom/
NodeRenderStyle.h 39 return m_renderer->style();
  /external/webkit/Source/WebCore/bindings/js/
JSCSSFontFaceRuleCustom.cpp 39 if (CSSMutableStyleDeclaration* style = static_cast<CSSFontFaceRule*>(impl())->style())
40 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), style);
JSCSSPageRuleCustom.cpp 39 if (CSSMutableStyleDeclaration* style = static_cast<CSSPageRule*>(impl())->style())
40 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), style);
JSCSSStyleRuleCustom.cpp 39 if (CSSMutableStyleDeclaration* style = static_cast<CSSStyleRule*>(impl())->style())
40 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), style);
JSWebKitCSSKeyframeRuleCustom.cpp 39 if (CSSMutableStyleDeclaration* style = static_cast<WebKitCSSKeyframeRule*>(impl())->style())
40 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), style);
  /frameworks/base/graphics/java/android/graphics/
BlurMaskFilter.java 43 * @param style The Blur to use
46 public BlurMaskFilter(float radius, Blur style) {
47 native_instance = nativeConstructor(radius, style.native_int);
50 private static native int nativeConstructor(float radius, int style);
  /cts/tests/tests/theme/src/android/theme/cts/
DeviceDefaultTest.java 32 assertActionBar(android.R.style.Theme_DeviceDefault);
36 assertNoActionBar(android.R.style.Theme_DeviceDefault_Dialog);
40 assertNoActionBar(android.R.style.Theme_DeviceDefault_Dialog_MinWidth);
44 assertNoActionBar(android.R.style.Theme_DeviceDefault_Dialog_NoActionBar);
48 assertNoActionBar(android.R.style.Theme_DeviceDefault_Dialog_NoActionBar_MinWidth);
52 assertActionBarWhenLarge(android.R.style.Theme_DeviceDefault_DialogWhenLarge);
56 assertNoActionBar(android.R.style.Theme_DeviceDefault_DialogWhenLarge_NoActionBar);
60 assertNoActionBar(android.R.style.Theme_DeviceDefault_InputMethod);
64 assertActionBar(android.R.style.Theme_DeviceDefault_Light);
68 assertActionBar(android.R.style.Theme_DeviceDefault_Light_DarkActionBar)
    [all...]
  /external/icu4c/io/
locbund.c 37 int32_t style; local
38 for (style = 0; style < ULOCALEBUNDLE_NUMBERFORMAT_COUNT; style++) {
39 unum_close(gPosixNumberFormat[style]);
40 gPosixNumberFormat[style] = NULL;
48 static U_INLINE UNumberFormat * copyInvariantFormatter(ULocaleBundle *result, UNumberFormatStyle style) {
49 if (result->fNumberFormat[style-1] == NULL) {
53 UMTX_CHECK(NULL, gPosixNumberFormat[style-1] == NULL, needsInit);
55 UNumberFormat *formatAlias = unum_open(style, NULL, 0, "en_US_POSIX", NULL, &status)
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLNoScriptElement.cpp 51 if (renderer() && renderer()->style())
52 renderer()->style()->setDisplay(NONE);
59 if (!document()->shouldProcessNoscriptElement() || !renderer() || !renderer()->style())
63 RefPtr<RenderStyle> style = renderer()->style();
64 if (style->display() == NONE) {
65 style->setDisplay(INLINE);
  /cts/tests/tests/holo/src/android/holo/cts/
ThemeAdapter.java 65 android.R.style.Theme_Holo,
69 android.R.style.Theme_Holo_Dialog,
73 android.R.style.Theme_Holo_Dialog_MinWidth,
77 android.R.style.Theme_Holo_Dialog_NoActionBar,
81 android.R.style.Theme_Holo_Dialog_NoActionBar_MinWidth,
85 android.R.style.Theme_Holo_DialogWhenLarge,
89 android.R.style.Theme_Holo_DialogWhenLarge_NoActionBar,
93 android.R.style.Theme_Holo_InputMethod,
97 android.R.style.Theme_Holo_Light,
101 android.R.style.Theme_Holo_Light_DarkActionBar
    [all...]
  /cts/tests/tests/text/src/android/text/style/cts/
TabStopSpan_StandardTest.java 17 package android.text.style.cts;
20 import android.text.style.TabStopSpan;
21 import android.text.style.TabStopSpan.Standard;

Completed in 5639 milliseconds

1 2 3 4 5 6 7 8 91011>>