HomeSort by relevance Sort by last modified time
    Searched refs:HTMLTableCaptionElement (Results 1 - 14 of 14) 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...]
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 3526 milliseconds