Home
last modified time | relevance | path

Searched refs:realElement (Results 1 – 6 of 6) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/dom/xbl/
H A DnsXBLPrototypeBinding.cpp317 RefPtr<Element> realElement = in AttributeChanged() local
320 if (realElement) { in AttributeChanged()
327 realElement->UnsetAttr(dstNs, dstAttr, aNotify); in AttributeChanged()
357 while (realElement->HasChildren()) { in AttributeChanged()
358 realElement->RemoveChildNode(realElement->GetFirstChild(), aNotify); in AttributeChanged()
370 realElement->AppendChildTo(textContent, true); in AttributeChanged()
489 Element* realElement = LocateInstance(aBoundElement, content, in SetInitialAttributes() local
492 if (realElement) { in SetInitialAttributes()
493 realElement->SetAttr(dstNs, dst, value, false); in SetInitialAttributes()
497 (realElement->NodeInfo()->Equals(nsGkAtoms::html, in SetInitialAttributes()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xbl/
H A DnsXBLPrototypeBinding.cpp352 if (realElement) { in AttributeChanged()
359 realElement->UnsetAttr(dstNs, dstAttr, aNotify); in AttributeChanged()
379 realElement->SetAttr(dstNs, dstAttr, value, aNotify); in AttributeChanged()
387 (realElement->NodeInfo()->Equals(nsGkAtoms::html, in AttributeChanged()
391 uint32_t childCount = realElement->GetChildCount(); in AttributeChanged()
393 realElement->RemoveChildAt(0, aNotify); in AttributeChanged()
404 realElement->AppendChildTo(textContent, true); in AttributeChanged()
535 nsIContent* realElement = in SetInitialAttributes() local
539 if (realElement) { in SetInitialAttributes()
540 realElement->SetAttr(dstNs, dst, value, false); in SetInitialAttributes()
[all …]
/dports/x11-themes/Kvantum/Kvantum-0.20.2/Kvantum/style/
H A Drendering.cpp256 QString realElement = fspec.expandedElement; in renderFrame() local
257 if (fspec.expansion <= 0 || realElement.isEmpty()) in renderFrame()
258 realElement = element; in renderFrame()
261 realElement += state; in renderFrame()
263 realElement += "-inactive"; in renderFrame()
266 realElement += "-default"; in renderFrame()
268 realElement += "-focus"; in renderFrame()
270 QString element1(realElement); // the element that will be drawn in renderFrame()
271 QString element0(realElement); // used just for checking in renderFrame()
307 element0 = "border-"+realElement; in renderFrame()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/
H A DModelAssembler.java446 …MApplicationElement realElement = ModelUtils.findElementById(application, importedElement.getEleme… in resolveImports() local
447 importMaps.put(importedElement, realElement); in resolveImports()
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWWebWidget.C2100 DomElement *realElement = createDomElement(app); in getSDomChanges() local
2101 app->theme()->apply(self, *realElement, MainElement); in getSDomChanges()
2102 stub->unstubWith(realElement, !flags_.test(BIT_HIDE_WITH_OFFSETS)); in getSDomChanges()
/dports/x11-themes/Kvantum/Kvantum-0.20.2/Kvantum/style/qt4/
H A DKvantum4.cpp14343 QString realElement = fspec.expandedElement; in renderFrame() local
14344 if (fspec.expansion <= 0 || realElement.isEmpty()) in renderFrame()
14345 realElement = element; in renderFrame()
14348 realElement += state; in renderFrame()
14350 realElement += "-inactive"; in renderFrame()
14353 realElement += "-default"; in renderFrame()
14355 QString element1(realElement); in renderFrame()
14356 QString element0(realElement); // used just for checking in renderFrame()
14399 renderFrame(painter,r,fspec,realElement,d,l,f1,f2,tp,grouped,usePixmap); in renderFrame()
14439 element0 = "border-"+realElement; in renderFrame()
[all …]