Searched refs:style (Results 1 - 25 of 957) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/bindings/js/
H A DJSCSSFontFaceRuleCustom.cpp39 if (CSSMutableStyleDeclaration* style = static_cast<CSSFontFaceRule*>(impl())->style())
40 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), style);
H A DJSCSSPageRuleCustom.cpp39 if (CSSMutableStyleDeclaration* style = static_cast<CSSPageRule*>(impl())->style())
40 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), style);
H A DJSCSSStyleRuleCustom.cpp39 if (CSSMutableStyleDeclaration* style = static_cast<CSSStyleRule*>(impl())->style())
40 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), style);
H A DJSWebKitCSSKeyframeRuleCustom.cpp39 if (CSSMutableStyleDeclaration* style = static_cast<WebKitCSSKeyframeRule*>(impl())->style())
40 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), style);
/external/webkit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/
H A Dtransition-property-names.js7 element.style.webkitTransitionProperty = "height";
8 shouldBe("element.style.webkitTransitionProperty", "'height'");
10 element.style.webkitTransitionProperty = "opacity";
11 shouldBe("element.style.webkitTransitionProperty", "'opacity'");
H A Dcss-style-item.js1 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]')
/external/bouncycastle/src/main/java/org/bouncycastle/jce/interfaces/
H A DECPointEncoder.java17 * @param style the style to use.
19 public void setPointFormat(String style); argument
/external/v8/test/mjsunit/regress/
H A Dregress-3252443.js29 document.getElementById = function(s) { return { style: {}}};
31 document.getElementById(p1+p0).style.display='';
32 document.getElementById(p1+''+p0).style.backgroundColor = "";
33 document.getElementById(p1+''+p0).style.color="";
34 document.getElementById(p1+''+p0).style.borderBottomColor = "";
37 document.getElementById(p1+i).style.display='';
38 document.getElementById(p1+''+i).style.backgroundColor = "";
39 document.getElementById(p1+''+i).style.color="";
40 document.getElementById(p1+''+i).style.borderBottomColor = "";
/external/libxslt/libxslt/
H A Dpreproc.c2 * preproc.c: Preprocessing of style operations
62 * @style: the XSLT stylesheet
71 xsltCheckTopLevelElement(xsltStylesheetPtr style, xmlNodePtr inst, int err) { argument
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, xmlNodePt argument
164 xsltCheckParentElement(xsltStylesheetPtr style, xmlNodePtr inst, const xmlChar *allow1, const xmlChar *allow2) argument
224 xsltNewStylePreComp(xsltStylesheetPtr style, xsltStyleType type) argument
521 xsltDocumentComp(xsltStylesheetPtr style, xmlNodePtr inst, xsltTransformFunction function ATTRIBUTE_UNUSED) argument
666 xsltSortComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
773 xsltCopyComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
816 xsltTextComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
862 xsltElementComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
980 xsltAttributeComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1107 xsltCommentComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1137 xsltProcessingInstructionComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1171 xsltCopyOfComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1217 xsltValueOfComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1270 xsltGetQNameProperty(xsltStylesheetPtr style, xmlNodePtr inst, const xmlChar *propName, int mandatory, int *hasProp, const xmlChar **nsName, const xmlChar** localName) argument
1343 xsltWithParamComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1401 xsltNumberComp(xsltStylesheetPtr style, xmlNodePtr cur) argument
1516 xsltApplyImportsComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1546 xsltCallTemplateComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1585 xsltApplyTemplatesComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1637 xsltChooseComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1668 xsltIfComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1714 xsltWhenComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1760 xsltForEachComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1808 xsltVariableComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1871 xsltParamComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1935 xsltFreeStylePreComps(xsltStylesheetPtr style) argument
1964 xsltStylePreCompute(xsltStylesheetPtr style, xmlNodePtr node) argument
2175 xsltStylePreCompute(xsltStylesheetPtr style, xmlNodePtr inst) argument
[all...]
H A Dimports.c59 * @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) { argument
96 if ((cur == NULL) || (style == NULL))
101 xsltTransformError(NULL, style, cur,
106 base = xmlNodeGetBase(style
65 xsltFixImportedCompSteps(xsltStylesheetPtr master, xsltStylesheetPtr style) argument
184 xsltParseStylesheetInclude(xsltStylesheetPtr style, xmlNodePtr cur) argument
314 xsltStylesheetPtr style; local
341 xsltStylesheetPtr style; local
397 xsltStylesheetPtr style; local
[all...]
H A Dpreproc.h28 xsltDocumentComp (xsltStylesheetPtr style,
33 xsltStylePreCompute (xsltStylesheetPtr style,
36 xsltFreeStylePreComps (xsltStylesheetPtr style);
H A Dattributes.h22 xsltParseStylesheetAttributeSet (xsltStylesheetPtr style,
25 xsltFreeAttributeSetsHashes (xsltStylesheetPtr style);
32 xsltResolveStylesheetAttributeSet(xsltStylesheetPtr style);
/external/webkit/Source/WebCore/editing/
H A DRemoveCSSPropertyCommand.cpp45 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);
H A DDeleteButtonController.cpp110 RenderStyle* style = renderer->style(); local
111 if (!style)
115 if (style->hasBackgroundImage()) {
116 for (const FillLayer* background = style->backgroundLayers(); background; background = background->next()) {
123 unsigned visibleBorders = style->borderTop().isVisible() + style->borderBottom().isVisible() + style->borderLeft().isVisible() + style->borderRight().isVisible();
136 RenderStyle* parentStyle = parentRenderer->style();
192 CSSMutableStyleDeclaration* style = container->getInlineStyleDecl(); local
[all...]
/external/webkit/Source/WebCore/css/
H A DCSSFontFaceRule.idl25 readonly attribute CSSStyleDeclaration style;
H A DCSSComputedStyleDeclaration.cpp370 inline static PassRefPtr<CSSPrimitiveValue> zoomAdjustedPixelValue(int value, const RenderStyle* style, CSSPrimitiveValueCache* primitiveValueCache) argument
372 return primitiveValueCache->createValue(adjustForAbsoluteZoom(value, style), CSSPrimitiveValue::CSS_PX);
375 inline static PassRefPtr<CSSPrimitiveValue> zoomAdjustedNumberValue(double value, const RenderStyle* style, CSSPrimitiveValueCache* primitiveValueCache) argument
377 return primitiveValueCache->createValue(value / style->effectiveZoom(), CSSPrimitiveValue::CSS_NUMBER);
380 static PassRefPtr<CSSValue> zoomAdjustedPixelValueForLength(const Length& length, const RenderStyle* style, CSSPrimitiveValueCache* primitiveValueCache) argument
383 return zoomAdjustedPixelValue(length.value(), style, primitiveValueCache);
387 static PassRefPtr<CSSValue> valueForReflection(const StyleReflection* reflection, const RenderStyle* style, CSSPrimitiveValueCache* primitiveValueCache) argument
396 offset = zoomAdjustedPixelValue(reflection->offset().value(), style, primitiveValueCache);
401 static PassRefPtr<CSSValue> getPositionOffsetValue(RenderStyle* style, int propertyID, CSSPrimitiveValueCache* primitiveValueCache) argument
403 if (!style)
439 currentColorOrValidColor(RenderStyle* style, const Color& color) const argument
448 getBorderRadiusCornerValue(LengthSize radius, const RenderStyle* style, CSSPrimitiveValueCache* primitiveValueCache) argument
481 computedTransform(RenderObject* renderer, const RenderStyle* style, CSSPrimitiveValueCache* primitiveValueCache) argument
647 RefPtr<RenderStyle> style = m_node->computedStyle(m_pseudoElementSpecifier); local
686 RefPtr<CSSPrimitiveValue> style = propertyID == CSSPropertyTextShadow || s->style() == Normal ? PassRefPtr<CSSPrimitiveValue>() : primitiveValueCache->createIdentifierValue(CSSValueInset); local
773 contentToCSSValue(const RenderStyle* style, CSSPrimitiveValueCache* primitiveValueCache) argument
791 counterToCSSValue(const RenderStyle* style, int propertyID, CSSPrimitiveValueCache* primitiveValueCache) argument
827 RefPtr<RenderStyle> style; local
1948 RenderStyle* style = m_node->computedStyle(m_pseudoElementSpecifier); local
[all...]
/external/icu4c/io/
H A Dlocbund.c37 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) { argument
49 if (result->fNumberFormat[style-1] == NULL) {
53 UMTX_CHECK(NULL, gPosixNumberFormat[style-1] == NULL, needsInit);
55 UNumberFormat *formatAlias = unum_open(style, NUL
162 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style) argument
[all...]
/external/webkit/Source/WebCore/html/
H A DHTMLNoScriptElement.cpp51 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);
/external/webkit/Source/WebCore/platform/android/
H A DRenderThemeAndroid.cpp172 void RenderThemeAndroid::addIntrinsicMargins(RenderStyle* style) const
175 if (style->fontSize() < 11)
182 if (style->width().isIntrinsicOrAuto()) {
183 if (style->marginLeft().quirk())
184 style->setMarginLeft(Length(m, Fixed));
185 if (style->marginRight().quirk())
186 style->setMarginRight(Length(m, Fixed));
189 if (style->height().isAuto()) {
190 if (style->marginTop().quirk())
191 style
211 adjustButtonStyle(CSSStyleSelector*, RenderStyle* style, WebCore::Element*) const argument
392 adjustTextFieldStyle(CSSStyleSelector*, RenderStyle* style, WebCore::Element*) const argument
402 adjustTextAreaStyle(CSSStyleSelector*, RenderStyle* style, WebCore::Element*) const argument
414 adjustSearchFieldStyle(CSSStyleSelector*, RenderStyle* style, Element*) const argument
424 adjustMenuListStyleCommon(RenderStyle* style) argument
434 adjustListboxStyle(CSSStyleSelector*, RenderStyle* style, Element*) const argument
439 adjustMenuListStyle(CSSStyleSelector*, RenderStyle* style, Element* e) const argument
457 adjustMenuListButtonStyle(CSSStyleSelector*, RenderStyle* style, Element*) const argument
[all...]
/external/chromium/chrome/common/extensions/docs/examples/howto/contentscript_xhr/
H A Dcontentscript.js3 * source code is governed by a BSD-style license that can be found in the
32 trends_dom.style.background = '#36b';
33 trends_dom.style.color = '#fff';
34 trends_dom.style.padding = '10px';
35 trends_dom.style.position = 'relative';
36 trends_dom.style.zIndex = '123456';
37 trends_dom.style.font = '14px Arial';
/external/webkit/Source/WebCore/dom/
H A DNodeRenderStyle.h39 return m_renderer->style();
/external/webkit/Source/WebCore/rendering/
H A DRenderSlider.cpp78 if (style()->width().isFixed() && style()->width().value() > 0)
79 m_minPreferredLogicalWidth = m_maxPreferredLogicalWidth = computeContentBoxLogicalWidth(style()->width().value());
81 m_maxPreferredLogicalWidth = defaultTrackLength * style()->effectiveZoom();
83 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) {
84 m_maxPreferredLogicalWidth = max(m_maxPreferredLogicalWidth, computeContentBoxLogicalWidth(style()->minWidth().value()));
85 m_minPreferredLogicalWidth = max(m_minPreferredLogicalWidth, computeContentBoxLogicalWidth(style()->minWidth().value()));
86 } else if (style()->width().isPercent() || (style()
[all...]
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
H A Dposition_util.js2 // Use of this source code is governed by a BSD-style license that can be
119 var style = popupElement.style;
121 style.left = style.right = style.top = style.bottom = 'auto'
127 style.top = anchorRect.bottom + 'px';
129 style.bottom = '0';
133 style
[all...]
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x500/
H A DX500Name.java13 import org.bouncycastle.asn1.x500.style.BCStyle;
39 private X500NameStyle style; field in class:X500Name
42 public X500Name(X500NameStyle style, X500Name name) argument
45 this.style = style;
94 X500NameStyle style,
97 this.style = style;
115 X500NameStyle style,
119 this.style
93 X500Name( X500NameStyle style, ASN1Sequence seq) argument
114 X500Name( X500NameStyle style, RDN[] rDNs) argument
128 X500Name( X500NameStyle style, String dirName) argument
255 setDefaultStyle(X500NameStyle style) argument
[all...]
/external/clang/www/demo/
H A Dsyntax.css3 .llvm_type { font-style: oblique; color: green }

Completed in 527 milliseconds

1234567891011>>