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

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderThemeWin.cpp434 bool RenderThemeWin::supportsFocusRing(const RenderStyle* style) const
436 return supportsFocus(style->appearance());
442 switch (o->style()->appearance()) {
454 state = (o->style()->appearance() == RadioPart) ? DFCS_BUTTONRADIO : DFCS_BUTTONCHECK;
489 ControlPart appearance = o->style()->appearance();
512 else if (supportsFocus(o->style()->appearance()) && isFocused(o))
528 else if (supportsFocus(o->style()->appearance()) && isFocused(o))
553 switch (o->style()->appearance()) {
608 switch (o->style()->appearance()) {
690 } else if ((o->style()
737 adjustInnerSpinButtonStyle(StyleResolver* styleResolver, RenderStyle* style, Element* e) const argument
804 adjustMenuListStyle(StyleResolver* styleResolver, RenderStyle* style, Element* e) const argument
810 adjustMenuListButtonStyle(StyleResolver* styleResolver, RenderStyle* style, Element* e) const argument
893 adjustSliderThumbSize(RenderStyle* style, Element*) const argument
914 adjustSearchFieldStyle(StyleResolver* styleResolver, RenderStyle* style, Element* e) const argument
951 adjustSearchFieldCancelButtonStyle(StyleResolver*, RenderStyle* style, Element*) const argument
960 adjustSearchFieldDecorationStyle(StyleResolver*, RenderStyle* style, Element*) const argument
967 adjustSearchFieldResultsDecorationStyle(StyleResolver*, RenderStyle* style, Element*) const argument
1000 adjustSearchFieldResultsButtonStyle(StyleResolver*, RenderStyle* style, Element*) const argument
1169 adjustMeterStyle(StyleResolver*, RenderStyle* style, Element*) const argument
[all...]
H A DRenderBox.cpp128 if (currentBox->style()->direction() == LTR)
204 RenderStyle* oldStyle = style();
207 // the canvas. Just dirty the entire canvas when our style changes substantially.
218 // When a layout hint happens and an object's position style changes, we have to do a layout
239 // writing mode value before style change here.
244 RenderStyle* newStyle = style();
292 RenderStyle* viewStyle = viewRenderer->style();
297 document()->documentElement()->renderer()->style()->setDirection(newStyle->direction());
307 document()->documentElement()->renderer()->style()->setWritingMode(newStyle->writingMode());
324 updateShapeOutsideInfoAfterStyleChange(style()
1060 const RenderStyle* style = this->style(); local
[all...]
H A DRenderReplaced.cpp77 if (style() && style()->effectiveZoom() != oldZoom)
104 int scaledWidth = static_cast<int>(cDefaultWidth * style()->effectiveZoom());
105 int scaledHeight = static_cast<int>(cDefaultHeight * style()->effectiveZoom());
126 if ((paintInfo.phase == PaintPhaseOutline || paintInfo.phase == PaintPhaseSelfOutline) && style()->outlineWidth())
143 if (style()->hasBorderRadius()) {
151 RoundedRect roundedInnerRect = style()->getRoundedInnerBorderFor(paintRect,
160 if (style()->hasBorderRadius())
169 paintInfo.context->fillRect(pixelSnappedIntRect(selectionPaintingRect), selectionBackgroundColor(), style()->colorSpace());
183 if (style()
[all...]
H A DRenderBoxModelObject.h67 LayoutSize relativePositionLogicalOffset() const { return style()->isHorizontalWritingMode() ? relativePositionOffset() : relativePositionOffset().transposedSize(); }
71 LayoutSize stickyPositionLogicalOffset() const { return style()->isHorizontalWritingMode() ? stickyPositionOffset() : stickyPositionOffset().transposedSize(); }
90 virtual bool requiresLayer() const OVERRIDE { return isRoot() || isPositioned() || createsGroup() || hasClipPath() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->specifiesColumns(); }
96 LayoutUnit computedCSSPaddingTop() const { return computedCSSPadding(style()->paddingTop()); }
97 LayoutUnit computedCSSPaddingBottom() const { return computedCSSPadding(style()->paddingBottom()); }
98 LayoutUnit computedCSSPaddingLeft() const { return computedCSSPadding(style()->paddingLeft()); }
99 LayoutUnit computedCSSPaddingRight() const { return computedCSSPadding(style()->paddingRight()); }
100 LayoutUnit computedCSSPaddingBefore() const { return computedCSSPadding(style()->paddingBefore()); }
101 LayoutUnit computedCSSPaddingAfter() const { return computedCSSPadding(style()->paddingAfter()); }
102 LayoutUnit computedCSSPaddingStart() const { return computedCSSPadding(style()
[all...]
H A DRenderTextControlSingleLine.cpp74 return innerBlock ? innerBlock->renderer()->style() : style();
129 if (innerTextRenderer && !innerTextRenderer->style()->logicalHeight().isAuto()) {
130 innerTextRenderer->style()->setLogicalHeight(Length(Auto));
133 if (innerBlockRenderer && !innerBlockRenderer->style()->logicalHeight().isAuto()) {
134 innerBlockRenderer->style()->setLogicalHeight(Length(Auto));
152 innerTextRenderer->style()->setLogicalHeight(Length(desiredLogicalHeight, Fixed));
155 innerBlockRenderer->style()->setLogicalHeight(Length(desiredLogicalHeight, Fixed));
164 containerRenderer->style()->setLogicalHeight(Length(logicalHeightLimit, Fixed));
167 containerRenderer->style()
[all...]
H A DRenderDialog.cpp41 LayoutStateMaintainer statePusher(view(), this, locationOffset(), hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode());
45 RenderStyle* styleToUse = style();
H A DRenderFullScreen.cpp120 if (parent && !parent->isChildAllowed(fullscreenRenderer, fullscreenRenderer->style())) {
176 void RenderFullScreen::createPlaceholder(PassRefPtr<RenderStyle> style, const LayoutRect& frameRect) argument
178 if (style->width().isAuto())
179 style->setWidth(Length(frameRect.width(), Fixed));
180 if (style->height().isAuto())
181 style->setHeight(Length(frameRect.height(), Fixed));
185 m_placeholder->setStyle(style);
191 m_placeholder->setStyle(style);
/macosx-10.9.5/WebKit-7537.78.2/mac/Carbon/
H A DCarbonWindowFrame.m49 + (float)_titlebarHeight:(unsigned int)style;
78 // Given a content rectangle and style mask, return a corresponding frame rectangle.
79 + (NSRect)frameRectForContentRect:(NSRect)contentRect styleMask:(NSUInteger)style {
86 + (NSRect)contentRectForFrameRect:(NSRect)frameRect styleMask:(NSUInteger)style {
93 + (NSSize)minFrameSizeForMinContentSize:(NSSize)cSize styleMask:(NSUInteger)style {
98 - (NSRect)frameRectForContentRect:(NSRect)cRect styleMask:(NSUInteger)style {
99 return [[self class] frameRectForContentRect: cRect styleMask:style];
101 - (NSRect)contentRectForFrameRect:(NSRect)fRect styleMask:(NSUInteger)style {
102 return [[self class] contentRectForFrameRect: fRect styleMask:style];
104 - (NSSize)minFrameSizeForMinContentSize:(NSSize)cSize styleMask:(NSUInteger)style {
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DDeprecatedStyleBuilder.cpp134 static void setValue(RenderStyle* style, SetterType value) { (style->*setterFunction)(value); } argument
135 static GetterType value(RenderStyle* style) { return (style->*getterFunction)(); } argument
137 static void applyInheritValue(CSSPropertyID, StyleResolver* styleResolver) { setValue(styleResolver->style(), value(styleResolver->parentStyle())); }
138 static void applyInitialValue(CSSPropertyID, StyleResolver* styleResolver) { setValue(styleResolver->style(), initial()); }
146 static void setValue(RenderStyle* style, SetterType value) { (style->*setterFunction)(value); } argument
150 setValue(styleResolver->style(), *static_cast<CSSPrimitiveValue*>(value));
162 static void setValue(RenderStyle* style, NumberTyp argument
196 setValue(RenderStyle* style, T value) argument
197 value(RenderStyle* style) argument
198 hasAuto(RenderStyle* style) argument
199 setAuto(RenderStyle* style) argument
356 setValue(RenderStyle* style, Length value) argument
411 setValue(RenderStyle* style, const AtomicString& value) argument
433 setValue(RenderStyle* style, LengthSize value) argument
585 setValue(RenderStyle* style, T value) argument
1022 getValue(RenderStyle* style) argument
1023 setValue(RenderStyle* style, const NinePieceImage& value) argument
1637 accessAnimations(RenderStyle* style) argument
1638 animations(RenderStyle* style) argument
1909 setValue(RenderStyle* style, PassRefPtr<ClipPathOperation> value) argument
1940 setValue(RenderStyle* style, PassRefPtr<ShapeValue> value) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSCanvasRenderingContext2DCustom.cpp41 static JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, const CanvasStyle& style) argument
43 if (style.canvasGradient())
44 return toJS(exec, globalObject, style.canvasGradient());
45 if (style.canvasPattern())
46 return toJS(exec, globalObject, style.canvasPattern());
47 return jsStringWithCache(exec, style.color());
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DOverviewGrid.js180 this._leftResizeElement.style.left = 0;
186 this._rightResizeElement.style.right = 0;
201 this._overviewWindowElement.style.left = "0%";
202 this._overviewWindowElement.style.width = "100%";
203 this._overviewWindowBordersElement.style.left = "0%";
204 this._overviewWindowBordersElement.style.right = "0%";
205 this._leftResizeElement.style.left = "0%";
206 this._rightResizeElement.style.left = "100%";
357 this._leftResizeElement.style.left = this.windowLeft * 100 + "%";
358 this._overviewWindowElement.style
[all...]
H A DTimelineGrid.js155 var percentStyleLeft = parseFloat(divider.style.left);
158 divider.style.left = percentLeft + "%";
159 dividerLabelBar.style.left = percentLeft + "%";
204 this._leftCurtainElement.style.width = gapOffset + "px";
206 this._rightCurtainElement.style.left = (gapOffset + gapWidth) + "px";
212 this._dividersElement.style.top = scrollTop + "px";
213 this._leftCurtainElement.style.top = scrollTop + "px";
214 this._rightCurtainElement.style.top = scrollTop + "px";
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGPath.cpp60 if (style()->svgStyle()->hasStroke()) {
82 if (!style()->svgStyle()->hasVisibleStroke())
111 const SVGRenderStyle* svgStyle = style()->svgStyle();
132 return style()->svgStyle()->hasStroke() && style()->svgStyle()->capStyle() != ButtCap;
140 if (style()->svgStyle()->capStyle() == SquareCap)
/macosx-10.9.5/libxslt-13/libxslt/python/
H A Dlibxsl.py91 def _styleInit(self, style, URI):
92 return self.styleInit(stylesheet(_obj=style), URI)
94 def _styleShutdown(self, style, URI, data):
95 return self.styleShutdown(stylesheet(_obj=style), URI, data)
103 def styleInit(self, style, URI):
108 def styleShutdown(self, style, URI, data):
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGLengthContext.cpp215 return currentContext->renderer()->style();
219 // There must be at least a RenderSVGRoot renderer, carrying a style.
226 RenderStyle* style = renderStyleForLengthResolving(m_context); local
227 if (!style) {
232 float fontSize = style->fontSize();
243 RenderStyle* style = renderStyleForLengthResolving(m_context); local
244 if (!style) {
249 return value * style->fontSize();
254 RenderStyle* style = renderStyleForLengthResolving(m_context); local
255 if (!style) {
273 RenderStyle* style = renderStyleForLengthResolving(m_context); local
[all...]
/macosx-10.9.5/libxslt-13/libxslt/tests/plugins/
H A Dtestplugin.c113 * @style: the stylesheet
119 xsltExtElementPreCompTest(xsltStylesheetPtr style, xmlNodePtr inst, argument
124 if (style == NULL) {
133 xsltStyleGetExtData(style, (const xmlChar *) XSLT_TESTPLUGIN_URL);
135 xsltTransformError(NULL, style, inst,
137 if (style != NULL)
138 style->errors++;
143 xsltTransformError(NULL, style, inst,
145 if (style != NULL)
146 style
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-CoreText/PyObjCTest/
H A Dtest_ctparagraphstyle.py57 style = CTParagraphStyleCreate(None, 0)
58 self.failUnlessIsInstance(style, CTParagraphStyleRef);
61 v = CTParagraphStyleCreateCopy(style)
64 ok, v = CTParagraphStyleGetTabStops(style)
70 ok, v = CTParagraphStyleGetValueForSpecifier(style,
76 ok, v = CTParagraphStyleGetValueForSpecifier(style,
82 ok, v = CTParagraphStyleGetValueForSpecifier(style,
88 ok, v = CTParagraphStyleGetValueForSpecifier(style,
122 style = CTParagraphStyleCreate(options, len(options))
123 self.failUnlessIsInstance(style, CTParagraphStyleRe
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-CoreText/PyObjCTest/
H A Dtest_ctparagraphstyle.py57 style = CTParagraphStyleCreate(None, 0)
58 self.assertIsInstance(style, CTParagraphStyleRef);
61 v = CTParagraphStyleCreateCopy(style)
64 ok, v = CTParagraphStyleGetTabStops(style)
70 ok, v = CTParagraphStyleGetValueForSpecifier(style,
76 ok, v = CTParagraphStyleGetValueForSpecifier(style,
82 ok, v = CTParagraphStyleGetValueForSpecifier(style,
88 ok, v = CTParagraphStyleGetValueForSpecifier(style,
122 style = CTParagraphStyleCreate(options, len(options))
123 self.assertIsInstance(style, CTParagraphStyleRe
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dthemeutils.tcl90 set colors(style) default
95 style "default" \
110 # -style default / native / myFavoriteStyleName
112 # | | specify a valid style name,
127 # the underlying style, activate this option!
136 array set p { -package "" -style "" -setoptdb 0 -themedirs "" }
170 # -- style:
171 if { [string length $p(-style)] > 0 } {
173 set _properties(style) $p(-style)
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/CocoaRepl/
H A Ddecorator.rb42 def self.style(name, opts = {}) singleton method in class:DecoratorStyle
140 def initialize(style)
141 @style ||= DecoratorStyle.instance(style)
142 @style.decorator = self
159 if @style.respond_to?(msg) then
160 @style.send(msg)
162 @style.do_misc
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DAttr.idl44 readonly attribute CSSStyleDeclaration style;
/macosx-10.9.5/WebCore-7537.78.1/mathml/
H A DMathMLTextElement.cpp51 RenderObject* MathMLTextElement::createRenderer(RenderArena* arena, RenderStyle* style) argument
56 return MathMLElement::createRenderer(arena, style);
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DCounterContent.h36 CounterContent(const AtomicString& identifier, EListStyleType style, const AtomicString& separator) argument
38 , m_listStyle(style)
H A DStyleMultiColData.h51 if (m_rule.style() == BNONE || m_rule.style() == BHIDDEN)
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dnamespaces.h33 xsltNamespaceAlias (xsltStylesheetPtr style,
61 (xsltStylesheetPtr style);

Completed in 408 milliseconds

1234567891011>>