Home
last modified time | relevance | path

Searched refs:HTMLImageElement (Results 1 – 25 of 1146) sorted by relevance

12345678910>>...46

/dports/www/netsurf/netsurf-3.10/content/handlers/javascript/duktape/
H A DHTMLImageElement.bnd13 getter HTMLImageElement::align();
14 setter HTMLImageElement::align();
16 getter HTMLImageElement::alt();
17 setter HTMLImageElement::alt();
19 getter HTMLImageElement::border();
22 getter HTMLImageElement::isMap();
23 setter HTMLImageElement::isMap();
28 getter HTMLImageElement::name();
29 setter HTMLImageElement::name();
31 getter HTMLImageElement::src();
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/
H A Dhtml_image_element_test.cc32 auto* image = MakeGarbageCollected<HTMLImageElement>(GetDocument()); in TEST_F()
52 HTMLImageElement::LazyLoadDimensionType expected_dimension_type; in TEST_F()
55 {"", HTMLImageElement::LazyLoadDimensionType::kNotAbsolute}, in TEST_F()
64 HTMLImageElement::GetAttributeLazyLoadDimensionType( in TEST_F()
75 {"", HTMLImageElement::LazyLoadDimensionType::kNotAbsolute}, in TEST_F()
80 HTMLImageElement::LazyLoadDimensionType::kNotAbsolute}, in TEST_F()
82 HTMLImageElement::LazyLoadDimensionType::kNotAbsolute}, in TEST_F()
84 HTMLImageElement::LazyLoadDimensionType::kAbsoluteSmall}, in TEST_F()
86 HTMLImageElement::LazyLoadDimensionType::kAbsoluteSmall}, in TEST_F()
94 HTMLImageElement::LazyLoadDimensionType::kNotAbsolute}, in TEST_F()
[all …]
H A Dhtml_image_element.cc93 HTMLImageElement::HTMLImageElement(Document& document, in HTMLImageElement() function in blink::HTMLImageElement
97 HTMLImageElement::HTMLImageElement(Document& document, bool created_by_parser) in HTMLImageElement() function in blink::HTMLImageElement
115 HTMLImageElement::~HTMLImageElement() = default;
132 HTMLImageElement* HTMLImageElement::CreateForJSConstructor(Document& document) { in CreateForJSConstructor()
133 HTMLImageElement* image = MakeGarbageCollected<HTMLImageElement>(document); in CreateForJSConstructor()
138 HTMLImageElement* HTMLImageElement::CreateForJSConstructor(Document& document, in CreateForJSConstructor()
140 HTMLImageElement* image = MakeGarbageCollected<HTMLImageElement>(document); in CreateForJSConstructor()
146 HTMLImageElement* HTMLImageElement::CreateForJSConstructor(Document& document, in CreateForJSConstructor()
149 HTMLImageElement* image = MakeGarbageCollected<HTMLImageElement>(document); in CreateForJSConstructor()
635 int HTMLImageElement::x() const { in x()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/
H A Dhtml_image_element_test.cc32 auto* image = MakeGarbageCollected<HTMLImageElement>(GetDocument()); in TEST_F()
52 HTMLImageElement::LazyLoadDimensionType expected_dimension_type; in TEST_F()
55 {"", HTMLImageElement::LazyLoadDimensionType::kNotAbsolute}, in TEST_F()
64 HTMLImageElement::GetAttributeLazyLoadDimensionType( in TEST_F()
75 {"", HTMLImageElement::LazyLoadDimensionType::kNotAbsolute}, in TEST_F()
80 HTMLImageElement::LazyLoadDimensionType::kNotAbsolute}, in TEST_F()
82 HTMLImageElement::LazyLoadDimensionType::kNotAbsolute}, in TEST_F()
84 HTMLImageElement::LazyLoadDimensionType::kAbsoluteSmall}, in TEST_F()
86 HTMLImageElement::LazyLoadDimensionType::kAbsoluteSmall}, in TEST_F()
94 HTMLImageElement::LazyLoadDimensionType::kNotAbsolute}, in TEST_F()
[all …]
H A Dhtml_image_element.cc92 HTMLImageElement::HTMLImageElement(Document& document, in HTMLImageElement() function in blink::HTMLImageElement
96 HTMLImageElement::HTMLImageElement(Document& document, bool created_by_parser) in HTMLImageElement() function in blink::HTMLImageElement
114 HTMLImageElement::~HTMLImageElement() = default;
131 HTMLImageElement* HTMLImageElement::CreateForJSConstructor(Document& document) { in CreateForJSConstructor()
132 HTMLImageElement* image = MakeGarbageCollected<HTMLImageElement>(document); in CreateForJSConstructor()
137 HTMLImageElement* HTMLImageElement::CreateForJSConstructor(Document& document, in CreateForJSConstructor()
139 HTMLImageElement* image = MakeGarbageCollected<HTMLImageElement>(document); in CreateForJSConstructor()
145 HTMLImageElement* HTMLImageElement::CreateForJSConstructor(Document& document, in CreateForJSConstructor()
148 HTMLImageElement* image = MakeGarbageCollected<HTMLImageElement>(document); in CreateForJSConstructor()
607 int HTMLImageElement::x() const { in x()
[all …]
/dports/www/kf5-khtml/khtml-5.89.0/src/dom/
H A Dhtml_image.cpp190 HTMLImageElement::HTMLImageElement() : HTMLElement() in HTMLImageElement() function in HTMLImageElement
194 HTMLImageElement::HTMLImageElement(const HTMLImageElement &other) : HTMLElement(other) in HTMLImageElement() function in HTMLImageElement
198 HTMLImageElement::HTMLImageElement(HTMLImageElementImpl *impl) : HTMLElement(impl) in HTMLImageElement() function in HTMLImageElement
202 HTMLImageElement &HTMLImageElement::operator = (const Node &other) in operator =()
208 HTMLImageElement &HTMLImageElement::operator = (const HTMLImageElement &other) in operator =()
214 HTMLImageElement::~HTMLImageElement() in ~HTMLImageElement()
264 long HTMLImageElement::border() const in border()
329 bool HTMLImageElement::isMap() const in isMap()
410 long HTMLImageElement::width() const in width()
425 long HTMLImageElement::x() const in x()
[all …]
H A Dhtml_image.h186 class KHTML_EXPORT HTMLImageElement : public HTMLElement
189 HTMLImageElement();
190 HTMLImageElement(const HTMLImageElement &other);
191 HTMLImageElement(const Node &other) : HTMLElement() in HTMLImageElement() function
196 HTMLImageElement(HTMLImageElementImpl *impl);
199 HTMLImageElement &operator = (const HTMLImageElement &other);
200 HTMLImageElement &operator = (const Node &other);
202 ~HTMLImageElement();
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DHTMLImageElement.cpp107 RefPtr<HTMLImageElement> mElement;
112 HTMLImageElement::HTMLImageElement(already_AddRefed<mozilla::dom::NodeInfo>& aNodeInfo) in HTMLImageElement() function in mozilla::dom::HTMLImageElement
122 HTMLImageElement::~HTMLImageElement() in ~HTMLImageElement()
192 HTMLImageElement::Draggable() const in Draggable()
200 HTMLImageElement::Complete() in Complete()
228 HTMLImageElement::GetXY() in GetXY()
240 HTMLImageElement::X() in X()
246 HTMLImageElement::Y() in Y()
740 RefPtr<HTMLImageElement> img = new HTMLImageElement(nodeInfo); in Image()
788 HTMLImageElement::NaturalWidth() in NaturalWidth()
[all …]
H A DHTMLPictureElement.cpp42 HTMLImageElement* img = HTMLImageElement::FromContent(child); in NS_IMPL_ISUPPORTS_INHERITED()
51 HTMLImageElement* img = HTMLImageElement::FromContent(nextSibling); in NS_IMPL_ISUPPORTS_INHERITED()
71 HTMLImageElement* img = HTMLImageElement::FromContent(aKid); in InsertChildAt()
80 HTMLImageElement* img = HTMLImageElement::FromContent(nextSibling); in InsertChildAt()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLImageElement.cpp114 RefPtr<HTMLImageElement> mElement;
123 HTMLImageElement::HTMLImageElement( in HTMLImageElement() function in mozilla::dom::HTMLImageElement
133 HTMLImageElement::~HTMLImageElement() { DestroyImageLoadingContent(); } in ~HTMLImageElement()
143 NS_IMPL_ELEMENT_CLONE(HTMLImageElement) in NS_IMPL_CYCLE_COLLECTION_INHERITED()
172 bool HTMLImageElement::Complete() { in Complete()
190 CSSIntPoint HTMLImageElement::GetXY() { in GetXY()
218 HTMLImageElement::Loading HTMLImageElement::LoadingState() const { in LoadingState()
670 already_AddRefed<HTMLImageElement> HTMLImageElement::Image( in Image()
684 RefPtr<HTMLImageElement> img = new (nim) HTMLImageElement(nodeInfo.forget()); in Image()
708 uint32_t HTMLImageElement::Width() { in Width()
[all …]
H A DHTMLPictureElement.cpp33 HTMLImageElement* img = HTMLImageElement::FromNode(aKid); in NS_IMPL_ELEMENT_CLONE()
42 HTMLImageElement* img = HTMLImageElement::FromNode(nextSibling); in NS_IMPL_ELEMENT_CLONE()
63 HTMLImageElement* img = HTMLImageElement::FromNode(aKid); in InsertChildBefore()
72 HTMLImageElement* img = HTMLImageElement::FromNode(nextSibling); in InsertChildBefore()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/
H A DHTMLImageElement.cpp44 HTMLImageElement::HTMLImageElement(const QualifiedName& tagName, Document* document, HTMLFormElemen… in HTMLImageElement() function in WebCore::HTMLImageElement
56 PassRefPtr<HTMLImageElement> HTMLImageElement::create(Document* document) in create()
66 HTMLImageElement::~HTMLImageElement() in ~HTMLImageElement()
74 RefPtr<HTMLImageElement> image = adoptRef(new HTMLImageElement(imgTag, document)); in createForJSConstructor()
169 String HTMLImageElement::altText() const in altText()
191 void HTMLImageElement::attach() in attach()
335 bool HTMLImageElement::draggable() const in draggable()
346 KURL HTMLImageElement::src() const in src()
361 int HTMLImageElement::x() const in x()
372 int HTMLImageElement::y() const in y()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DJSHTMLImageElement.cpp165 HTMLImageElement* imp = static_cast<HTMLImageElement*>(castedThis->impl()); in jsHTMLImageElementName()
175 HTMLImageElement* imp = static_cast<HTMLImageElement*>(castedThis->impl()); in jsHTMLImageElementAlign()
185 HTMLImageElement* imp = static_cast<HTMLImageElement*>(castedThis->impl()); in jsHTMLImageElementAlt()
195 HTMLImageElement* imp = static_cast<HTMLImageElement*>(castedThis->impl()); in jsHTMLImageElementBorder()
205 HTMLImageElement* imp = static_cast<HTMLImageElement*>(castedThis->impl()); in jsHTMLImageElementHeight()
215 HTMLImageElement* imp = static_cast<HTMLImageElement*>(castedThis->impl()); in jsHTMLImageElementHspace()
225 HTMLImageElement* imp = static_cast<HTMLImageElement*>(castedThis->impl()); in jsHTMLImageElementIsMap()
235 HTMLImageElement* imp = static_cast<HTMLImageElement*>(castedThis->impl()); in jsHTMLImageElementLongDesc()
245 HTMLImageElement* imp = static_cast<HTMLImageElement*>(castedThis->impl()); in jsHTMLImageElementSrc()
255 HTMLImageElement* imp = static_cast<HTMLImageElement*>(castedThis->impl()); in jsHTMLImageElementUseMap()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLImageElement.cpp105 RefPtr<HTMLImageElement> mElement;
114 HTMLImageElement::HTMLImageElement( in HTMLImageElement() function in mozilla::dom::HTMLImageElement
124 HTMLImageElement::~HTMLImageElement() { nsImageLoadingContent::Destroy(); } in ~HTMLImageElement()
134 NS_IMPL_ELEMENT_CLONE(HTMLImageElement) in NS_IMPL_CYCLE_COLLECTION_INHERITED()
157 bool HTMLImageElement::Draggable() const { in Draggable()
163 bool HTMLImageElement::Complete() { in Complete()
181 CSSIntPoint HTMLImageElement::GetXY() { in GetXY()
209 HTMLImageElement::Loading HTMLImageElement::LoadingState() const { in LoadingState()
663 already_AddRefed<HTMLImageElement> HTMLImageElement::Image( in Image()
677 RefPtr<HTMLImageElement> img = new (nim) HTMLImageElement(nodeInfo.forget()); in Image()
[all …]
H A DHTMLPictureElement.cpp32 HTMLImageElement* img = HTMLImageElement::FromNode(aKid); in NS_IMPL_ELEMENT_CLONE()
41 HTMLImageElement* img = HTMLImageElement::FromNode(nextSibling); in NS_IMPL_ELEMENT_CLONE()
61 HTMLImageElement* img = HTMLImageElement::FromNode(aKid); in InsertChildBefore()
70 HTMLImageElement* img = HTMLImageElement::FromNode(nextSibling); in InsertChildBefore()
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLImageElement.cpp112 RefPtr<HTMLImageElement> mElement;
121 HTMLImageElement::HTMLImageElement( in HTMLImageElement() function in mozilla::dom::HTMLImageElement
131 HTMLImageElement::~HTMLImageElement() { nsImageLoadingContent::Destroy(); } in ~HTMLImageElement()
141 NS_IMPL_ELEMENT_CLONE(HTMLImageElement) in NS_IMPL_CYCLE_COLLECTION_INHERITED()
164 bool HTMLImageElement::Draggable() const { in Draggable()
170 bool HTMLImageElement::Complete() { in Complete()
188 CSSIntPoint HTMLImageElement::GetXY() { in GetXY()
216 HTMLImageElement::Loading HTMLImageElement::LoadingState() const { in LoadingState()
670 already_AddRefed<HTMLImageElement> HTMLImageElement::Image( in Image()
684 RefPtr<HTMLImageElement> img = new (nim) HTMLImageElement(nodeInfo.forget()); in Image()
[all …]
H A DHTMLPictureElement.cpp32 HTMLImageElement* img = HTMLImageElement::FromNode(aKid); in NS_IMPL_ELEMENT_CLONE()
41 HTMLImageElement* img = HTMLImageElement::FromNode(nextSibling); in NS_IMPL_ELEMENT_CLONE()
61 HTMLImageElement* img = HTMLImageElement::FromNode(aKid); in InsertChildBefore()
70 HTMLImageElement* img = HTMLImageElement::FromNode(nextSibling); in InsertChildBefore()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLImageElement.cpp105 RefPtr<HTMLImageElement> mElement;
114 HTMLImageElement::HTMLImageElement( in HTMLImageElement() function in mozilla::dom::HTMLImageElement
124 HTMLImageElement::~HTMLImageElement() { nsImageLoadingContent::Destroy(); } in ~HTMLImageElement()
134 NS_IMPL_ELEMENT_CLONE(HTMLImageElement) in NS_IMPL_CYCLE_COLLECTION_INHERITED()
157 bool HTMLImageElement::Draggable() const { in Draggable()
163 bool HTMLImageElement::Complete() { in Complete()
181 CSSIntPoint HTMLImageElement::GetXY() { in GetXY()
209 HTMLImageElement::Loading HTMLImageElement::LoadingState() const { in LoadingState()
663 already_AddRefed<HTMLImageElement> HTMLImageElement::Image( in Image()
677 RefPtr<HTMLImageElement> img = new (nim) HTMLImageElement(nodeInfo.forget()); in Image()
[all …]
H A DHTMLPictureElement.cpp32 HTMLImageElement* img = HTMLImageElement::FromNode(aKid); in NS_IMPL_ELEMENT_CLONE()
41 HTMLImageElement* img = HTMLImageElement::FromNode(nextSibling); in NS_IMPL_ELEMENT_CLONE()
61 HTMLImageElement* img = HTMLImageElement::FromNode(aKid); in InsertChildBefore()
70 HTMLImageElement* img = HTMLImageElement::FromNode(nextSibling); in InsertChildBefore()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DHTMLImageElement.cpp103 RefPtr<HTMLImageElement> mElement;
112 HTMLImageElement::HTMLImageElement( in HTMLImageElement() function in mozilla::dom::HTMLImageElement
122 HTMLImageElement::~HTMLImageElement() { DestroyImageLoadingContent(); } in ~HTMLImageElement()
132 NS_IMPL_ELEMENT_CLONE(HTMLImageElement) in NS_IMPL_CYCLE_COLLECTION_INHERITED()
155 bool HTMLImageElement::Draggable() const { in Draggable()
161 bool HTMLImageElement::Complete() { in Complete()
176 CSSIntPoint HTMLImageElement::GetXY() { in GetXY()
569 void HTMLImageElement::UpdateFormOwner() { in UpdateFormOwner()
633 already_AddRefed<HTMLImageElement> HTMLImageElement::Image( in Image()
647 RefPtr<HTMLImageElement> img = new HTMLImageElement(nodeInfo); in Image()
[all …]
H A DHTMLPictureElement.cpp34 HTMLImageElement* img = HTMLImageElement::FromContent(child); in NS_IMPL_ELEMENT_CLONE()
43 HTMLImageElement* img = HTMLImageElement::FromContent(nextSibling); in NS_IMPL_ELEMENT_CLONE()
56 HTMLImageElement* img = HTMLImageElement::FromContent(aKid); in RemoveChildNode()
65 HTMLImageElement* img = HTMLImageElement::FromContent(nextSibling); in RemoveChildNode()
86 HTMLImageElement* img = HTMLImageElement::FromContent(aKid); in InsertChildBefore()
95 HTMLImageElement* img = HTMLImageElement::FromContent(nextSibling); in InsertChildBefore()
116 HTMLImageElement* img = HTMLImageElement::FromContent(aKid); in InsertChildAt_Deprecated()
125 HTMLImageElement* img = HTMLImageElement::FromContent(nextSibling); in InsertChildAt_Deprecated()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/loader/
H A Dlazy_image_helper.cc35 if (HTMLImageElement::GetAttributeLazyLoadDimensionType( in IsDimensionAbsoluteLarge()
38 HTMLImageElement::GetAttributeLazyLoadDimensionType( in IsDimensionAbsoluteLarge()
43 if (HTMLImageElement::GetInlineStyleDimensionsType( in IsDimensionAbsoluteLarge()
57 void StartMonitoringVisibility(HTMLImageElement* html_image) { in StartMonitoringVisibility()
67 HTMLImageElement* image_element) { in IsFullyLoadableFirstKImageAndDecrementCount()
85 if (auto* html_image = DynamicTo<HTMLImageElement>(element)) { in StartMonitoring()
109 HTMLImageElement* html_image, in DetermineEligibilityAndTrackVisibilityMetrics()
154 if (HTMLImageElement::GetAttributeLazyLoadDimensionType( in DetermineEligibilityAndTrackVisibilityMetrics()
157 HTMLImageElement::GetAttributeLazyLoadDimensionType( in DetermineEligibilityAndTrackVisibilityMetrics()
165 if (HTMLImageElement::GetInlineStyleDimensionsType( in DetermineEligibilityAndTrackVisibilityMetrics()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/loader/
H A Dlazy_image_helper.cc25 if (HTMLImageElement::GetAttributeLazyLoadDimensionType( in IsDimensionAbsoluteLarge()
28 HTMLImageElement::GetAttributeLazyLoadDimensionType( in IsDimensionAbsoluteLarge()
33 if (HTMLImageElement::GetInlineStyleDimensionsType( in IsDimensionAbsoluteLarge()
47 void StartMonitoringVisibility(HTMLImageElement* html_image) { in StartMonitoringVisibility()
57 HTMLImageElement* image_element) { in IsFullyLoadableFirstKImageAndDecrementCount()
75 if (auto* html_image = DynamicTo<HTMLImageElement>(element)) { in StartMonitoring()
100 HTMLImageElement* html_image, in DetermineEligibilityAndTrackVisibilityMetrics()
141 if (HTMLImageElement::GetAttributeLazyLoadDimensionType( in DetermineEligibilityAndTrackVisibilityMetrics()
144 HTMLImageElement::GetAttributeLazyLoadDimensionType( in DetermineEligibilityAndTrackVisibilityMetrics()
152 if (HTMLImageElement::GetInlineStyleDimensionsType( in DetermineEligibilityAndTrackVisibilityMetrics()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/html/semantics/embedded-content/the-img-element/decode/
H A Dimage-decode.html.ini35 [HTMLImageElement.prototype.decode(), basic tests. Image with PNG src decodes with undefined.]
38 …[HTMLImageElement.prototype.decode(), basic tests. Image with PNG data URL src decodes with undefi…
41 [HTMLImageElement.prototype.decode(), basic tests. Image with SVG src decodes with undefined.]
44 [HTMLImageElement.prototype.decode(), basic tests. Non-existent src fails decode.]
47 [HTMLImageElement.prototype.decode(), basic tests. Inactive document fails decode.]
56 [HTMLImageElement.prototype.decode(), basic tests. Corrupt image in src fails decode.]
59 [HTMLImageElement.prototype.decode(), basic tests. Image without src/srcset fails decode.]
62 [HTMLImageElement.prototype.decode(), basic tests. Multiple decodes for images with src succeed.]
65 [HTMLImageElement.prototype.decode(), basic tests. Image with PNG srcset decodes with undefined.]
68 [HTMLImageElement.prototype.decode(), basic tests. Image with SVG srcset decodes with undefined.]
[all …]
H A Dimage-decode-picture.html.ini2 …[HTMLImageElement.prototype.decode(), picture tests. Image with PNG source decodes with undefined.]
5 …[HTMLImageElement.prototype.decode(), picture tests. Image with multiple sources decodes with unde…
8 …[HTMLImageElement.prototype.decode(), picture tests. Image with PNG data URL source decodes with u…
11 …[HTMLImageElement.prototype.decode(), picture tests. Image with SVG source decodes with undefined.]
14 [HTMLImageElement.prototype.decode(), picture tests. Non-existent source fails decode.]
17 [HTMLImageElement.prototype.decode(), picture tests. Corrupt image in src fails decode.]
20 [HTMLImageElement.prototype.decode(), picture tests. Image without srcset fails decode.]
23 …[HTMLImageElement.prototype.decode(), picture tests. Multiple decodes for images with src succeed.]

12345678910>>...46