Home
last modified time | relevance | path

Searched refs:styledElement (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
DWebRenderLayer.mm61 StyledElement* styledElement = static_cast<StyledElement*>(node);
63 for (size_t i = 0; i < styledElement->classNames().size(); ++i) {
66 classes += styledElement->classNames()[i];
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGPath.cpp286 SVGStyledElement* styledElement = static_cast<SVGStyledElement*>(svgElement); in calculateMarkerBoundsIfNeeded() local
287 if (!styledElement->supportsMarkers()) in calculateMarkerBoundsIfNeeded()
/external/webkit/Source/WebCore/rendering/
DRenderTreeAsText.cpp425 StyledElement* styledElement = static_cast<StyledElement*>(node); in writeRenderObject() local
427 for (size_t i = 0; i < styledElement->classNames().size(); ++i) { in writeRenderObject()
430 classes += styledElement->classNames()[i]; in writeRenderObject()
/external/webkit/Source/WebCore/editing/
DApplyStyleCommand.cpp983 RefPtr<StyledElement> styledElement; in pushDownInlineStyleAroundNode() local
985 styledElement = static_cast<StyledElement*>(current); in pushDownInlineStyleAroundNode()
986 elementsToPushDown.append(styledElement); in pushDownInlineStyleAroundNode()
1010 if (child != targetNode || styledElement) in pushDownInlineStyleAroundNode()
/external/webkit/Source/WebCore/dom/
DNode.cpp2543 SVGStyledElement* styledElement = static_cast<SVGStyledElement*>(element); in instancesForSVGElement() local
2544 ASSERT(!styledElement->instanceUpdatesBlocked()); in instancesForSVGElement()
2546 return styledElement->instancesForElement(); in instancesForSVGElement()
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp611 …const StyledElement* styledElement = element->isStyledElement() ? static_cast<const StyledElement*… in collectElementIdentifierHashes() local
612 if (styledElement && styledElement->hasClass()) { in collectElementIdentifierHashes()
613 const SpaceSplitString& classNames = styledElement->classNames(); in collectElementIdentifierHashes()