Home
last modified time | relevance | path

Searched refs:StyledElement (Results 1 – 25 of 55) sorted by relevance

123

/external/webkit/Source/WebCore/dom/
DStyledElement.cpp73 CSSMappedAttributeDeclaration* StyledElement::getMappedAttributeDecl(MappedAttributeEntry entryType… in getMappedAttributeDecl()
80 CSSMappedAttributeDeclaration* StyledElement::getMappedAttributeDecl(MappedAttributeEntry type, con… in getMappedAttributeDecl()
87 void StyledElement::setMappedAttributeDecl(MappedAttributeEntry entryType, Attribute* attr, CSSMapp… in setMappedAttributeDecl()
94 void StyledElement::setMappedAttributeDecl(MappedAttributeEntry entryType, const QualifiedName& nam… in setMappedAttributeDecl()
101 void StyledElement::removeMappedAttributeDecl(MappedAttributeEntry entryType, const QualifiedName& … in removeMappedAttributeDecl()
108 void StyledElement::updateStyleAttribute() const in updateStyleAttribute()
114 const_cast<StyledElement*>(this)->setAttribute(styleAttr, m_inlineStyleDecl->cssText()); in updateStyleAttribute()
118 StyledElement::~StyledElement() in ~StyledElement()
123 PassRefPtr<Attribute> StyledElement::createAttribute(const QualifiedName& name, const AtomicString&… in createAttribute()
128 void StyledElement::createInlineStyleDecl() in createInlineStyleDecl()
[all …]
DStyledElement.h37 class StyledElement : public Element {
39 virtual ~StyledElement();
71 StyledElement(const QualifiedName& name, Document* document, ConstructionType type) in StyledElement() function
99 inline const SpaceSplitString& StyledElement::classNames() const in classNames()
106 inline void StyledElement::invalidateStyleAttribute() in invalidateStyleAttribute()
DCSSMappedAttributeDeclaration.cpp33 StyledElement::removeMappedAttributeDecl(m_entryType, m_attrName, m_attrValue); in ~CSSMappedAttributeDeclaration()
DClassNodeList.cpp57 return static_cast<StyledElement*>(testNode)->classNames().containsAll(m_classNames); in nodeMatches()
/external/webkit/Source/WebCore/editing/
DRemoveCSSPropertyCommand.h37 …static PassRefPtr<RemoveCSSPropertyCommand> create(Document* document, PassRefPtr<StyledElement> e… in create()
43 RemoveCSSPropertyCommand(Document*, PassRefPtr<StyledElement>, CSSPropertyID property);
48 RefPtr<StyledElement> m_element;
DEditingStyle.h54 class StyledElement; variable
109 …bool conflictsWithInlineStyleOfElement(StyledElement* element) const { return conflictsWithInlineS… in conflictsWithInlineStyleOfElement()
110 …bool conflictsWithInlineStyleOfElement(StyledElement* element, EditingStyle* extractedStyle, Vecto… in conflictsWithInlineStyleOfElement()
121 void mergeInlineStyleOfElement(StyledElement*);
138 …bool conflictsWithInlineStyleOfElement(StyledElement*, EditingStyle* extractedStyle, Vector<CSSPro…
DCompositeEditCommand.h37 class StyledElement; variable
77 void removeCSSProperty(PassRefPtr<StyledElement>, CSSPropertyID);
DRemoveCSSPropertyCommand.cpp34 RemoveCSSPropertyCommand::RemoveCSSPropertyCommand(Document* document, PassRefPtr<StyledElement> el… in RemoveCSSPropertyCommand()
DReplaceSelectionCommand.cpp83 PassRefPtr<StyledElement> insertFragmentForTestRendering(Node* context);
85 void restoreTestRenderingNodesToFragment(StyledElement*);
157 RefPtr<StyledElement> holder = insertFragmentForTestRendering(styleNode); in ReplacementFragment()
238 PassRefPtr<StyledElement> ReplacementFragment::insertFragmentForTestRendering(Node* context) in insertFragmentForTestRendering()
244 RefPtr<StyledElement> holder = createDefaultParagraphElement(m_document.get()); in insertFragmentForTestRendering()
273 void ReplacementFragment::restoreTestRenderingNodesToFragment(StyledElement* holder) in restoreTestRenderingNodesToFragment()
/external/webkit/Source/WebCore/mathml/
DMathMLElement.cpp42 : StyledElement(tagName, document, CreateStyledElement) in MathMLElement()
60 return StyledElement::mapToEntry(attrName, result); in mapToEntry()
87 StyledElement::parseMappedAttribute(attr); in parseMappedAttribute()
DMathMLElement.h36 class MathMLElement : public StyledElement {
/external/webkit/Source/WebCore/wml/
DWMLElement.cpp43 : StyledElement(tagName, document, CreateStyledElement) in WMLElement()
59 return StyledElement::mapToEntry(attrName, result); in mapToEntry()
67 return StyledElement::parseMappedAttribute(attr); in parseMappedAttribute()
DWMLElement.h30 class WMLElement : public StyledElement {
/external/webkit/Source/WebCore/svg/
DSVGElement.cpp58 : StyledElement(tagName, document, CreateSVGElement) in SVGElement()
124 StyledElement::removedFromDocument(); in removedFromDocument()
263 StyledElement::parseMappedAttribute(attr); in parseMappedAttribute()
327 StyledElement::finishParsingChildren(); in finishParsingChildren()
343 StyledElement::insertedIntoDocument(); in insertedIntoDocument()
368 StyledElement::attributeChanged(attr, preserveDecls); in attributeChanged()
DSVGTSpanElement.cpp71 return StyledElement::rendererIsNeeded(style); in rendererIsNeeded()
DSVGStyledElement.h60 virtual CSSStyleDeclaration* style() { return StyledElement::style(); } in style()
DSVGTRefElement.cpp124 return StyledElement::rendererIsNeeded(style); in rendererIsNeeded()
DSVGElement.h63 class SVGElement : public StyledElement {
DSVGSVGElement.h139 …virtual bool rendererIsNeeded(RenderStyle* style) { return StyledElement::rendererIsNeeded(style);… in rendererIsNeeded()
DSVGTextPathElement.cpp150 return StyledElement::rendererIsNeeded(style); in rendererIsNeeded()
/external/webkit/Source/WebCore/html/
DHTMLElement.h34 class HTMLElement : public StyledElement {
80 static void addHTMLAlignmentToStyledElement(StyledElement*, Attribute*);
126 : StyledElement(tagName, document, CreateHTMLElement) in HTMLElement()
DHTMLElement.cpp130 return StyledElement::mapToEntry(attrName, result); in mapToEntry()
136 return StyledElement::parseMappedAttribute(attr); in parseMappedAttribute()
615 void HTMLElement::addHTMLAlignmentToStyledElement(StyledElement* element, Attribute* attr) in addHTMLAlignmentToStyledElement()
789 return StyledElement::rendererIsNeeded(style); in rendererIsNeeded()
838 StyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
/external/webkit/Source/WebKit/mac/WebView/
DWebRenderLayer.mm35 #import <WebCore/StyledElement.h>
61 StyledElement* styledElement = static_cast<StyledElement*>(node);
/external/webkit/Source/WebCore/bindings/js/
DJSElementCustom.cpp66 …markDOMObjectWrapper(markStack, globalData, static_cast<StyledElement*>(element)->inlineStyleDecl(… in markChildren()
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.h69 class StyledElement; variable
351 StyledElement* m_styledElement;

123