Searched refs:m_style (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DBorderValue.h40 , m_style(BNONE)
47 return width() && (!checkStyle || m_style != BNONE);
57 return nonZero(checkStyle) && !isTransparent() && (!checkStyle || m_style != BHIDDEN);
62 return m_width == o.m_width && m_style == o.m_style && m_color == o.m_color && m_colorIsValid == o.m_colorIsValid;
79 EBorderStyle style() const { return static_cast<EBorderStyle>(m_style); }
86 unsigned m_style : 4; // EBorderStyle
H A DCollapsedBorderValue.h38 , m_style(BNONE)
48 , m_style(border.style())
54 unsigned width() const { return m_style > BHIDDEN ? m_width : 0; }
55 EBorderStyle style() const { return static_cast<EBorderStyle>(m_style); }
70 unsigned m_style : 4; // EBorderStyle
H A DOutlineValue.h42 return m_width == o.m_width && m_style == o.m_style && m_color == o.m_color && m_colorIsValid == o.m_colorIsValid && m_offset == o.m_offset && m_isAuto == o.m_isAuto;
H A DShadowData.h46 , m_style(Normal)
56 , m_style(style)
82 ShadowStyle style() const { return m_style; }
97 ShadowStyle m_style; member in class:WebCore::ShadowData
H A DKeyframeList.h44 , m_style(style)
55 const RenderStyle* style() const { return m_style.get(); }
56 void setStyle(PassRefPtr<RenderStyle> style) { m_style = style; }
61 RefPtr<RenderStyle> m_style; member in class:WebCore::KeyframeValue
H A DShadowData.cpp36 , m_style(o.m_style)
51 && m_style == o.m_style
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DNodeRenderingContext.cpp66 , m_style(style)
73 , m_style(context.resolvedStyle)
210 if (!m_style)
211 m_style = element->styleForRenderer();
213 elementInsideRegionNeedsRenderer = element->shouldMoveToFlowThread(m_style.get());
229 if (!element->shouldMoveToFlowThread(m_style.get()))
234 m_parentFlowRenderer = flowThreadController->ensureRenderFlowThreadWithName(m_style->flowThread());
260 if (!m_style)
261 m_style = element->styleForRenderer();
262 ASSERT(m_style);
[all...]
H A DNodeRenderingContext.h77 RefPtr<RenderStyle> m_style; member in class:WebCore::NodeRenderingContext
98 return m_style.get();
H A DAttr.cpp199 m_style = MutableStylePropertySet::create();
200 static_cast<StyledElement*>(m_element)->collectStyleForPresentationAttribute(qualifiedName(), value(), m_style.get());
201 return m_style->ensureCSSStyleDeclaration();
H A DAttr.h99 RefPtr<MutableStylePropertySet> m_style; member in class:WebCore::FINAL
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMCSSClasses.cpp35 : m_style(0)
40 m_style = s;
45 if (m_style)
46 m_style->deref();
95 m_style->setCssText(cssTextString, ec);
104 WTF::String value = m_style->getPropertyValue(propertyNameString);
145 m_style->setProperty(propertyNameString, valueString, priorityString, code);
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLOptGroupElement.cpp105 if (!m_style && parentNode()->renderStyle())
111 m_style.clear();
117 m_style = document()->ensureStyleResolver()->styleForElement(this);
122 return m_style.get();
130 return m_style;
H A DHTMLOptGroupElement.h64 RefPtr<RenderStyle> m_style; member in class:WebCore::FINAL
H A DHTMLOptionElement.cpp99 if (!m_style && parentNode()->renderStyle())
105 m_style.clear();
315 m_style = document()->ensureStyleResolver()->styleForElement(this);
320 return m_style.get();
328 return m_style;
H A DHTMLOptionElement.h96 RefPtr<RenderStyle> m_style; member in class:WebCore::FINAL
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DMediaQueryEvaluator.h86 RefPtr<RenderStyle> m_style; member in class:WebCore::MediaQueryEvaluator
H A DStyleResolver.h454 void setStyle(PassRefPtr<RenderStyle> style) { m_style = style; }
455 RenderStyle* style() const { return m_style.get(); }
456 PassRefPtr<RenderStyle> takeStyle() { return m_style.release(); }
493 const FontDescription& fontDescription() { return m_style->fontDescription(); }
495 void setFontDescription(const FontDescription& fontDescription) { m_fontDirty |= m_style->setFontDescription(fontDescription); }
496 void setZoom(float f) { m_fontDirty |= m_style->setZoom(f); }
497 void setEffectiveZoom(float f) { m_fontDirty |= m_style->setEffectiveZoom(f); }
498 void setWritingMode(WritingMode writingMode) { m_fontDirty |= m_style->setWritingMode(writingMode); }
499 void setTextOrientation(TextOrientation textOrientation) { m_fontDirty |= m_style->setTextOrientation(textOrientation); }
508 RefPtr<RenderStyle> m_style; member in class:WebCore::StyleResolver::State
[all...]
H A DMediaQueryEvaluator.cpp81 , m_style(0)
89 , m_style(0)
97 , m_style(0)
105 , m_style(style)
106 , m_expResult(false) // doesn't matter when we have m_frame and m_style
706 if (!m_frame || !m_frame->view() || !m_style)
720 return func(expr->value(), m_style.get(), m_frame, NoPrefix);
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DInsertParagraphSeparatorCommand.h56 RefPtr<EditingStyle> m_style; member in class:WebCore::InsertParagraphSeparatorCommand
H A DInsertParagraphSeparatorCommand.cpp84 m_style = EditingStyle::create(pos, EditingStyle::EditingPropertiesInEffect);
85 m_style->mergeTypingStyle(pos.anchorNode()->document());
99 if (!m_style)
102 m_style->prepareToApplyAt(endingSelection().start());
103 if (!m_style->isEmpty())
104 applyStyle(m_style.get());
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGShape.h51 , m_style(style)
59 SVGRenderSupport::applyStrokeStyleToContext(context, m_style, m_object);
64 RenderStyle* m_style; member in class:WebCore::BoundingRectStrokeStyleApplier
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetSupport/
H A DQStyleFacadeImp.cpp142 , m_style(0)
283 if (m_style->inherits("QMacStyle")) {
368 if (m_style->inherits("QMacStyle")) {
458 if (m_style->inherits("QMacStyle")) {
484 if (m_style)
485 return m_style;
489 m_style = pageClient->style();
492 if (!m_style)
493 m_style = QApplication::style();
495 return m_style;
[all...]
H A DQStyleFacadeImp.h89 mutable QPointer<QStyle> m_style; member in class:WebKit::QStyleFacadeImp
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorStyleSheet.cpp311 , m_style(style)
315 ASSERT(m_style);
328 result->setWidth(m_style->getPropertyValue("width"));
329 result->setHeight(m_style->getPropertyValue("height"));
378 createCSSParser(ownerDocument)->parseDeclaration(tempMutableStyle.get(), propertyText + " " + bogusPropertyName + ": none", sourceData, m_style->parentStyleSheet()->contents());
514 for (int i = 0, size = m_style->length(); i < size; ++i) {
515 String name = m_style->item(i);
520 result->append(InspectorStyleProperty(CSSPropertySourceData(name, m_style->getPropertyValue(name), !m_style->getPropertyPriority(name).isEmpty(), true, SourceRange()), false, false));
607 bool implicit = m_style
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderObject.cpp243 , m_style(0)
795 if (!isText() && m_style->position() == FixedPosition)
797 else if (!isText() && m_style->position() == AbsolutePosition)
899 graphicsContext->setStrokeColor(color, m_style->colorSpace());
925 graphicsContext->setFillColor(color, m_style->colorSpace());
1047 graphicsContext->setFillColor(color, m_style->colorSpace());
1813 if (m_style == style) {
1824 if (m_style)
1825 diff = m_style->diff(style.get(), contextSensitiveProperties);
1831 RefPtr<RenderStyle> oldStyle = m_style
[all...]

Completed in 261 milliseconds

12