Home
last modified time | relevance | path

Searched refs:HTMLSummaryElement (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLSummaryElement.cpp35 PassRefPtr<HTMLSummaryElement> HTMLSummaryElement::create(const QualifiedName& tagName, Document* d… in create()
37 RefPtr<HTMLSummaryElement> result = adoptRef(new HTMLSummaryElement(tagName, document)); in create()
42 HTMLSummaryElement::HTMLSummaryElement(const QualifiedName& tagName, Document* document) in HTMLSummaryElement() function in WebCore::HTMLSummaryElement
48 RenderObject* HTMLSummaryElement::createRenderer(RenderArena* arena, RenderStyle*) in createRenderer()
53 void HTMLSummaryElement::createShadowSubtree() in createShadowSubtree()
59 HTMLDetailsElement* HTMLSummaryElement::detailsElement() const in detailsElement()
67 bool HTMLSummaryElement::isMainSummary() const in isMainSummary()
74 void HTMLSummaryElement::defaultEventHandler(Event* event) in defaultEventHandler()
DHTMLSummaryElement.h30 class HTMLSummaryElement : public HTMLElement {
32 static PassRefPtr<HTMLSummaryElement> create(const QualifiedName&, Document*);
36 HTMLSummaryElement(const QualifiedName&, Document*);
DHTMLDetailsElement.cpp101 RefPtr<HTMLSummaryElement> defaultSummary = HTMLSummaryElement::create(summaryTag, document()); in createShadowSubtree()
DHTMLTagNames.in118 summary interfaceName=HTMLSummaryElement, JSInterfaceName=HTMLElement
/external/webkit/Source/WebCore/html/shadow/
DDetailsMarkerControl.h39 class HTMLSummaryElement; variable
51 HTMLSummaryElement* summaryElement();
DDetailsMarkerControl.cpp63 HTMLSummaryElement* DetailsMarkerControl::summaryElement() in summaryElement()
67 return static_cast<HTMLSummaryElement*>(node); in summaryElement()
/external/webkit/Source/WebCore/
DWebCore.pro730 html/HTMLSummaryElement.cpp \
1714 html/HTMLSummaryElement.h \
DCMakeLists.txt808 html/HTMLSummaryElement.cpp
DChangeLog5472 * html/HTMLSummaryElement.cpp:
13364 * html/HTMLSummaryElement.cpp:
13368 (WebCore::HTMLSummaryElement::createShadowSubtree):
13940 * html/HTMLSummaryElement.cpp:
14772 * html/HTMLSummaryElement.cpp:
14773 (WebCore::HTMLSummaryElement::createShadowSubtree):
14774 * html/HTMLSummaryElement.h:
19190 …- Moved event handling code from HTMLDetailsElement to HTMLSummaryElement because now the marker i…
19220 * html/HTMLSummaryElement.cpp:
19221 (WebCore::HTMLSummaryElement::create):
[all …]
DGNUmakefile.list.am1750 Source/WebCore/html/HTMLSummaryElement.cpp \
1751 Source/WebCore/html/HTMLSummaryElement.h \
DGNUmakefile.am1795 Source/WebCore/html/HTMLSummaryElement.cpp \
1796 Source/WebCore/html/HTMLSummaryElement.h \
DWebCore.gypi2976 'html/HTMLSummaryElement.cpp',
2977 'html/HTMLSummaryElement.h',
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj5510 …0C7CFE007BA540 /* HTMLSummaryElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D3D4E97013…
5511 …30C7CFE007BA540 /* HTMLSummaryElement.h in Headers */ = {isa = PBXBuildFile; fileRef = D3D4E971130…
12041 …A540 /* HTMLSummaryElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
12042 …07BA540 /* HTMLSummaryElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
16093 D3D4E970130C7CFE007BA540 /* HTMLSummaryElement.cpp */,
16094 D3D4E971130C7CFE007BA540 /* HTMLSummaryElement.h */,
21308 D3D4E973130C7CFE007BA540 /* HTMLSummaryElement.h in Headers */,
24146 D3D4E972130C7CFE007BA540 /* HTMLSummaryElement.cpp in Sources */,