OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WMLOptGroupElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/wml/
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
();
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
...]
Completed in 778 milliseconds