/external/webkit/Source/WebCore/html/ |
D | FormAssociatedElement.cpp | 57 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()
|
D | ValidityState.cpp | 41 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()
|
D | FormAssociatedElement.h | 83 HTMLElement* toHTMLElement(FormAssociatedElement*); 84 const HTMLElement* toHTMLElement(const FormAssociatedElement*);
|
D | HTMLFormElement.cpp | 237 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()
|
D | HTMLFormCollection.cpp | 86 HTMLElement* element = toHTMLElement(elementsArray[i]); in item() 114 HTMLElement* element = toHTMLElement(associatedElement); in getNamedFormItem() 197 HTMLElement* element = toHTMLElement(associatedElement); in updateNameCache()
|
D | HTMLElement.h | 113 inline HTMLElement* toHTMLElement(Node* node) in toHTMLElement() function 119 inline const HTMLElement* toHTMLElement(const Node* node) in toHTMLElement() function
|
D | ValidationMessage.cpp | 126 HTMLElement* host = toHTMLElement(m_element); in buildBubbleTree() 159 HTMLElement* host = toHTMLElement(m_element); in deleteBubbleTree()
|
D | DOMFormData.cpp | 55 if (!toHTMLElement(element)->disabled()) in DOMFormData()
|
D | HTMLCollection.cpp | 267 HTMLElement* e = toHTMLElement(element); in checkForNameMatch() 321 HTMLElement* e = toHTMLElement(element); in updateNameCache()
|
D | HTMLSelectElement.cpp | 472 before = toHTMLElement(options()->item(index+1)); in setOption() 494 add(toHTMLElement(option.get()), 0, ec); in setLength()
|
D | HTMLElement.cpp | 374 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/ |
D | DOMUtilitiesPrivate.cpp | 47 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/ |
D | WebKitDOMBinding.cpp | 60 wrappedNode = createHTMLElementWrapper(toHTMLElement(node)); in createWrapper() 96 wrappedElement = createHTMLElementWrapper(toHTMLElement(element)); in kit()
|
/external/webkit/Source/WebCore/editing/ |
D | ApplyStyleCommand.cpp | 277 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 …]
|
D | DeleteButtonController.cpp | 167 return element && element->isHTMLElement() ? toHTMLElement(element) : 0; in enclosingDeletableElement() 266 if (!m_frame->editor()->shouldShowDeleteInterface(toHTMLElement(element))) in show()
|
D | ReplaceSelectionCommand.cpp | 478 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()
|
D | htmlediting.cpp | 679 return toHTMLElement(n); in enclosingList() 711 return toHTMLElement(n); in embeddedSublist() 722 return toHTMLElement(n); in appendedSublist()
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8ElementCustom.cpp | 61 return toV8(toHTMLElement(impl), forceNewObject); in toV8()
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSHTMLFrameSetElementCustom.cpp | 53 HTMLElement* element = toHTMLElement(thisObj->impl()); in nameGetter()
|
D | JSElementCustom.cpp | 78 wrapper = createJSHTMLWrapper(exec, globalObject, toHTMLElement(element)); in toJSNewlyCreated()
|
/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilityMenuListPopup.cpp | 100 …AccessibilityMenuListOption* option = menuListOptionAccessibilityObject(toHTMLElement(listItems[i]… in addChildren()
|
D | AccessibilityListBox.cpp | 82 … AccessibilityObject* listOption = listBoxOptionAccessibilityObject(toHTMLElement(listItems[i])); in addChildren()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderTextControlSingleLine.cpp | 635 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/ |
D | WebHTMLRepresentation.mm | 299 return kit(toHTMLElement(elt)); 345 DOMElement* de = kit(toHTMLElement(elements[i]));
|
/external/webkit/Source/WebCore/loader/ |
D | FormSubmission.cpp | 179 HTMLElement* element = toHTMLElement(control); in create()
|