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

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimatableValueFactory.cpp38 #include "core/rendering/style/RenderStyle.h"
122 static PassRefPtr<AnimatableValue> createFromLength(const Length& length, const RenderStyle* style) argument
128 return AnimatableNumber::create(adjustFloatForAbsoluteZoom(length.value(), style), AnimatableNumber::UnitTypeLength);
167 PassRefPtr<AnimatableValue> CSSAnimatableValueFactory::create(CSSPropertyID property, const RenderStyle* style) argument
171 return createFromLength(style->bottom(), style);
173 return createFromLength(style->height(), style);
175 return createFromLength(style->left(), style);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DPagination.cpp23 #include "core/rendering/style/RenderStyle.h"
27 void Pagination::setStylesForPaginationMode(Mode paginationMode, RenderStyle* style) argument
34 style->setColumnAxis(HorizontalColumnAxis);
35 if (style->isHorizontalWritingMode())
36 style->setColumnProgression(style->isLeftToRightDirection() ? NormalColumnProgression : ReverseColumnProgression);
38 style->setColumnProgression(style->isFlippedBlocksWritingMode() ? ReverseColumnProgression : NormalColumnProgression);
41 style->setColumnAxis(HorizontalColumnAxis);
42 if (style
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleAdjuster.cpp48 #include "core/rendering/style/GridPosition.h"
49 #include "core/rendering/style/RenderStyle.h"
50 #include "core/rendering/style/RenderStyleConstants.h"
68 static void addIntrinsicMargins(RenderStyle* style) argument
71 const int intrinsicMargin = 2 * style->effectiveZoom();
75 if (style->width().isIntrinsicOrAuto()) {
76 if (style->marginLeft().quirk())
77 style->setMarginLeft(Length(intrinsicMargin, Fixed));
78 if (style->marginRight().quirk())
79 style
139 doesNotInheritTextDecoration(const RenderStyle* style, const Element* e) argument
148 isInTopLayer(const Element* element, const RenderStyle* style) argument
163 adjustRenderStyle(RenderStyle* style, RenderStyle* parentStyle, Element *e) argument
313 Pagination::setStylesForPaginationMode(WebCore::paginationModeForRenderStyle(style), style); local
391 adjustGridItemPosition(RenderStyle* style, RenderStyle* parentStyle) const argument
[all...]
H A DAnimatedStyleBuilder.cpp39 #include "core/rendering/style/RenderStyle.h"
47 const RenderStyle* style = state.style(); local
48 return toAnimatableNumber(value)->toLength(style, state.rootElementStyle(), style->effectiveZoom());
63 RenderStyle* style = state.style(); local
66 style->setBottom(animatableValueToLength(value, state));
69 style->setHeight(animatableValueToLength(value, state));
72 style
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSFontFaceRule.idl23 readonly attribute CSSStyleDeclaration style;
H A DCSSViewportRule.idl31 readonly attribute CSSStyleDeclaration style;
H A DWebKitCSSFilterRule.idl33 readonly attribute CSSStyleDeclaration style;
/external/bouncycastle/bcprov/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/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DCachedUAStyle.h25 #include "core/rendering/style/RenderStyle.h"
40 explicit CachedUAStyle(const RenderStyle* style) argument
41 : hasAppearance(style->hasAppearance())
49 border = style->border();
50 backgroundLayers = *style->backgroundLayers();
51 backgroundColor = style->backgroundColor();
/external/chromium_org/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/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/chromium_org/third_party/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);
/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);
/external/chromium_org/tools/json_schema_compiler/highlighters/
H A Dnone_highlighter.py2 # Use of this source code is governed by a BSD-style license that can be
10 def GetCSS(self, style):
13 def GetCodeElement(self, code, style):
H A Dhilite_me_highlighter.py2 # Use of this source code is governed by a BSD-style license that can be
11 def GetCSS(self, style):
14 def GetCodeElement(self, code, style):
20 ('style', style),
/external/chromium_org/v8/test/intl/number-format/
H A Dparse-currency.js31 var nf = new Intl.NumberFormat(['en'], {style: 'currency', currency: 'USD'});
/external/chromium-trace/trace-viewer/src/tcmalloc/
H A Dheap_instance_track.css2 * Use of this source code is governed by a BSD-style license that can be
11 list-style: none;
12 list-style-position: outside;
/external/chromium_org/ui/views/widget/
H A Dwidget_hwnd_utils.cc2 // Use of this source code is governed by a BSD-style license that can be
28 DWORD* style,
31 *style = WS_CLIPCHILDREN | WS_CLIPSIBLINGS;
35 // Set type-independent style attributes.
37 *style |= WS_CHILD;
39 *style |= WS_MAXIMIZE;
41 *style |= WS_MINIMIZE;
58 // 2- The window must have WS_EX_COMPOSITED in the extended style.
59 // 3- The window must have WS_POPUP in its style.
61 // style
24 CalculateWindowStylesFromInitParams( const Widget::InitParams& params, WidgetDelegate* widget_delegate, internal::NativeWidgetDelegate* native_widget_delegate, DWORD* style, DWORD* ex_style, DWORD* class_style) argument
151 DWORD style = 0; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTablePartElement.cpp49 void HTMLTablePartElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) argument
52 addHTMLColorToStyle(style, CSSPropertyBackgroundColor, value);
56 style->setProperty(CSSProperty(CSSPropertyBackgroundImage, CSSImageValue::create(document()->completeURL(url).string())));
59 addPropertyToPresentationAttributeStyle(style, CSSPropertyVerticalAlign, CSSValueTop);
61 addPropertyToPresentationAttributeStyle(style, CSSPropertyVerticalAlign, CSSValueMiddle);
63 addPropertyToPresentationAttributeStyle(style, CSSPropertyVerticalAlign, CSSValueBottom);
65 addPropertyToPresentationAttributeStyle(style, CSSPropertyVerticalAlign, CSSValueBaseline);
67 addPropertyToPresentationAttributeStyle(style, CSSPropertyVerticalAlign, value);
70 addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlign, CSSValueWebkitCenter);
72 addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlig
[all...]
/external/chromium_org/third_party/icu/source/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/icu4c/io/
H A Dlocbund.cpp36 int32_t style; local
37 for (style = 0; style < ULOCALEBUNDLE_NUMBERFORMAT_COUNT; style++) {
38 unum_close(gPosixNumberFormat[style]);
39 gPosixNumberFormat[style] = NULL;
46 static inline UNumberFormat * copyInvariantFormatter(ULocaleBundle *result, UNumberFormatStyle style) { argument
47 if (result->fNumberFormat[style-1] == NULL) {
51 UMTX_CHECK(NULL, gPosixNumberFormat[style-1] == NULL, needsInit);
53 UNumberFormat *formatAlias = unum_open(style, NUL
160 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style) argument
[all...]

Completed in 3364 milliseconds

1234567891011>>