Home
last modified time | relevance | path

Searched refs:WMLElement (Results 1 – 25 of 56) sorted by relevance

123

/external/webkit/Source/WebCore/wml/
DWMLTableElement.cpp43 : WMLElement(tagName, doc) in WMLTableElement()
64 return WMLElement::mapToEntry(attrName, result); in mapToEntry()
81 WMLElement::parseMappedAttribute(attr); in parseMappedAttribute()
86 WMLElement::finishParsingChildren(); in finishParsingChildren()
93 Vector<WMLElement*> rowElements = scanTableChildElements(this, trTag); in finishParsingChildren()
97 Vector<WMLElement*>::iterator it = rowElements.begin(); in finishParsingChildren()
98 Vector<WMLElement*>::iterator end = rowElements.end(); in finishParsingChildren()
101 WMLElement* rowElement = (*it); in finishParsingChildren()
104 Vector<WMLElement*> columnElements = scanTableChildElements(rowElement, tdTag); in finishParsingChildren()
120 Vector<WMLElement*> WMLTableElement::scanTableChildElements(WMLElement* startElement, const Qualifi… in scanTableChildElements()
[all …]
DWMLTableElement.h31 class WMLTableElement : public WMLElement {
44 …Vector<WMLElement*> scanTableChildElements(WMLElement* startElement, const QualifiedName& tagName)…
47 …void transferAllChildrenOfElementToTargetElement(WMLElement* sourceElement, WMLElement* targetElem…
48 void joinSuperflousColumns(Vector<WMLElement*>& columnElements, WMLElement* rowElement) const;
49 void padWithEmptyColumns(Vector<WMLElement*>& columnElements, WMLElement* rowElement) const;
50 void alignCells(Vector<WMLElement*>& columnElements, WMLElement* rowElement) const;
DWMLElement.cpp42 WMLElement::WMLElement(const QualifiedName& tagName, Document* document) in WMLElement() function in WebCore::WMLElement
47 PassRefPtr<WMLElement> WMLElement::create(const QualifiedName& tagName, Document* document) in create()
49 return adoptRef(new WMLElement(tagName, document)); in create()
52 bool WMLElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const in mapToEntry()
62 void WMLElement::parseMappedAttribute(Attribute* attr) in parseMappedAttribute()
84 String WMLElement::title() const in title()
89 bool WMLElement::rendererIsNeeded(RenderStyle* style) in rendererIsNeeded()
94 RenderObject* WMLElement::createRenderer(RenderArena*, RenderStyle* style) in createRenderer()
99 String WMLElement::parseValueSubstitutingVariableReferences(const AtomicString& value, WMLErrorCode… in parseValueSubstitutingVariableReferences()
113 String WMLElement::parseValueForbiddingVariableReferences(const AtomicString& value) const in parseValueForbiddingVariableReferences()
DWMLDoElement.cpp47 : WMLElement(tagName, doc) in WMLDoElement()
66 WMLElement::defaultEventHandler(event); in defaultEventHandler()
113 WMLElement::parseMappedAttribute(attr); in parseMappedAttribute()
118 WMLElement::insertedIntoDocument(); in insertedIntoDocument()
128 …andlingElement* eventHandlingElement = toWMLEventHandlingElement(static_cast<WMLElement*>(parent))) in insertedIntoDocument()
137 …andlingElement* eventHandlingElement = toWMLEventHandlingElement(static_cast<WMLElement*>(parent))) in removedFromDocument()
141 WMLElement::removedFromDocument(); in removedFromDocument()
146 WMLElement::attach(); in attach()
170 WMLElement::recalcStyle(change); in recalcStyle()
DWMLSetvarElement.cpp35 : WMLElement(tagName, doc) in WMLSetvarElement()
56 WMLElement::parseMappedAttribute(attr); in parseMappedAttribute()
61 WMLElement::insertedIntoDocument(); in insertedIntoDocument()
67 if (static_cast<WMLElement*>(parent)->isWMLTaskElement()) in insertedIntoDocument()
75 if (static_cast<WMLElement*>(parent)->isWMLTaskElement()) in removedFromDocument()
79 WMLElement::removedFromDocument(); in removedFromDocument()
DWMLFormControlElement.cpp33 : WMLElement(tagName, document) in WMLFormControlElement()
60 return WMLElement::isFocusable(); in isFocusable()
67 WMLElement::attach(); in attach()
78 WMLElement::recalcStyle(change); in recalcStyle()
DWMLImageElement.cpp40 : WMLElement(tagName, doc) in WMLImageElement()
70 return WMLElement::mapToEntry(attrName, result); in mapToEntry()
95 WMLElement::parseMappedAttribute(attr); in parseMappedAttribute()
100 WMLElement::attach(); in attach()
130 WMLElement::insertedIntoDocument(); in insertedIntoDocument()
DWMLPElement.cpp42 : WMLElement(tagName, doc) in WMLPElement()
58 return WMLElement::mapToEntry(attrName, result); in mapToEntry()
80 WMLElement::parseMappedAttribute(attr); in parseMappedAttribute()
85 WMLElement::insertedIntoDocument(); in insertedIntoDocument()
DWMLElement.h30 class WMLElement : public StyledElement {
32 static PassRefPtr<WMLElement> create(const QualifiedName& tagName, Document*);
46 WMLElement(const QualifiedName& tagName, Document*);
DWMLMetaElement.cpp33 : WMLElement(tagName, doc) in WMLMetaElement()
55 WMLElement::parseMappedAttribute(attr); in parseMappedAttribute()
60 WMLElement::insertedIntoDocument(); in insertedIntoDocument()
DWMLTagNames.in13 head interfaceName=WMLElement
32 td interfaceName=WMLElement
35 tr interfaceName=WMLElement
DWMLFieldSetElement.cpp38 : WMLElement(tagName, doc) in WMLFieldSetElement()
53 WMLElement::insertedIntoDocument(); in insertedIntoDocument()
75 WMLElement::removedFromDocument(); in removedFromDocument()
DWMLBRElement.cpp39 : WMLElement(tagName, doc) in WMLBRElement()
55 return WMLElement::mapToEntry(attrName, result); in mapToEntry()
72 WMLElement::parseMappedAttribute(attr); in parseMappedAttribute()
DWMLAccessElement.cpp36 : WMLElement(tagName, doc) in WMLAccessElement()
60 WMLElement::parseMappedAttribute(attr); in parseMappedAttribute()
65 WMLElement::insertedIntoDocument(); in insertedIntoDocument()
DWMLAElement.cpp52 : WMLElement(tagName, doc) in WMLAElement()
78 WMLElement::parseMappedAttribute(attr); in parseMappedAttribute()
83 return isLink() || WMLElement::supportsFocus(); in supportsFocus()
137 WMLElement::defaultEventHandler(event); in defaultEventHandler()
DWMLTimerElement.cpp40 : WMLElement(tagName, doc) in WMLTimerElement()
55 WMLElement::parseMappedAttribute(attr); in parseMappedAttribute()
60 WMLElement::insertedIntoDocument(); in insertedIntoDocument()
84 WMLElement::removedFromDocument(); in removedFromDocument()
DWMLPostfieldElement.cpp38 : WMLElement(tagName, doc) in WMLPostfieldElement()
49 WMLElement::insertedIntoDocument(); in insertedIntoDocument()
62 WMLElement::removedFromDocument(); in removedFromDocument()
DWMLOnEventElement.cpp39 : WMLElement(tagName, doc) in WMLOnEventElement()
65 WMLElement::parseMappedAttribute(attr); in parseMappedAttribute()
73 return toWMLEventHandlingElement(static_cast<WMLElement*>(parent)); in eventHandlingParent()
DWMLInputElement.cpp79 WMLElement::dispatchFocusEvent(); in dispatchFocusEvent()
97 WMLElement::dispatchBlurEvent(); in dispatchBlurEvent()
235 WMLElement::parseMappedAttribute(attr); in parseMappedAttribute()
246 WMLElement::copyNonAttributeProperties(source); in copyNonAttributeProperties()
256 WMLElement::detach(); in detach()
295 WMLElement::defaultEventHandler(evt); in defaultEventHandler()
349 WMLElement::willMoveToNewOwnerDocument(); in willMoveToNewOwnerDocument()
357 WMLElement::didMoveToNewOwnerDocument(); in didMoveToNewOwnerDocument()
DWMLTaskElement.cpp38 : WMLElement(tagName, doc) in WMLTaskElement()
48 WMLElement::insertedIntoDocument(); in insertedIntoDocument()
74 WMLElement::removedFromDocument(); in removedFromDocument()
DWMLFieldSetElement.h29 class WMLFieldSetElement : public WMLElement {
42 RefPtr<WMLElement> m_insertedLegendElement;
DWMLEventHandlingElement.h32 class WMLElement; variable
52 WMLEventHandlingElement* toWMLEventHandlingElement(WMLElement*);
DWMLNoopElement.cpp35 : WMLElement(tagName, doc) in WMLNoopElement()
50 WMLElement::insertedIntoDocument(); in insertedIntoDocument()
DWMLCardElement.cpp48 : WMLElement(tagName, doc) in WMLCardElement()
232 WMLElement::parseMappedAttribute(attr); in parseMappedAttribute()
248 WMLElement::insertedIntoDocument(); in insertedIntoDocument()
277 return WMLElement::createRenderer(arena, style); in createRenderer()
DWMLTemplateElement.cpp38 : WMLElement(tagName, doc) in WMLTemplateElement()
62 WMLElement::parseMappedAttribute(attr); in parseMappedAttribute()

123