HomeSort by relevance Sort by last modified time
    Searched refs:WMLOptGroupElement (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/wml/
WMLOptGroupElement.cpp 24 #include "WMLOptGroupElement.h"
38 WMLOptGroupElement::WMLOptGroupElement(const QualifiedName& tagName, Document* doc)
43 PassRefPtr<WMLOptGroupElement> WMLOptGroupElement::create(const QualifiedName& tagName, Document* document)
45 return adoptRef(new WMLOptGroupElement(tagName, document));
48 WMLOptGroupElement::~WMLOptGroupElement()
52 const AtomicString& WMLOptGroupElement::formControlType() const
70 void WMLOptGroupElement::accessKeyAction(bool
    [all...]
WMLOptGroupElement.h 30 class WMLOptGroupElement : public WMLFormControlElement, public OptionGroupElement {
32 static PassRefPtr<WMLOptGroupElement> create(const QualifiedName&, Document*);
34 WMLOptGroupElement(const QualifiedName& tagName, Document*);
35 virtual ~WMLOptGroupElement();
  /external/webkit/Source/WebCore/dom/
OptionGroupElement.cpp 30 #include "WMLOptGroupElement.h"
43 return static_cast<WMLOptGroupElement*>(element);

Completed in 2247 milliseconds