/external/webkit/Source/WebCore/html/ |
H A D | FormAssociatedElement.cpp | 57 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 D | ValidityState.cpp | 41 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 D | FormAssociatedElement.h | 83 HTMLElement* toHTMLElement(FormAssociatedElement*); 84 const HTMLElement* toHTMLElement(const FormAssociatedElement*);
|
H A D | DOMFormData.cpp | 55 if (!toHTMLElement(element)->disabled())
|
H A D | HTMLElement.h | 113 inline HTMLElement* toHTMLElement(Node* node) function in namespace:WebCore 119 inline const HTMLElement* toHTMLElement(const Node* node) function in namespace:WebCore
|
H A D | ValidationMessage.cpp | 126 HTMLElement* host = toHTMLElement(m_element); 159 HTMLElement* host = toHTMLElement(m_element);
|
H A D | HTMLFormCollection.cpp | 86 HTMLElement* element = toHTMLElement(elementsArray[i]); 114 HTMLElement* element = toHTMLElement(associatedElement); 197 HTMLElement* element = toHTMLElement(associatedElement);
|
H A D | HTMLFormElement.cpp | 237 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 D | HTMLCollection.cpp | 267 HTMLElement* e = toHTMLElement(element); 321 HTMLElement* e = toHTMLElement(element);
|
H A D | HTMLSelectElement.cpp | 472 before = toHTMLElement(options()->item(index+1)); 494 add(toHTMLElement(option.get()), 0, ec);
|
H A D | HTMLElement.cpp | 374 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 D | V8ElementCustom.cpp | 61 return toV8(toHTMLElement(impl), forceNewObject);
|
/external/webkit/Source/WebKit/chromium/src/ |
H A D | DOMUtilitiesPrivate.cpp | 47 HTMLNodeType* toHTMLElement(Node* node, const QualifiedName& name) function in namespace:__anon15357 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 D | JSHTMLFrameSetElementCustom.cpp | 53 HTMLElement* element = toHTMLElement(thisObj->impl());
|
H A D | JSElementCustom.cpp | 78 wrapper = createJSHTMLWrapper(exec, globalObject, toHTMLElement(element));
|
H A D | JSNodeCustom.cpp | 257 wrapper = createJSHTMLWrapper(exec, globalObject, toHTMLElement(node));
|
/external/webkit/Source/WebCore/bindings/gobject/ |
H A D | WebKitDOMBinding.cpp | 60 wrappedNode = createHTMLElementWrapper(toHTMLElement(node)); 96 wrappedElement = createHTMLElementWrapper(toHTMLElement(element));
|
/external/webkit/Source/WebCore/accessibility/ |
H A D | AccessibilityMenuListPopup.cpp | 100 AccessibilityMenuListOption* option = menuListOptionAccessibilityObject(toHTMLElement(listItems[i]));
|
H A D | AccessibilityListBox.cpp | 82 AccessibilityObject* listOption = listBoxOptionAccessibilityObject(toHTMLElement(listItems[i]));
|
/external/webkit/Source/WebCore/editing/ |
H A D | ApplyStyleCommand.cpp | 277 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 D | DeleteButtonController.cpp | 167 return element && element->isHTMLElement() ? toHTMLElement(element) : 0; 266 if (!m_frame->editor()->shouldShowDeleteInterface(toHTMLElement(element)))
|
H A D | ReplaceSelectionCommand.cpp | 478 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 D | RenderTextControlSingleLine.cpp | 635 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 D | FormSubmission.cpp | 179 HTMLElement* element = toHTMLElement(control);
|
/external/webkit/Source/WebKit/mac/WebView/ |
H A D | WebHTMLRepresentation.mm | 299 return kit(toHTMLElement(elt)); 345 DOMElement* de = kit(toHTMLElement(elements[i]));
|