Home
last modified time | relevance | path

Searched refs:HTMLDirectoryElement (Results 1 – 25 of 259) sorted by relevance

1234567891011

/dports/www/kf5-khtml/khtml-5.89.0/src/dom/
H A Dhtml_list.cpp78 HTMLDirectoryElement::HTMLDirectoryElement() : HTMLElement() in HTMLDirectoryElement() function in HTMLDirectoryElement
82 HTMLDirectoryElement::HTMLDirectoryElement(const HTMLDirectoryElement &other) : HTMLElement(other) in HTMLDirectoryElement() function in HTMLDirectoryElement
86 HTMLDirectoryElement::HTMLDirectoryElement(HTMLDirectoryElementImpl *impl) : HTMLElement(impl) in HTMLDirectoryElement() function in HTMLDirectoryElement
90 HTMLDirectoryElement &HTMLDirectoryElement::operator = (const Node &other) in operator =()
96 HTMLDirectoryElement &HTMLDirectoryElement::operator = (const HTMLDirectoryElement &other) in operator =()
102 HTMLDirectoryElement::~HTMLDirectoryElement() in ~HTMLDirectoryElement()
106 bool HTMLDirectoryElement::compact() const in compact()
114 void HTMLDirectoryElement::setCompact(bool _compact) in setCompact()
H A Dhtml_list.h95 class KHTML_EXPORT HTMLDirectoryElement : public HTMLElement
98 HTMLDirectoryElement();
99 HTMLDirectoryElement(const HTMLDirectoryElement &other);
100 HTMLDirectoryElement(const Node &other) : HTMLElement() in HTMLDirectoryElement() function
105 HTMLDirectoryElement(HTMLDirectoryElementImpl *impl);
108 HTMLDirectoryElement &operator = (const HTMLDirectoryElement &other);
109 HTMLDirectoryElement &operator = (const Node &other);
111 ~HTMLDirectoryElement();
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dhtmldirectoryelement.rs14 pub struct HTMLDirectoryElement { struct
18 impl HTMLDirectoryElement { implementation
21 document: &Document) -> HTMLDirectoryElement { in new_inherited() argument
22 HTMLDirectoryElement { in new_inherited()
31 document: &Document) -> DomRoot<HTMLDirectoryElement> { in new() argument
32 … Node::reflect_node(Box::new(HTMLDirectoryElement::new_inherited(local_name, prefix, document)), in new()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/
H A DHTMLDirectoryElement.cpp32 inline HTMLDirectoryElement::HTMLDirectoryElement(const QualifiedName& tagName, Document* document) in HTMLDirectoryElement() function in WebCore::HTMLDirectoryElement
38 PassRefPtr<HTMLDirectoryElement> HTMLDirectoryElement::create(const QualifiedName& tagName, Documen… in create()
40 return adoptRef(new HTMLDirectoryElement(tagName, document)); in create()
H A DHTMLDirectoryElement.h30 class HTMLDirectoryElement : public HTMLElement {
32 static PassRefPtr<HTMLDirectoryElement> create(const QualifiedName& tagName, Document*);
35 HTMLDirectoryElement(const QualifiedName&, Document*);
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/dodo/src/
H A DHTMLDirectoryElement.php9 class HTMLDirectoryElement extends HTMLElement implements \Wikimedia\IDLeDOM\HTMLDirectoryElement { class
11 use \Wikimedia\IDLeDOM\Stub\HTMLDirectoryElement;
15 use \Wikimedia\IDLeDOM\Helper\HTMLDirectoryElement;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DJSHTMLDirectoryElement.cpp121 …ement(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr<HTMLDirectoryElement> impl) in JSHTMLDirectoryElement()
146 HTMLDirectoryElement* imp = static_cast<HTMLDirectoryElement*>(castedThis->impl()); in jsHTMLDirectoryElementCompact()
166 HTMLDirectoryElement* imp = static_cast<HTMLDirectoryElement*>(castedThis->impl()); in setJSHTMLDirectoryElementCompact()
H A DJSHTMLDirectoryElement.h29 class HTMLDirectoryElement; variable
34 JSHTMLDirectoryElement(JSC::Structure*, JSDOMGlobalObject*, PassRefPtr<HTMLDirectoryElement>);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/
H A Dhtml_directory_element.cc29 HTMLDirectoryElement::HTMLDirectoryElement(Document& document) in HTMLDirectoryElement() function in blink::HTMLDirectoryElement
H A Dhtml_directory_element.h30 class HTMLDirectoryElement final : public HTMLElement {
34 explicit HTMLDirectoryElement(Document&);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/
H A Dhtml_directory_element.cc29 HTMLDirectoryElement::HTMLDirectoryElement(Document& document) in HTMLDirectoryElement() function in blink::HTMLDirectoryElement
H A Dhtml_directory_element.h30 class HTMLDirectoryElement final : public HTMLElement {
34 explicit HTMLDirectoryElement(Document&);
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/xml/dom/html2/
H A DDomHTMLDirectoryElement.java40 import org.w3c.dom.html2.HTMLDirectoryElement;
49 implements HTMLDirectoryElement
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/xml/dom/html2/
H A DDomHTMLDirectoryElement.java40 import org.w3c.dom.html2.HTMLDirectoryElement;
49 implements HTMLDirectoryElement
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/xml/dom/html2/
H A DDomHTMLDirectoryElement.java40 import org.w3c.dom.html2.HTMLDirectoryElement;
49 implements HTMLDirectoryElement
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/xml/dom/html2/
H A DDomHTMLDirectoryElement.java40 import org.w3c.dom.html2.HTMLDirectoryElement;
49 implements HTMLDirectoryElement
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/xml/dom/html2/
H A DDomHTMLDirectoryElement.java40 import org.w3c.dom.html2.HTMLDirectoryElement;
49 implements HTMLDirectoryElement
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/xml/dom/html2/
H A DDomHTMLDirectoryElement.java40 import org.w3c.dom.html2.HTMLDirectoryElement;
49 implements HTMLDirectoryElement
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/idle-dom/src/Stub/
H A DHTMLDirectoryElement.php10 trait HTMLDirectoryElement {
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.xml.dom/share/classes/org/w3c/dom/html/
H A DHTMLDirectoryElement.java51 public interface HTMLDirectoryElement extends HTMLElement { interface
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/external/w3c_dom/org/w3c/dom/html2/
H A DHTMLDirectoryElement.java20 public interface HTMLDirectoryElement extends HTMLElement { interface
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.xml.dom/share/classes/org/w3c/dom/html/
H A DHTMLDirectoryElement.java51 public interface HTMLDirectoryElement extends HTMLElement { interface
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/external/w3c_dom/org/w3c/dom/html2/
H A DHTMLDirectoryElement.java20 public interface HTMLDirectoryElement extends HTMLElement { interface
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/external/w3c_dom/org/w3c/dom/html2/
H A DHTMLDirectoryElement.java20 public interface HTMLDirectoryElement extends HTMLElement { interface
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/external/w3c_dom/org/w3c/dom/html2/
H A DHTMLDirectoryElement.java20 public interface HTMLDirectoryElement extends HTMLElement { interface

1234567891011