Home
last modified time | relevance | path

Searched refs:toHTMLElement (Results 1 – 25 of 46) sorted by relevance

12

/external/webkit/Source/WebCore/html/
DFormAssociatedElement.cpp57 HTMLElement* element = toHTMLElement(this); in willMoveToNewOwnerDocument()
64 HTMLElement* element = toHTMLElement(this); in insertedIntoDocument()
71 HTMLElement* element = toHTMLElement(this); in removedFromDocument()
78 HTMLElement* element = toHTMLElement(this); in insertedIntoTree()
109 HTMLElement* element = toHTMLElement(this); in removedFromTree()
127 HTMLElement* element = toHTMLElement(this); in resetFormOwner()
153 HTMLElement* element = toHTMLElement(this); in formAttributeChanged()
166 const HTMLElement* toHTMLElement(const FormAssociatedElement* associatedElement) in toHTMLElement() function
176 HTMLElement* toHTMLElement(FormAssociatedElement* associatedElement) in toHTMLElement() function
178 …return const_cast<HTMLElement*>(toHTMLElement(static_cast<const FormAssociatedElement*>(associated… in toHTMLElement()
DValidityState.cpp41 if (!toHTMLElement(m_control)->willValidate()) in validationMessage()
46 HTMLElement* element = toHTMLElement(m_control); in validationMessage()
108 HTMLElement* element = toHTMLElement(m_control); in valueMissing()
129 HTMLElement* element = toHTMLElement(m_control); in typeMismatch()
140 HTMLElement* element = toHTMLElement(m_control); in patternMismatch()
152 HTMLElement* element = toHTMLElement(m_control); in tooLong()
169 HTMLElement* element = toHTMLElement(m_control); in rangeUnderflow()
181 HTMLElement* element = toHTMLElement(m_control); in rangeOverflow()
193 HTMLElement* element = toHTMLElement(m_control); in stepMismatch()
205 HTMLElement* element = toHTMLElement(m_control); in customError()
DFormAssociatedElement.h83 HTMLElement* toHTMLElement(FormAssociatedElement*);
84 const HTMLElement* toHTMLElement(const FormAssociatedElement*);
DHTMLFormElement.cpp237 HTMLElement* unhandled = toHTMLElement(unhandledAssociatedElement); in validateInteractively()
250 HTMLElement* unhandled = toHTMLElement(unhandledAssociatedElement); in validateInteractively()
429 position = element->compareDocumentPosition(toHTMLElement(m_associatedElements[middle])); in formElementIndexWithFormAttribute()
436 position = element->compareDocumentPosition(toHTMLElement(m_associatedElements[left])); in formElementIndexWithFormAttribute()
444 HTMLElement* element = toHTMLElement(associatedElement); in formElementIndex()
464 && toHTMLElement(node)->form() == this) in formElementIndex()
DHTMLFormCollection.cpp86 HTMLElement* element = toHTMLElement(elementsArray[i]); in item()
114 HTMLElement* element = toHTMLElement(associatedElement); in getNamedFormItem()
197 HTMLElement* element = toHTMLElement(associatedElement); in updateNameCache()
DHTMLElement.h113 inline HTMLElement* toHTMLElement(Node* node) in toHTMLElement() function
119 inline const HTMLElement* toHTMLElement(const Node* node) in toHTMLElement() function
DValidationMessage.cpp126 HTMLElement* host = toHTMLElement(m_element); in buildBubbleTree()
159 HTMLElement* host = toHTMLElement(m_element); in deleteBubbleTree()
DDOMFormData.cpp55 if (!toHTMLElement(element)->disabled()) in DOMFormData()
DHTMLCollection.cpp267 HTMLElement* e = toHTMLElement(element); in checkForNameMatch()
321 HTMLElement* e = toHTMLElement(element); in updateNameCache()
DHTMLSelectElement.cpp472 before = toHTMLElement(options()->item(index+1)); in setOption()
494 add(toHTMLElement(option.get()), 0, ec); in setLength()
DHTMLElement.cpp374 HTMLElement* parent = toHTMLElement(p); in setOuterHTML()
893 toHTMLElement(parent)->adjustDirectionalityIfNeededAfterChildAttributeChanged(this); in dirAttributeChanged()
941 …while (oldMarkedNode && oldMarkedNode->isHTMLElement() && toHTMLElement(oldMarkedNode)->hasAttribu… in adjustDirectionalityIfNeededAfterChildrenChanged()
948 toHTMLElement(elementToAdjust)->calculateAndAdjustDirectionality(); in adjustDirectionalityIfNeededAfterChildrenChanged()
/external/webkit/Source/WebKit/chromium/src/
DDOMUtilitiesPrivate.cpp47 HTMLNodeType* toHTMLElement(Node* node, const QualifiedName& name) in toHTMLElement() function
62 return toHTMLElement<HTMLInputElement>(node, HTMLNames::inputTag); in toHTMLInputElement()
67 return toHTMLElement<HTMLLinkElement>(node, HTMLNames::linkTag); in toHTMLLinkElement()
72 return toHTMLElement<HTMLMetaElement>(node, HTMLNames::metaTag); in toHTMLMetaElement()
77 return toHTMLElement<HTMLOptionElement>(node, HTMLNames::optionTag); in toHTMLOptionElement()
/external/webkit/Source/WebCore/bindings/gobject/
DWebKitDOMBinding.cpp60 wrappedNode = createHTMLElementWrapper(toHTMLElement(node)); in createWrapper()
96 wrappedElement = createHTMLElementWrapper(toHTMLElement(element)); in kit()
/external/webkit/Source/WebCore/editing/
DApplyStyleCommand.cpp277 removeCSSStyle(style, toHTMLElement(block.get())); in applyBlockStyle()
279 addBlockStyle(styleChange, toHTMLElement(block.get())); in applyBlockStyle()
366 element = toHTMLElement(node); in applyRelativeFontStyleChange()
462 return toHTMLElement(highestAncestorWithUnicodeBidi); in splitAncestorsWithUnicodeBidi()
464 unsplitAncestor = toHTMLElement(highestAncestorWithUnicodeBidi); in splitAncestorsWithUnicodeBidi()
723 HTMLElement* element = toHTMLElement(node); in applyInlineStyleToNodeRange()
793 removeInlineStyleFromElement(style, toHTMLElement(node.get()), RemoveAlways); in removeStyleFromRunBeforeApplyingStyle()
927 if (n->isHTMLElement() && shouldRemoveInlineStyleFromElement(style, toHTMLElement(n))) in highestAncestorWithConflictingInlineStyle()
928 result = toHTMLElement(n); in highestAncestorWithConflictingInlineStyle()
954 setNodeAttribute(toHTMLElement(node), styleAttr, newInlineStyle->style()->cssText()); in applyInlineStyleToPushDown()
[all …]
DDeleteButtonController.cpp167 return element && element->isHTMLElement() ? toHTMLElement(element) : 0; in enclosingDeletableElement()
266 if (!m_frame->editor()->shouldShowDeleteInterface(toHTMLElement(element))) in show()
DReplaceSelectionCommand.cpp478 HTMLElement* e = toHTMLElement(node.get()); in negateStyleRulesThatAffectAppearance()
622 …RefPtr<EditingStyle> sourceDocumentStyle = EditingStyle::create(toHTMLElement(sourceDocumentStyleS… in handleStyleSpans()
659 …RefPtr<EditingStyle> copiedRangeStyle = EditingStyle::create(toHTMLElement(copiedRangeStyleSpan)->… in handleStyleSpans()
698 HTMLElement* newSpan = toHTMLElement(newNode.get()); in copyStyleToChildren()
709 HTMLElement* childElement = toHTMLElement(childNode); in copyStyleToChildren()
Dhtmlediting.cpp679 return toHTMLElement(n); in enclosingList()
711 return toHTMLElement(n); in embeddedSublist()
722 return toHTMLElement(n); in appendedSublist()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8ElementCustom.cpp61 return toV8(toHTMLElement(impl), forceNewObject); in toV8()
/external/webkit/Source/WebCore/bindings/js/
DJSHTMLFrameSetElementCustom.cpp53 HTMLElement* element = toHTMLElement(thisObj->impl()); in nameGetter()
DJSElementCustom.cpp78 wrapper = createJSHTMLWrapper(exec, globalObject, toHTMLElement(element)); in toJSNewlyCreated()
/external/webkit/Source/WebCore/accessibility/
DAccessibilityMenuListPopup.cpp100 …AccessibilityMenuListOption* option = menuListOptionAccessibilityObject(toHTMLElement(listItems[i]… in addChildren()
DAccessibilityListBox.cpp82 … AccessibilityObject* listOption = listBoxOptionAccessibilityObject(toHTMLElement(listItems[i])); in addChildren()
/external/webkit/Source/WebCore/rendering/
DRenderTextControlSingleLine.cpp635 m_innerBlock = TextControlInnerElement::create(toHTMLElement(node())); in createSubtreeIfNeeded()
642 m_speechButton = InputFieldSpeechButtonElement::create(toHTMLElement(node())); in createSubtreeIfNeeded()
667 m_speechButton = InputFieldSpeechButtonElement::create(toHTMLElement(node())); in createSubtreeIfNeeded()
675 m_innerSpinButton = SpinButtonElement::create(toHTMLElement(node())); in createSubtreeIfNeeded()
679 m_outerSpinButton = SpinButtonElement::create(toHTMLElement(node())); in createSubtreeIfNeeded()
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLRepresentation.mm299 return kit(toHTMLElement(elt));
345 DOMElement* de = kit(toHTMLElement(elements[i]));
/external/webkit/Source/WebCore/loader/
DFormSubmission.cpp179 HTMLElement* element = toHTMLElement(control); in create()

12