/external/webkit/Source/WebCore/wml/ |
D | WMLTableElement.cpp | 43 : 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 …]
|
D | WMLTableElement.h | 31 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;
|
D | WMLElement.cpp | 42 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()
|
D | WMLDoElement.cpp | 47 : 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()
|
D | WMLSetvarElement.cpp | 35 : 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()
|
D | WMLFormControlElement.cpp | 33 : WMLElement(tagName, document) in WMLFormControlElement() 60 return WMLElement::isFocusable(); in isFocusable() 67 WMLElement::attach(); in attach() 78 WMLElement::recalcStyle(change); in recalcStyle()
|
D | WMLImageElement.cpp | 40 : 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()
|
D | WMLPElement.cpp | 42 : WMLElement(tagName, doc) in WMLPElement() 58 return WMLElement::mapToEntry(attrName, result); in mapToEntry() 80 WMLElement::parseMappedAttribute(attr); in parseMappedAttribute() 85 WMLElement::insertedIntoDocument(); in insertedIntoDocument()
|
D | WMLElement.h | 30 class WMLElement : public StyledElement { 32 static PassRefPtr<WMLElement> create(const QualifiedName& tagName, Document*); 46 WMLElement(const QualifiedName& tagName, Document*);
|
D | WMLMetaElement.cpp | 33 : WMLElement(tagName, doc) in WMLMetaElement() 55 WMLElement::parseMappedAttribute(attr); in parseMappedAttribute() 60 WMLElement::insertedIntoDocument(); in insertedIntoDocument()
|
D | WMLTagNames.in | 13 head interfaceName=WMLElement 32 td interfaceName=WMLElement 35 tr interfaceName=WMLElement
|
D | WMLFieldSetElement.cpp | 38 : WMLElement(tagName, doc) in WMLFieldSetElement() 53 WMLElement::insertedIntoDocument(); in insertedIntoDocument() 75 WMLElement::removedFromDocument(); in removedFromDocument()
|
D | WMLBRElement.cpp | 39 : WMLElement(tagName, doc) in WMLBRElement() 55 return WMLElement::mapToEntry(attrName, result); in mapToEntry() 72 WMLElement::parseMappedAttribute(attr); in parseMappedAttribute()
|
D | WMLAccessElement.cpp | 36 : WMLElement(tagName, doc) in WMLAccessElement() 60 WMLElement::parseMappedAttribute(attr); in parseMappedAttribute() 65 WMLElement::insertedIntoDocument(); in insertedIntoDocument()
|
D | WMLAElement.cpp | 52 : WMLElement(tagName, doc) in WMLAElement() 78 WMLElement::parseMappedAttribute(attr); in parseMappedAttribute() 83 return isLink() || WMLElement::supportsFocus(); in supportsFocus() 137 WMLElement::defaultEventHandler(event); in defaultEventHandler()
|
D | WMLTimerElement.cpp | 40 : WMLElement(tagName, doc) in WMLTimerElement() 55 WMLElement::parseMappedAttribute(attr); in parseMappedAttribute() 60 WMLElement::insertedIntoDocument(); in insertedIntoDocument() 84 WMLElement::removedFromDocument(); in removedFromDocument()
|
D | WMLPostfieldElement.cpp | 38 : WMLElement(tagName, doc) in WMLPostfieldElement() 49 WMLElement::insertedIntoDocument(); in insertedIntoDocument() 62 WMLElement::removedFromDocument(); in removedFromDocument()
|
D | WMLOnEventElement.cpp | 39 : WMLElement(tagName, doc) in WMLOnEventElement() 65 WMLElement::parseMappedAttribute(attr); in parseMappedAttribute() 73 return toWMLEventHandlingElement(static_cast<WMLElement*>(parent)); in eventHandlingParent()
|
D | WMLInputElement.cpp | 79 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()
|
D | WMLTaskElement.cpp | 38 : WMLElement(tagName, doc) in WMLTaskElement() 48 WMLElement::insertedIntoDocument(); in insertedIntoDocument() 74 WMLElement::removedFromDocument(); in removedFromDocument()
|
D | WMLFieldSetElement.h | 29 class WMLFieldSetElement : public WMLElement { 42 RefPtr<WMLElement> m_insertedLegendElement;
|
D | WMLEventHandlingElement.h | 32 class WMLElement; variable 52 WMLEventHandlingElement* toWMLEventHandlingElement(WMLElement*);
|
D | WMLNoopElement.cpp | 35 : WMLElement(tagName, doc) in WMLNoopElement() 50 WMLElement::insertedIntoDocument(); in insertedIntoDocument()
|
D | WMLCardElement.cpp | 48 : WMLElement(tagName, doc) in WMLCardElement() 232 WMLElement::parseMappedAttribute(attr); in parseMappedAttribute() 248 WMLElement::insertedIntoDocument(); in insertedIntoDocument() 277 return WMLElement::createRenderer(arena, style); in createRenderer()
|
D | WMLTemplateElement.cpp | 38 : WMLElement(tagName, doc) in WMLTemplateElement() 62 WMLElement::parseMappedAttribute(attr); in parseMappedAttribute()
|