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

/external/webkit/Source/WebKit/mac/WebView/
H A 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/
H A DRenderSVGPath.cpp286 SVGStyledElement* styledElement = static_cast<SVGStyledElement*>(svgElement);
287 if (!styledElement->supportsMarkers())
/external/webkit/Source/WebCore/rendering/
H A DRenderTreeAsText.cpp425 StyledElement* styledElement = static_cast<StyledElement*>(node); local
427 for (size_t i = 0; i < styledElement->classNames().size(); ++i) {
430 classes += styledElement->classNames()[i];
/external/webkit/Source/WebCore/editing/
H A DApplyStyleCommand.cpp983 RefPtr<StyledElement> styledElement; local
985 styledElement = static_cast<StyledElement*>(current);
986 elementsToPushDown.append(styledElement);
1009 // But if we've removed styledElement then go ahead and always apply the style.
1010 if (child != targetNode || styledElement)
/external/webkit/Source/WebCore/dom/
H A DNode.cpp2543 SVGStyledElement* styledElement = static_cast<SVGStyledElement*>(element);
2544 ASSERT(!styledElement->instanceUpdatesBlocked());
2546 return styledElement->instancesForElement();
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp611 const StyledElement* styledElement = element->isStyledElement() ? static_cast<const StyledElement*>(element) : 0; local
612 if (styledElement && styledElement->hasClass()) {
613 const SpaceSplitString& classNames = styledElement->classNames();

Completed in 861 milliseconds