OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTMLLegendElement
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/html/
HTMLLegendElement.h
31
class
HTMLLegendElement
: public HTMLFormControlElement {
33
static PassRefPtr<
HTMLLegendElement
> create(const QualifiedName&, Document*, HTMLFormElement*);
36
HTMLLegendElement
(const QualifiedName&, Document*, HTMLFormElement*);
HTMLLegendElement.cpp
26
#include "
HTMLLegendElement
.h"
35
inline
HTMLLegendElement
::
HTMLLegendElement
(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
41
PassRefPtr<
HTMLLegendElement
>
HTMLLegendElement
::create(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
43
return adoptRef(new
HTMLLegendElement
(tagName, document, form));
46
bool
HTMLLegendElement
::supportsFocus() const
51
const AtomicString&
HTMLLegendElement
::formControlType() const
57
HTMLFormControlElement*
HTMLLegendElement
::associatedControl()
80
void
HTMLLegendElement
::focus(bool
[
all
...]
HTMLLegendElement.idl
23
interface
HTMLLegendElement
: HTMLElement {
/external/webkit/Source/WebCore/bindings/gobject/
WebKitHTMLElementWrapperFactory.cpp
68
#include "
HTMLLegendElement
.h"
346
return wrapHTMLLegendElement(static_cast<
HTMLLegendElement
*>(element.get()));
/external/webkit/Source/WebCore/page/
DOMWindow.idl
447
attribute HTMLLegendElementConstructor
HTMLLegendElement
;
[
all
...]
/external/jdiff/
xerces.jar
Completed in 576 milliseconds