Searched refs:toHTMLElement (Results 1 - 25 of 41) sorted by relevance

12

/external/webkit/Source/WebCore/html/
H A DFormAssociatedElement.cpp57 HTMLElement* element = toHTMLElement(this);
64 HTMLElement* element = toHTMLElement(this);
71 HTMLElement* element = toHTMLElement(this);
78 HTMLElement* element = toHTMLElement(this);
109 HTMLElement* element = toHTMLElement(this);
127 HTMLElement* element = toHTMLElement(this);
153 HTMLElement* element = toHTMLElement(this);
166 const HTMLElement* toHTMLElement(const FormAssociatedElement* associatedElement) function in namespace:WebCore
176 HTMLElement* toHTMLElement(FormAssociatedElement* associatedElement) function in namespace:WebCore
178 return const_cast<HTMLElement*>(toHTMLElement(static_cas
[all...]
H A DValidityState.cpp41 if (!toHTMLElement(m_control)->willValidate())
46 HTMLElement* element = toHTMLElement(m_control);
108 HTMLElement* element = toHTMLElement(m_control);
129 HTMLElement* element = toHTMLElement(m_control);
140 HTMLElement* element = toHTMLElement(m_control);
152 HTMLElement* element = toHTMLElement(m_control);
169 HTMLElement* element = toHTMLElement(m_control);
181 HTMLElement* element = toHTMLElement(m_control);
193 HTMLElement* element = toHTMLElement(m_control);
205 HTMLElement* element = toHTMLElement(m_contro
[all...]
H A DFormAssociatedElement.h83 HTMLElement* toHTMLElement(FormAssociatedElement*);
84 const HTMLElement* toHTMLElement(const FormAssociatedElement*);
H A DDOMFormData.cpp55 if (!toHTMLElement(element)->disabled())
H A DHTMLElement.h113 inline HTMLElement* toHTMLElement(Node* node) function in namespace:WebCore
119 inline const HTMLElement* toHTMLElement(const Node* node) function in namespace:WebCore
H A DValidationMessage.cpp126 HTMLElement* host = toHTMLElement(m_element);
159 HTMLElement* host = toHTMLElement(m_element);
H A DHTMLFormCollection.cpp86 HTMLElement* element = toHTMLElement(elementsArray[i]);
114 HTMLElement* element = toHTMLElement(associatedElement);
197 HTMLElement* element = toHTMLElement(associatedElement);
H A DHTMLFormElement.cpp237 HTMLElement* unhandled = toHTMLElement(unhandledAssociatedElement);
250 HTMLElement* unhandled = toHTMLElement(unhandledAssociatedElement);
429 position = element->compareDocumentPosition(toHTMLElement(m_associatedElements[middle]));
436 position = element->compareDocumentPosition(toHTMLElement(m_associatedElements[left]));
444 HTMLElement* element = toHTMLElement(associatedElement);
464 && toHTMLElement(node)->form() == this)
H A DHTMLCollection.cpp267 HTMLElement* e = toHTMLElement(element);
321 HTMLElement* e = toHTMLElement(element);
H A DHTMLSelectElement.cpp472 before = toHTMLElement(options()->item(index+1));
494 add(toHTMLElement(option.get()), 0, ec);
H A DHTMLElement.cpp374 HTMLElement* parent = toHTMLElement(p);
888 toHTMLElement(parent)->adjustDirectionalityIfNeededAfterChildAttributeChanged(this);
936 while (oldMarkedNode && oldMarkedNode->isHTMLElement() && toHTMLElement(oldMarkedNode)->hasAttribute(dirAttr))
943 toHTMLElement(elementToAdjust)->calculateAndAdjustDirectionality();
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8ElementCustom.cpp61 return toV8(toHTMLElement(impl), forceNewObject);
/external/webkit/Source/WebKit/chromium/src/
H A DDOMUtilitiesPrivate.cpp47 HTMLNodeType* toHTMLElement(Node* node, const QualifiedName& name) function in namespace:__anon14764
62 return toHTMLElement<HTMLInputElement>(node, HTMLNames::inputTag);
67 return toHTMLElement<HTMLLinkElement>(node, HTMLNames::linkTag);
72 return toHTMLElement<HTMLMetaElement>(node, HTMLNames::metaTag);
77 return toHTMLElement<HTMLOptionElement>(node, HTMLNames::optionTag);
/external/webkit/Source/WebCore/bindings/js/
H A DJSHTMLFrameSetElementCustom.cpp53 HTMLElement* element = toHTMLElement(thisObj->impl());
H A DJSElementCustom.cpp78 wrapper = createJSHTMLWrapper(exec, globalObject, toHTMLElement(element));
H A DJSNodeCustom.cpp257 wrapper = createJSHTMLWrapper(exec, globalObject, toHTMLElement(node));
/external/webkit/Source/WebCore/bindings/gobject/
H A DWebKitDOMBinding.cpp60 wrappedNode = createHTMLElementWrapper(toHTMLElement(node));
96 wrappedElement = createHTMLElementWrapper(toHTMLElement(element));
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityMenuListPopup.cpp100 AccessibilityMenuListOption* option = menuListOptionAccessibilityObject(toHTMLElement(listItems[i]));
H A DAccessibilityListBox.cpp82 AccessibilityObject* listOption = listBoxOptionAccessibilityObject(toHTMLElement(listItems[i]));
/external/webkit/Source/WebCore/editing/
H A DApplyStyleCommand.cpp277 removeCSSStyle(style, toHTMLElement(block.get()));
279 addBlockStyle(styleChange, toHTMLElement(block.get()));
366 element = toHTMLElement(node);
462 return toHTMLElement(highestAncestorWithUnicodeBidi);
464 unsplitAncestor = toHTMLElement(highestAncestorWithUnicodeBidi);
723 HTMLElement* element = toHTMLElement(node);
793 removeInlineStyleFromElement(style, toHTMLElement(node.get()), RemoveAlways);
927 if (n->isHTMLElement() && shouldRemoveInlineStyleFromElement(style, toHTMLElement(n)))
928 result = toHTMLElement(n);
954 setNodeAttribute(toHTMLElement(nod
[all...]
H A DDeleteButtonController.cpp167 return element && element->isHTMLElement() ? toHTMLElement(element) : 0;
266 if (!m_frame->editor()->shouldShowDeleteInterface(toHTMLElement(element)))
H A DReplaceSelectionCommand.cpp478 HTMLElement* e = toHTMLElement(node.get());
622 RefPtr<EditingStyle> sourceDocumentStyle = EditingStyle::create(toHTMLElement(sourceDocumentStyleSpan)->getInlineStyleDecl());
659 RefPtr<EditingStyle> copiedRangeStyle = EditingStyle::create(toHTMLElement(copiedRangeStyleSpan)->getInlineStyleDecl());
698 HTMLElement* newSpan = toHTMLElement(newNode.get());
709 HTMLElement* childElement = toHTMLElement(childNode);
/external/webkit/Source/WebCore/rendering/
H A DRenderTextControlSingleLine.cpp635 m_innerBlock = TextControlInnerElement::create(toHTMLElement(node()));
642 m_speechButton = InputFieldSpeechButtonElement::create(toHTMLElement(node()));
667 m_speechButton = InputFieldSpeechButtonElement::create(toHTMLElement(node()));
675 m_innerSpinButton = SpinButtonElement::create(toHTMLElement(node()));
679 m_outerSpinButton = SpinButtonElement::create(toHTMLElement(node()));
/external/webkit/Source/WebCore/loader/
H A DFormSubmission.cpp179 HTMLElement* element = toHTMLElement(control);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebHTMLRepresentation.mm299 return kit(toHTMLElement(elt));
345 DOMElement* de = kit(toHTMLElement(elements[i]));

Completed in 3197 milliseconds

12