Searched refs:HTMLElement (Results 201 - 225 of 306) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/html/
H A DHTMLLegendElement.cpp48 return HTMLElement::supportsFocus();
H A DHTMLScriptElement.h28 #include "HTMLElement.h"
32 class HTMLScriptElement : public HTMLElement, public ScriptElement {
H A DHTMLBodyElement.cpp44 : HTMLElement(tagName, document)
93 return HTMLElement::mapToEntry(attrName, result);
178 HTMLElement::parseMappedAttribute(attr);
183 HTMLElement::insertedIntoDocument();
213 return rendererIsEditable() || HTMLElement::supportsFocus();
342 HTMLElement::addSubresourceAttributeURLs(urls);
356 HTMLElement::didMoveToNewOwnerDocument();
H A DHTMLTableElement.cpp47 : HTMLElement(tagName, document)
124 PassRefPtr<HTMLElement> HTMLTableElement::createTHead()
140 PassRefPtr<HTMLElement> HTMLTableElement::createTFoot()
156 PassRefPtr<HTMLElement> HTMLTableElement::createCaption()
181 PassRefPtr<HTMLElement> HTMLTableElement::insertRow(int index, ExceptionCode& ec)
277 return HTMLElement::mapToEntry(attrName, result);
436 HTMLElement::parseMappedAttribute(attr);
630 HTMLElement::attach();
660 HTMLElement::addSubresourceAttributeURLs(urls);
H A DHTMLLinkElement.cpp53 : HTMLElement(tagName, document)
155 HTMLElement::parseMappedAttribute(attr);
323 HTMLElement::insertedIntoDocument();
336 HTMLElement::removedFromDocument();
357 HTMLElement::finishParsingChildren();
490 HTMLElement::addSubresourceAttributeURLs(urls);
H A DHTMLAnchorElement.idl23 interface HTMLAnchorElement : HTMLElement {
H A DHTMLElement.idl26 ] HTMLElement : Element {
H A DHTMLMediaElement.idl27 interface [Conditional=VIDEO] HTMLMediaElement : HTMLElement {
H A DHTMLObjectElement.idl27 ] HTMLObjectElement : HTMLElement {
H A DHTMLAnchorElement.h27 #include "HTMLElement.h"
54 class HTMLAnchorElement : public HTMLElement {
H A DHTMLDocument.h34 class HTMLElement;
H A DHTMLImageElement.h28 #include "HTMLElement.h"
35 class HTMLImageElement : public HTMLElement {
H A DHTMLInputElement.idl23 interface HTMLInputElement : HTMLElement {
41 readonly attribute HTMLElement list;
H A DHTMLOptGroupElement.cpp53 return HTMLElement::supportsFocus();
H A DHTMLFormCollection.cpp86 HTMLElement* element = toHTMLElement(elementsArray[i]);
114 HTMLElement* element = toHTMLElement(associatedElement);
197 HTMLElement* element = toHTMLElement(associatedElement);
H A DHTMLCanvasElement.h32 #include "HTMLElement.h"
63 class HTMLCanvasElement : public HTMLElement {
H A DHTMLFormElement.h30 #include "HTMLElement.h"
46 class HTMLFormElement : public HTMLElement {
H A DHTMLLinkElement.h29 #include "HTMLElement.h"
38 class HTMLLinkElement : public HTMLElement, public CachedResourceClient {
H A DHTMLSelectElement.cpp179 void HTMLSelectElement::add(HTMLElement* element, HTMLElement* before, ExceptionCode& ec)
181 RefPtr<HTMLElement> protectNewChild(element); // make sure the element is ref'd and deref'd so we don't leak it
466 HTMLElement* before = 0;
/external/webkit/Source/WebCore/html/shadow/
H A DSliderThumbElement.h43 class HTMLElement;
/external/webkit/Source/WebCore/bindings/js/
H A DJSPluginElementFunctions.cpp73 HTMLElement* element = jsHTMLElement->impl();
83 HTMLElement* element = jsHTMLElement->impl();
/external/webkit/Source/WebCore/page/
H A DEditorClient.h65 class HTMLElement;
82 virtual bool shouldShowDeleteInterface(HTMLElement*) = 0;
/external/webkit/Source/WebCore/editing/
H A DDeleteButtonController.cpp147 static HTMLElement* enclosingDeletableElement(const VisibleSelection& selection)
175 HTMLElement* oldElement = enclosingDeletableElement(oldSelection);
176 HTMLElement* newElement = enclosingDeletableElement(m_frame->selection()->selection());
259 void DeleteButtonController::show(HTMLElement* element)
H A Dhtmlediting.cpp670 HTMLElement* enclosingList(Node* node)
706 static HTMLElement* embeddedSublist(Node* listItem)
750 HTMLElement* outermostEnclosingList(Node* node, Node* rootList)
752 HTMLElement* list = enclosingList(node);
756 while (HTMLElement* nextList = enclosingList(list)) {
838 PassRefPtr<HTMLElement> createDefaultParagraphElement(Document* document)
843 PassRefPtr<HTMLElement> createBreakElement(Document* document)
848 PassRefPtr<HTMLElement> createOrderedListElement(Document* document)
853 PassRefPtr<HTMLElement> createUnorderedListElement(Document* document)
858 PassRefPtr<HTMLElement> createListItemElemen
[all...]
/external/webkit/Source/WebCore/bridge/
H A Druntime_method.cpp107 HTMLElement* element = static_cast<JSHTMLElement*>(asObject(thisValue))->impl();

Completed in 9084 milliseconds

1234567891011>>