toHTMLElement     174 Source/bindings/v8/V8LazyEventListener.cpp         formElement = toHTMLElement(m_node)->formOwner();
toHTMLElement     130 Source/bindings/v8/custom/V8NodeCustom.cpp             return wrap(toHTMLElement(impl), creationContext, isolate);
toHTMLElement      83 Source/core/accessibility/AXNodeObject.cpp         const AtomicString& alt = toHTMLElement(node)->getAttribute(altAttr);
toHTMLElement     339 Source/core/accessibility/AXNodeObject.cpp     if (!element->isHTMLElement() || !toHTMLElement(element)->isLabelable())
toHTMLElement    1614 Source/core/accessibility/AXNodeObject.cpp             return toHTMLElement(owner)->getNameAttribute();
toHTMLElement    1623 Source/core/accessibility/AXNodeObject.cpp         return toHTMLElement(owner)->getNameAttribute();
toHTMLElement     241 Source/core/css/resolver/SharedStyleFinder.cpp     if (candidate.isHTMLElement() && toHTMLElement(candidate).hasDirectionAuto())
toHTMLElement     557 Source/core/css/resolver/StyleResolver.cpp             TextDirection textDirection = toHTMLElement(state.element())->directionalityIfhasDirAutoAttribute(isAuto);
toHTMLElement    3141 Source/core/dom/Element.cpp     return ensureElementRareData().ensureInputMethodContext(toHTMLElement(this));
toHTMLElement    3342 Source/core/dom/Element.cpp     if (isHTMLElement() && toHTMLElement(this)->hasDirectionAuto())
toHTMLElement    1113 Source/core/dom/Range.cpp     RefPtr<DocumentFragment> fragment = WebCore::createContextualFragment(markup, toHTMLElement(element), AllowScriptingContentAndDoNotMarkAlreadyStarted, exceptionState);
toHTMLElement      67 Source/core/editing/ApplyStyleCommand.cpp     const HTMLElement* elem = toHTMLElement(node);
toHTMLElement      91 Source/core/editing/ApplyStyleCommand.cpp     return hasNoAttributeOrOnlyStyleAttribute(toHTMLElement(element), AllowNonEmptyStyleAttribute);
toHTMLElement      98 Source/core/editing/ApplyStyleCommand.cpp     return hasNoAttributeOrOnlyStyleAttribute(toHTMLElement(node), StyleAttributeShouldBeEmpty);
toHTMLElement     106 Source/core/editing/ApplyStyleCommand.cpp     return hasNoAttributeOrOnlyStyleAttribute(toHTMLElement(element), shouldStyleAttributeBeEmpty);
toHTMLElement     277 Source/core/editing/ApplyStyleCommand.cpp                 removeCSSStyle(style, toHTMLElement(block));
toHTMLElement     279 Source/core/editing/ApplyStyleCommand.cpp                     addBlockStyle(styleChange, toHTMLElement(block));
toHTMLElement     392 Source/core/editing/ApplyStyleCommand.cpp             element = toHTMLElement(node);
toHTMLElement     486 Source/core/editing/ApplyStyleCommand.cpp             return toHTMLElement(highestAncestorWithUnicodeBidi);
toHTMLElement     488 Source/core/editing/ApplyStyleCommand.cpp         unsplitAncestor = toHTMLElement(highestAncestorWithUnicodeBidi);
toHTMLElement     773 Source/core/editing/ApplyStyleCommand.cpp             HTMLElement* element = toHTMLElement(node);
toHTMLElement     875 Source/core/editing/ApplyStyleCommand.cpp         removeInlineStyleFromElement(style, toHTMLElement(node), RemoveAlways);
toHTMLElement     985 Source/core/editing/ApplyStyleCommand.cpp         if (n->isHTMLElement() && shouldRemoveInlineStyleFromElement(style, toHTMLElement(n)))
toHTMLElement     986 Source/core/editing/ApplyStyleCommand.cpp             result = toHTMLElement(n);
toHTMLElement    1006 Source/core/editing/ApplyStyleCommand.cpp     if (node->isHTMLElement() && toHTMLElement(node)->inlineStyle()) {
toHTMLElement    1008 Source/core/editing/ApplyStyleCommand.cpp         newInlineStyle->mergeInlineStyleOfElement(toHTMLElement(node), EditingStyle::OverrideValues);
toHTMLElement    1014 Source/core/editing/ApplyStyleCommand.cpp         setNodeAttribute(toHTMLElement(node), styleAttr, AtomicString(newInlineStyle->style()->asText()));
toHTMLElement    1049 Source/core/editing/ApplyStyleCommand.cpp             removeInlineStyleFromElement(style, toHTMLElement(current), RemoveIfNeeded, styleToPushDown.get());
toHTMLElement    1123 Source/core/editing/ApplyStyleCommand.cpp             RefPtr<HTMLElement> elem = toHTMLElement(node);
toHTMLElement    1243 Source/core/editing/ApplyStyleCommand.cpp     return shouldRemoveInlineStyleFromElement(style, toHTMLElement(element));
toHTMLElement    1425 Source/core/editing/ApplyStyleCommand.cpp             fontContainer = toHTMLElement(container);
toHTMLElement    1428 Source/core/editing/ApplyStyleCommand.cpp             HTMLElement* containerElement = toHTMLElement(container);
toHTMLElement    1430 Source/core/editing/ApplyStyleCommand.cpp                 styleContainer = toHTMLElement(container);
toHTMLElement      97 Source/core/editing/FormatBlockCommand.cpp     if (outerBlock.get() != nodeAfterInsertionPosition.get() && toHTMLElement(nodeAfterInsertionPosition.get())->hasAttribute(styleAttr))
toHTMLElement      98 Source/core/editing/FormatBlockCommand.cpp         blockNode->setAttribute(styleAttr, toHTMLElement(nodeAfterInsertionPosition.get())->getAttribute(styleAttr));
toHTMLElement    1736 Source/core/editing/FrameSelection.cpp     HTMLElement* element = start->isHTMLElement() ? toHTMLElement(start) : Traversal<HTMLElement>::next(*start);
toHTMLElement      74 Source/core/editing/InsertListCommand.cpp     RefPtr<HTMLElement> nextList = toHTMLElement(nextSibling);
toHTMLElement     168 Source/core/editing/InsertParagraphSeparatorCommand.cpp     RefPtr<Element> listChild = listChildNode && listChildNode->isHTMLElement() ? toHTMLElement(listChildNode) : 0;
toHTMLElement     539 Source/core/editing/MarkupAccumulator.cpp     return toHTMLElement(node).ieForbidsInsertHTML();
toHTMLElement     105 Source/core/editing/ReplaceSelectionCommand.cpp     return node->isHTMLElement() && toHTMLElement(node)->getAttribute(classAttr) == convertedSpaceSpanClassString;
toHTMLElement     480 Source/core/editing/ReplaceSelectionCommand.cpp                 HTMLElement* htmlElement = toHTMLElement(element);
toHTMLElement     622 Source/core/editing/ReplaceSelectionCommand.cpp         if (isProhibitedParagraphChild(toHTMLElement(node)->localName())) {
toHTMLElement     623 Source/core/editing/ReplaceSelectionCommand.cpp             if (HTMLElement* paragraphElement = toHTMLElement(enclosingNodeWithTag(positionInParentBeforeNode(*node), pTag)))
toHTMLElement     628 Source/core/editing/ReplaceSelectionCommand.cpp             if (HTMLElement* headerElement = toHTMLElement(highestEnclosingNodeOfType(positionInParentBeforeNode(*node), isHeaderElement)))
toHTMLElement     759 Source/core/editing/ReplaceSelectionCommand.cpp             wrappingStyleSpan = toHTMLElement(node);
toHTMLElement     866 Source/core/editing/ReplaceSelectionCommand.cpp     const HTMLElement* element = toHTMLElement(node);
toHTMLElement    1078 Source/core/editing/ReplaceSelectionCommand.cpp         refNode = insertAsListItems(toHTMLElement(refNode), blockStart, insertionPos, insertedNodes);
toHTMLElement    1422 Source/core/editing/ReplaceSelectionCommand.cpp         listElement = toHTMLElement(listElement->firstChild());
toHTMLElement     656 Source/core/editing/htmlediting.cpp             return toHTMLElement(n);
toHTMLElement     306 Source/core/editing/markup.cpp                 newInlineStyle->mergeStyleFromRulesForSerialization(&toHTMLElement(element));
toHTMLElement     485 Source/core/editing/markup.cpp     HTMLElement* element = const_cast<HTMLElement*>(toHTMLElement(node));
toHTMLElement     988 Source/core/editing/markup.cpp             HTMLElement* element = toHTMLElement(node);
toHTMLElement      56 Source/core/html/DOMFormData.cpp         if (!toHTMLElement(element)->isDisabledFormControl())
toHTMLElement      71 Source/core/html/FormAssociatedElement.cpp     HTMLElement* element = toHTMLElement(this);
toHTMLElement      84 Source/core/html/FormAssociatedElement.cpp     HTMLElement* element = toHTMLElement(this);
toHTMLElement      91 Source/core/html/FormAssociatedElement.cpp     HTMLElement* element = toHTMLElement(this);
toHTMLElement     123 Source/core/html/FormAssociatedElement.cpp     if (toHTMLElement(this)->highestAncestor() == formRoot)
toHTMLElement     164 Source/core/html/FormAssociatedElement.cpp     HTMLElement* element = toHTMLElement(this);
toHTMLElement     190 Source/core/html/FormAssociatedElement.cpp     const HTMLElement* element = toHTMLElement(this);
toHTMLElement     258 Source/core/html/FormAssociatedElement.cpp     HTMLElement* element = toHTMLElement(this);
toHTMLElement     273 Source/core/html/FormAssociatedElement.cpp     const AtomicString& name = toHTMLElement(this)->getNameAttribute();
toHTMLElement     293 Source/core/html/FormAssociatedElement.cpp     return &toHTMLElement(*associatedElement);
toHTMLElement     298 Source/core/html/FormAssociatedElement.cpp     return const_cast<HTMLElement*>(toHTMLElement(static_cast<const FormAssociatedElement*>(associatedElement)));
toHTMLElement     303 Source/core/html/FormAssociatedElement.cpp     return const_cast<HTMLElement&>(toHTMLElement(static_cast<const FormAssociatedElement&>(associatedElement)));
toHTMLElement     312 Source/core/html/FormAssociatedElement.cpp     : IdTargetObserver(toHTMLElement(element)->treeScope().idTargetObserverRegistry(), id)
toHTMLElement     125 Source/core/html/FormAssociatedElement.h HTMLElement* toHTMLElement(FormAssociatedElement*);
toHTMLElement     126 Source/core/html/FormAssociatedElement.h HTMLElement& toHTMLElement(FormAssociatedElement&);
toHTMLElement     127 Source/core/html/FormAssociatedElement.h const HTMLElement* toHTMLElement(const FormAssociatedElement*);
toHTMLElement     128 Source/core/html/FormAssociatedElement.h const HTMLElement& toHTMLElement(const FormAssociatedElement&);
toHTMLElement     427 Source/core/html/HTMLCollection.cpp         if (!nameAttribute.isEmpty() && (type() != DocAll || nameShouldBeVisibleInDocumentAll(toHTMLElement(*element)))) {
toHTMLElement     453 Source/core/html/HTMLCollection.cpp         if (!nameAttrVal.isEmpty() && idAttrVal != nameAttrVal && (type() != DocAll || nameShouldBeVisibleInDocumentAll(toHTMLElement(*element))))
toHTMLElement     639 Source/core/html/HTMLElement.cpp     return node->isHTMLElement() && (isHTMLBDIElement(*node) || toHTMLElement(node)->hasAttribute(dirAttr));
toHTMLElement     738 Source/core/html/HTMLElement.cpp         toHTMLElement(parent)->adjustDirectionalityIfNeededAfterChildAttributeChanged(this);
toHTMLElement     793 Source/core/html/HTMLElement.cpp             toHTMLElement(elementToAdjust)->calculateAndAdjustDirectionality();
toHTMLElement      77 Source/core/html/HTMLFormControlsCollection.cpp         if (associatedElement->isEnumeratable() && toHTMLElement(associatedElement) == element)
toHTMLElement      97 Source/core/html/HTMLFormControlsCollection.cpp             m_cachedElement = toHTMLElement(associatedElement);
toHTMLElement     118 Source/core/html/HTMLFormControlsCollection.cpp         HTMLElement* element = toHTMLElement(elementsArray[i]);
toHTMLElement     164 Source/core/html/HTMLFormControlsCollection.cpp             HTMLElement* element = toHTMLElement(associatedElement);
toHTMLElement     259 Source/core/html/HTMLFormElement.cpp         HTMLElement* unhandled = toHTMLElement(unhandledAssociatedElement);
toHTMLElement     272 Source/core/html/HTMLFormElement.cpp             HTMLElement* unhandled = toHTMLElement(unhandledAssociatedElement);
toHTMLElement     496 Source/core/html/HTMLFormElement.cpp     removeFromPastNamesMap(toHTMLElement(e));
toHTMLElement     684 Source/core/html/HTMLFormElement.cpp     ASSERT_WITH_SECURITY_IMPLICATION(toHTMLElement(element)->formOwner() == this);
toHTMLElement     185 Source/core/html/HTMLInputElement.cpp     return toHTMLElement(userAgentShadowRoot()->getElementById(ShadowElementNames::passwordGenerator()));
toHTMLElement      41 Source/core/html/HTMLLabelElement.cpp     if (!toHTMLElement(element).isLabelable())
toHTMLElement     127 Source/core/html/HTMLLabelElement.cpp         if (node->isHTMLElement() && toHTMLElement(node)->isInteractiveContent())
toHTMLElement     151 Source/core/html/HTMLPlugInElement.h     return element.isHTMLElement() && toHTMLElement(element).isPluginElement();
toHTMLElement     216 Source/core/html/HTMLSelectElement.cpp     HTMLElement* beforeElement = toHTMLElement(options()->item(beforeIndex));
toHTMLElement     458 Source/core/html/HTMLSelectElement.cpp         before = toHTMLElement(options()->item(index+1));
toHTMLElement     479 Source/core/html/HTMLSelectElement.cpp             add(toHTMLElement(option), 0, exceptionState);
toHTMLElement     778 Source/core/html/HTMLSelectElement.cpp         HTMLElement& current = toHTMLElement(*currentElement);
toHTMLElement     150 Source/core/html/HTMLTextFormControlElement.cpp     return toHTMLElement(userAgentShadowRoot()->getElementById(ShadowElementNames::placeholder()));
toHTMLElement     626 Source/core/html/HTMLTextFormControlElement.cpp             return toHTMLElement(element);
toHTMLElement     653 Source/core/html/HTMLTextFormControlElement.cpp     return toHTMLElement(userAgentShadowRoot()->getElementById(ShadowElementNames::innerEditor()));
toHTMLElement      56 Source/core/html/HTMLUnknownElement.h     return element.isHTMLElement() && toHTMLElement(element).isHTMLUnknownElement();
toHTMLElement      55 Source/core/html/LabelableElement.h     return element.isHTMLElement() && toHTMLElement(element).isLabelable();
toHTMLElement      97 Source/core/html/RadioNodeList.cpp         HTMLFormElement* formElement = toHTMLElement(testElement).formOwner();
toHTMLElement      84 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp     toHTMLElement(node)->setInnerText(displayValue, ASSERT_NO_EXCEPTION);
toHTMLElement     215 Source/core/html/forms/ColorInputType.cpp     return shadow ? toHTMLElement(shadow->firstChild()->firstChild()) : 0;
toHTMLElement      93 Source/core/html/ime/InputMethodContext.cpp     return element && element->isHTMLElement() && m_element == toHTMLElement(element);
toHTMLElement      64 Source/core/html/shadow/MediaControlElementTypes.cpp     HTMLElement* element = toHTMLElement(node);
toHTMLElement     218 Source/core/loader/FormSubmission.cpp         HTMLElement& element = toHTMLElement(*control);
toHTMLElement    1623 Source/core/page/EventHandler.cpp     if (node.isHTMLElement() && toHTMLElement(node).isInteractiveContent())
toHTMLElement     172 Source/core/page/FocusController.cpp     return element->isHTMLElement() && toHTMLElement(element)->hasCustomFocusLogic();
toHTMLElement      68 Source/core/rendering/RenderTextControlSingleLine.cpp     return toHTMLElement(inputElement()->userAgentShadowRoot()->getElementById(ShadowElementNames::spinButton()));
toHTMLElement     120 Source/core/rendering/RenderTreeAsText.cpp     const HTMLElement& elem = toHTMLElement(*node);
toHTMLElement     381 Source/web/WebPageSerializerImpl.cpp             if (!element->isHTMLElement() || !toHTMLElement(element)->ieForbidsInsertHTML()) {
toHTMLElement    2120 Source/web/WebViewImpl.cpp         if (toHTMLElement(element)->isDateTimeFieldElement())