OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTMLTableCaptionElement
(Results
1 - 11
of
11
) sorted by null
/external/webkit/Source/WebCore/html/
HTMLTableCaptionElement.h
33
class
HTMLTableCaptionElement
: public HTMLTablePartElement {
35
static PassRefPtr<
HTMLTableCaptionElement
> create(const QualifiedName&, Document*);
38
HTMLTableCaptionElement
(const QualifiedName&, Document*);
HTMLTableCaptionElement.idl
25
]
HTMLTableCaptionElement
: HTMLElement {
HTMLTableCaptionElement.cpp
26
#include "
HTMLTableCaptionElement
.h"
36
inline
HTMLTableCaptionElement
::
HTMLTableCaptionElement
(const QualifiedName& tagName, Document* document)
42
PassRefPtr<
HTMLTableCaptionElement
>
HTMLTableCaptionElement
::create(const QualifiedName& tagName, Document* document)
44
return adoptRef(new
HTMLTableCaptionElement
(tagName, document));
47
bool
HTMLTableCaptionElement
::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
57
void
HTMLTableCaptionElement
::parseMappedAttribute(Attribute* attr)
HTMLTableElement.h
34
class
HTMLTableCaptionElement
;
42
HTMLTableCaptionElement
* caption() const;
43
void setCaption(PassRefPtr<
HTMLTableCaptionElement
>, ExceptionCode&);
HTMLTableElement.idl
24
attribute
HTMLTableCaptionElement
caption setter raises(DOMException);
HTMLTableElement.cpp
35
#include "
HTMLTableCaptionElement
.h"
67
HTMLTableCaptionElement
* HTMLTableElement::caption() const
71
return static_cast<
HTMLTableCaptionElement
*>(child);
76
void HTMLTableElement::setCaption(PassRefPtr<
HTMLTableCaptionElement
> newCaption, ExceptionCode& ec)
158
if (
HTMLTableCaptionElement
* existingCaption = caption())
160
RefPtr<
HTMLTableCaptionElement
> caption =
HTMLTableCaptionElement
::create(captionTag, document());
/external/webkit/Source/WebCore/accessibility/
AccessibilityTable.cpp
38
#include "
HTMLTableCaptionElement
.h"
555
HTMLTableCaptionElement
* caption = static_cast<HTMLTableElement*>(tableElement)->caption();
/external/webkit/Source/WebCore/bindings/gobject/
WebKitHTMLElementWrapperFactory.cpp
87
#include "
HTMLTableCaptionElement
.h"
236
return wrapHTMLTableCaptionElement(static_cast<
HTMLTableCaptionElement
*>(element.get()));
/external/webkit/Source/WebCore/page/
DOMWindow.idl
472
attribute HTMLTableCaptionElementConstructor
HTMLTableCaptionElement
;
[
all
...]
/external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp
53
#include "
HTMLTableCaptionElement
.h"
[
all
...]
/external/jdiff/
xerces.jar
Completed in 179 milliseconds