Home
last modified time | relevance | path

Searched refs:hrefElement (Results 1 – 9 of 9) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DSVGFEImageElement.cpp69 Element* hrefElement = treeScope()->getElementById(SVGURIReference::getTarget(href())); in requestImageResource() local
70 if (hrefElement && hrefElement->isSVGElement() && hrefElement->renderer()) in requestImageResource()
157 Element* hrefElement = treeScope()->getElementById(SVGURIReference::getTarget(href())); in build() local
158 if (!hrefElement || !hrefElement->isSVGElement()) in build()
161 RenderObject* renderer = hrefElement->renderer(); in build()
/dports/net/kf5-kdav/kdav-5.89.0/src/common/
H A Ddavprincipalhomesetsfetchjob.cpp193 …QDomElement hrefElement = Utils::firstChildElementNS(homeSetElement, QStringLiteral("DAV:"), QStri… in davJobFinished() local
195 while (!hrefElement.isNull()) { in davJobFinished()
196 const QString href = hrefElement.text(); in davJobFinished()
201hrefElement = Utils::nextSiblingElementNS(hrefElement, QStringLiteral("DAV:"), QStringLiteral("hre… in davJobFinished()
212 …QDomElement hrefElement = Utils::firstChildElementNS(urlHolder, QStringLiteral("DAV:"), QStringLit… in davJobFinished() local
213 if (!hrefElement.isNull()) { in davJobFinished()
214 nextRoundHref = hrefElement.text(); in davJobFinished()
H A Ddavcollectionsfetchjob.cpp270 …const QDomElement hrefElement = Utils::firstChildElementNS(responseElement, QStringLiteral("DAV:")… in collectionsFetchFinished() local
271 if (hrefElement.isNull()) { in collectionsFetchFinished()
276 QString href = hrefElement.text(); in collectionsFetchFinished()
H A Ddavitemsfetchjob.cpp126 …const QDomElement hrefElement = Utils::firstChildElementNS(responseElement, QStringLiteral("DAV:")… in davJobFinished() local
127 const QString href = hrefElement.text(); in davJobFinished()
H A Ddavitemslistjob.cpp215 …const QDomElement hrefElement = Utils::firstChildElementNS(responseElement, QStringLiteral("DAV:")… in davJobFinished() local
216 const QString href = hrefElement.text(); in davJobFinished()
H A Ddavprincipalsearchjob.cpp184 QDomElement hrefElement = hrefNodes.at(i).toElement(); in principalCollectionSetSearchFinished() local
185 QString href = hrefElement.text(); in principalCollectionSetSearchFinished()
/dports/net/kf5-kdav/kdav-5.89.0/src/protocols/
H A Dcarddavprotocol.cpp90 …QDomElement hrefElement = document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("href")); in buildQuery() local
93 hrefElement.appendChild(textNode); in buildQuery()
95 multigetElement.appendChild(hrefElement); in buildQuery()
H A Dcaldavprotocol.cpp261 …QDomElement hrefElement = document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("href")); in buildQuery() local
264 hrefElement.appendChild(textNode); in buildQuery()
266 multigetElement.appendChild(hrefElement); in buildQuery()
/dports/lang/spidermonkey78/firefox-78.9.0/remote/test/puppeteer/docs/
H A Dapi.md3219 const hrefElement = await page.$('a');
3220 await hrefElement.click();