Searched refs:style (Results 151 - 175 of 1342) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderNamedFlowFragment.cpp46 RenderNamedFlowFragment::RenderNamedFlowFragment(Document& document, PassRef<RenderStyle> style) argument
47 : RenderRegion(document, WTF::move(style), nullptr)
61 auto style = RenderStyle::createAnonymousStyleWithDisplay(&parentStyle, BLOCK); local
63 style.get().setFlowThread(parentStyle.flowThread());
64 style.get().setRegionThread(parentStyle.regionThread());
65 style.get().setRegionFragment(parentStyle.regionFragment());
67 return style;
91 const RenderNamedFlowThread& namedFlow = view().flowThreadController().ensureRenderFlowThreadWithName(style().regionThread());
99 const RenderStyle& styleToUse = parent()->style();
186 const RenderStyle& styleToUse = parent()->style();
[all...]
H A DRenderThemeWinCE.cpp145 bool RenderThemeWinCE::supportsFocusRing(const RenderStyle *style) const
147 return supportsFocus(style->appearance());
166 switch (o->style().appearance()) {
212 void RenderThemeWinCE::setCheckboxSize(RenderStyle* style) const
215 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
222 if (style->width().isIntrinsicOrAuto())
223 style->setWidth(Length(13, Fixed));
224 if (style->height().isAuto())
225 style
239 adjustMenuListStyle(StyleResolver* styleResolver, RenderStyle* style, Element* e) const argument
335 adjustSliderThumbSize(RenderStyle* style, Element*) const argument
396 adjustSearchFieldCancelButtonStyle(StyleResolver*, RenderStyle* style, Element*) const argument
403 adjustSearchFieldDecorationPartStyle(StyleResolver*, RenderStyle* style, Element*) const argument
410 adjustSearchFieldResultsDecorationPartStyle(StyleResolver*, RenderStyle* style, Element*) const argument
423 adjustSearchFieldResultsButtonStyle(StyleResolver*, RenderStyle* style, Element*) const argument
436 adjustMenuListButtonStyle(StyleResolver*, RenderStyle* style, Element*) const argument
536 adjustSearchFieldStyle(StyleResolver*, RenderStyle* style, Element*) const argument
652 adjustInnerSpinButtonStyle(StyleResolver*, RenderStyle* style, Element*) const argument
[all...]
H A DRenderElement.cpp80 inline RenderElement::RenderElement(ContainerNode& elementOrDocument, PassRef<RenderStyle> style, unsigned baseTypeFlags) argument
90 , m_style(WTF::move(style))
94 RenderElement::RenderElement(Element& element, PassRef<RenderStyle> style, unsigned baseTypeFlags) argument
95 : RenderElement(static_cast<ContainerNode&>(element), WTF::move(style), baseTypeFlags)
99 RenderElement::RenderElement(Document& document, PassRef<RenderStyle> style, unsigned baseTypeFlags) argument
100 : RenderElement(static_cast<ContainerNode&>(document), WTF::move(style), baseTypeFlags)
134 RenderPtr<RenderElement> RenderElement::createFor(Element& element, PassRef<RenderStyle> style) argument
139 const ContentData* contentData = style.get().contentData();
142 auto image = createRenderer<RenderImage>(element, WTF::move(style), const_cast<StyleImage*>(&styleImage));
148 if (style
205 firstLineStyleForCachedUncachedType(StyleCacheState type, const RenderElement& renderer, RenderStyle* style) argument
241 RenderStyle& style = this->style(); local
384 setStyle(PassRef<RenderStyle> style) argument
[all...]
H A DRenderCombineText.cpp42 m_combineFontStyle = RenderStyle::clone(&style());
72 textOrigin.move(boxRect.height() / 2 - ceilf(m_combinedTextWidth) / 2, style().font().pixelSize());
97 if (style().isHorizontalWritingMode())
100 TextRun run = RenderBlock::constructTextRun(this, originalFont(), this, style());
109 FontSelector* fontSelector = style().font().fontSelector();
118 Font compressedFont = Font(description, style().font().letterSpacing(), style().font().wordSpacing());
H A DRenderTableCell.cpp57 RenderTableCell::RenderTableCell(Element& element, PassRef<RenderStyle> style) argument
58 : RenderBlockFlow(element, WTF::move(style))
69 RenderTableCell::RenderTableCell(Document& document, PassRef<RenderStyle> style) argument
70 : RenderBlockFlow(document, WTF::move(style))
146 Length colWidth = tableCol->style().logicalWidth();
178 if (element() && style().autoWrap()) {
199 switch (style().verticalAlign()) {
279 return result + (style().writingMode() == TopToBottomWritingMode ? intrinsicPaddingBefore() : intrinsicPaddingAfter());
287 return result + (style().writingMode() == TopToBottomWritingMode ? intrinsicPaddingAfter() : intrinsicPaddingBefore());
295 return result + (style()
1045 collapsedBorderStyle(EBorderStyle style) argument
1062 EBorderStyle style; member in struct:WebCore::CollapsedBorder
[all...]
H A DRenderButton.cpp40 RenderButton::RenderButton(HTMLFormControlElement& element, PassRef<RenderStyle> style) argument
41 : RenderFlexibleBox(element, WTF::move(style))
72 m_inner = createAnonymousBlock(style().display());
73 setupInnerStyle(&m_inner->style());
97 // RenderBlock::setStyle is going to apply a new style to the inner block, which
102 m_inner->style().setFlexGrow(newStyle.initialFlexGrow());
103 m_inner->style().setMarginTop(newStyle.initialMargin());
104 m_inner->style().setMarginBottom(newStyle.initialMargin());
113 if (m_inner) // RenderBlock handled updating the anonymous block's style.
114 setupInnerStyle(&m_inner->style());
[all...]
H A DRenderReplaced.cpp49 RenderReplaced::RenderReplaced(Element& element, PassRef<RenderStyle> style) argument
50 : RenderBox(element, WTF::move(style), RenderReplacedFlag)
56 RenderReplaced::RenderReplaced(Element& element, PassRef<RenderStyle> style, const LayoutSize& intrinsicSize) argument
57 : RenderBox(element, WTF::move(style), RenderReplacedFlag)
63 RenderReplaced::RenderReplaced(Document& document, PassRef<RenderStyle> style, const LayoutSize& intrinsicSize) argument
64 : RenderBox(document, WTF::move(style), RenderReplacedFlag)
88 if (style().effectiveZoom() != oldZoom)
106 if (style().aspectRatioType() == AspectRatioFromIntrinsic && !m_intrinsicSize.isEmpty()) {
127 int scaledWidth = static_cast<int>(cDefaultWidth * style().effectiveZoom());
128 int scaledHeight = static_cast<int>(cDefaultHeight * style()
[all...]
H A DRenderInputSpeech.cpp48 void RenderInputSpeech::adjustInputFieldSpeechButtonStyle(StyleResolver*, RenderStyle* style, Element*) argument
51 float fontScale = style->fontSize() / defaultControlFontPixelSize;
53 style->setWidth(Length(speechButtonSize, Fixed));
54 style->setHeight(Length(speechButtonSize, Fixed));
96 paintInfo.context->drawImage(image, object->style().colorSpace(), pixelSnappedIntRect(buttonRect));
/macosx-10.10/ICU-531.30/icuSources/io/
H A Dlocbund.h76 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style);
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSFontValue.cpp35 if (style)
36 result.append(style->cssText());
69 return compareCSSValuePtr(style, other.style)
H A DCSSShadowValue.h39 PassRefPtr<CSSPrimitiveValue> style,
42 return adoptRef(*new CSSShadowValue(x, y, blur, spread, style, color));
53 RefPtr<CSSPrimitiveValue> style; member in class:WebCore::CSSShadowValue
61 PassRefPtr<CSSPrimitiveValue> style,
35 create(PassRefPtr<CSSPrimitiveValue> x, PassRefPtr<CSSPrimitiveValue> y, PassRefPtr<CSSPrimitiveValue> blur, PassRefPtr<CSSPrimitiveValue> spread, PassRefPtr<CSSPrimitiveValue> style, PassRefPtr<CSSPrimitiveValue> color) argument
/macosx-10.10/WebCore-7600.1.25/html/shadow/mac/
H A DImageControlsRootElementMac.cpp52 RenderImageControls::RenderImageControls(HTMLElement& element, PassRef<RenderStyle> style) argument
53 : RenderBlockFlow(element, WTF::move(style))
105 RenderPtr<RenderElement> ImageControlsRootElementMac::createElementRenderer(PassRef<RenderStyle> style) argument
107 return createRenderer<RenderImageControls>(*this, WTF::move(style));
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DCollapsedBorderValue.h48 , m_style(border.style())
55 EBorderStyle style() const { return static_cast<EBorderStyle>(m_style); } function in class:WebCore::CollapsedBorderValue
63 return width() == o.width() && style() == o.style() && precedence() == o.precedence();
H A DKeyframeList.h42 KeyframeValue(double key, PassRefPtr<RenderStyle> style) argument
44 , m_style(style)
55 const RenderStyle* style() const { return m_style.get(); } function in class:WebCore::KeyframeValue
56 void setStyle(PassRefPtr<RenderStyle> style) { m_style = style; } argument
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DRenderSVGResourceSolidColor.cpp41 bool RenderSVGResourceSolidColor::applyResource(RenderElement& renderer, const RenderStyle& style, GraphicsContext*& context, unsigned short resourceMode) argument
46 const SVGRenderStyle& svgStyle = style.svgStyle();
47 ColorSpace colorSpace = style.colorSpace();
68 SVGRenderSupport::applyStrokeStyleToContext(context, style, renderer);
H A DSVGTextLayoutEngineBaseline.cpp36 float SVGTextLayoutEngineBaseline::calculateBaselineShift(const SVGRenderStyle* style, SVGElement* contextElement) const argument
38 if (style->baselineShift() == BS_LENGTH) {
39 SVGLength baselineShiftValueLength = style->baselineShiftValue();
47 switch (style->baselineShift()) {
65 const SVGRenderStyle& svgStyle = textRenderer->style().svgStyle();
113 EAlignmentBaseline baseline = textRenderer->style().svgStyle().alignmentBaseline();
148 float SVGTextLayoutEngineBaseline::calculateGlyphOrientationAngle(bool isVerticalText, const SVGRenderStyle* style, const UChar& character) const argument
150 ASSERT(style);
152 switch (isVerticalText ? style->glyphOrientationVertical() : style
[all...]
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGTSpanElement.cpp41 RenderPtr<RenderElement> SVGTSpanElement::createElementRenderer(PassRef<RenderStyle> style) argument
43 return createRenderer<RenderSVGTSpan>(*this, WTF::move(style));
60 bool SVGTSpanElement::rendererIsNeeded(const RenderStyle& style) argument
70 return StyledElement::rendererIsNeeded(style);
/macosx-10.10/libxslt-13/libxslt/python/tests/
H A Dextelem.py15 def compile_test(style, inst, func):
53 style = libxslt.parseStylesheetDoc(styledoc) variable
56 result = style.applyStylesheet(doc, None)
57 style.freeStylesheet()
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dkinput.rb16 def TkKinput.start(win, style=None)
17 tk_call('kinput_start', win, style)
19 def kinput_start(style=None)
20 TkKinput.start(self, style)
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Doutlook-newgroup.tcl72 set S [$T style create s1]
73 $T style elements $S {sel.e elemImg elemTxt}
74 $T style layout $S elemImg -expand ns
75 $T style layout $S elemTxt -padx {2 6} -squeeze x -expand ns
76 $T style layout $S sel.e -union [list elemTxt] -iexpand nes -ipadx {2 0}
79 set S [$T style create s2.we]
80 $T style elements $S {sel.we elemTxt}
81 $T style layout $S elemTxt -padx 6 -squeeze x -expand ns
82 $T style layout $S sel.we -detach yes -iexpand xy
85 set S [$T style creat
[all...]
H A Dbitmaps.tcl42 set S [$T style create STYLE -orient vertical]
43 $T style elements $S {elemSelBmp elemBmp elemSelTxt elemTxt}
44 $T style layout $S elemSelBmp -union elemBmp \
46 $T style layout $S elemBmp -pady {0 6} -expand we
47 $T style layout $S elemSelTxt -union elemTxt -ipadx 2
48 $T style layout $S elemTxt -expand we
50 # Set default item style
62 # $T item style set $I 0 $S
70 $T item style set $I C0 $S
H A Dtextvariable.tcl38 set S [$T style create s1 -orient horizontal]
39 $T style elements $S eText1
40 $T style layout $S eText1 -padx 10 -pady 6 -squeeze x
42 set S [$T style create s2 -orient vertical]
43 $T style elements $S {eRect eText2 eWindow}
44 $T style layout $S eRect -union {eText2 eWindow} -ipadx 8 -ipady 8 -padx 4 -pady {0 4}
45 $T style layout $S eText2 -pady {0 6} -squeeze x
46 $T style layout $S eWindow -iexpand x -squeeze x
53 $T item style set $I C0 s1
59 $T item style se
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/mathml/
H A DRenderMathMLFraction.cpp46 RenderMathMLFraction::RenderMathMLFraction(MathMLInlineContainerElement& element, PassRef<RenderStyle> style) argument
47 : RenderMathMLBlock(element, WTF::move(style))
54 ASSERT(child->isAnonymous() && child->style().refCount() == 1);
55 child->style().setFlexDirection(FlowColumn);
83 parseMathMLLength(thickness, m_lineThickness, &style(), false);
86 // Update the style for the padding of the denominator for the line thickness
87 lastChild()->style().setPaddingTop(Length(static_cast<int>(m_lineThickness), Fixed));
136 m_lineThickness *= ceilf(gFractionBarWidth * style().fontSize());
144 if (info.context->paintingDisabled() || info.phase != PaintPhaseForeground || style().visibility() != VISIBLE)
157 info.context->setStrokeColor(style()
[all...]
H A DRenderMathMLToken.cpp39 RenderMathMLToken::RenderMathMLToken(Element& element, PassRef<RenderStyle> style) argument
40 : RenderMathMLBlock(element, WTF::move(style))
45 RenderMathMLToken::RenderMathMLToken(Document& document, PassRef<RenderStyle> style) argument
46 : RenderMathMLBlock(document, WTF::move(style))
85 auto newStyle = RenderStyle::createAnonymousStyleWithDisplay(&style(), FLEX);
88 // This tries to emulate the default mathvariant value on <mi> using the CSS font-style property.
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dtmutfmt.h91 * Create TimeUnitFormat with default locale, and full name style.
98 * Create TimeUnitFormat given locale, and full name style.
104 * Create TimeUnitFormat given locale and style.
107 TimeUnitFormat(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status);
200 void create(UTimeUnitFormatStyle style, UErrorCode& status);
210 void readFromCurrentLocale(UTimeUnitFormatStyle style, const char* key, const UVector& pluralCounts,
215 void checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& status);
218 void searchInLocaleChain(UTimeUnitFormatStyle style, const char* key, const char* localeName,

Completed in 282 milliseconds

1234567891011>>