HomeSort by relevance Sort by last modified time
    Searched defs:HTMLOptGroupElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLOptGroupElement.h 34 class HTMLOptGroupElement : public HTMLFormControlElement, public OptionGroupElement {
36 static PassRefPtr<HTMLOptGroupElement> create(const QualifiedName&, Document*, HTMLFormElement*);
43 HTMLOptGroupElement(const QualifiedName&, Document*, HTMLFormElement*);
HTMLOptGroupElement.cpp 26 #include "HTMLOptGroupElement.h"
40 inline HTMLOptGroupElement::HTMLOptGroupElement(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
46 PassRefPtr<HTMLOptGroupElement> HTMLOptGroupElement::create(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
48 return adoptRef(new HTMLOptGroupElement(tagName, document, form));
51 bool HTMLOptGroupElement::supportsFocus() const
56 bool HTMLOptGroupElement::isFocusable() const
62 const AtomicString& HTMLOptGroupElement::formControlType() const
68 void HTMLOptGroupElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta
    [all...]

Completed in 47 milliseconds