OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTMLOptGroupElement
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/WebCore/html/
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
...]
HTMLOptGroupElement.idl
22
interface
HTMLOptGroupElement
: HTMLElement {
HTMLOptGroupElement.h
34
class
HTMLOptGroupElement
: public HTMLFormControlElement, public OptionGroupElement {
36
static PassRefPtr<
HTMLOptGroupElement
> create(const QualifiedName&, Document*, HTMLFormElement*);
43
HTMLOptGroupElement
(const QualifiedName&, Document*, HTMLFormElement*);
/external/webkit/Source/WebCore/dom/
OptionGroupElement.cpp
26
#include "
HTMLOptGroupElement
.h"
39
return static_cast<
HTMLOptGroupElement
*>(element);
/external/webkit/Source/WebCore/accessibility/
AccessibilityListBoxOption.cpp
37
#include "
HTMLOptGroupElement
.h"
150
return static_cast<
HTMLOptGroupElement
*>(m_optionElement)->groupLabelText();
196
return static_cast<
HTMLOptGroupElement
*>(m_optionElement)->ownerSelectElement();
/external/webkit/Source/WebCore/bindings/gobject/
WebKitHTMLElementWrapperFactory.cpp
78
#include "
HTMLOptGroupElement
.h"
391
return wrapHTMLOptGroupElement(static_cast<
HTMLOptGroupElement
*>(element.get()));
/external/webkit/Source/WebCore/page/
DOMWindow.idl
459
attribute HTMLOptGroupElementConstructor
HTMLOptGroupElement
;
[
all
...]
/external/jdiff/
xerces.jar
Completed in 2610 milliseconds