Home
last modified time | relevance | path

Searched refs:QualifiedName (Results 1 – 25 of 2812) sorted by relevance

12345678910>>...113

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DHTMLNames.h44 extern const WebCore::QualifiedName aTag;
53 extern const WebCore::QualifiedName bTag;
56 extern const WebCore::QualifiedName bdoTag;
58 extern const WebCore::QualifiedName bigTag;
61 extern const WebCore::QualifiedName brTag;
72 extern const WebCore::QualifiedName ddTag;
78 extern const WebCore::QualifiedName dlTag;
79 extern const WebCore::QualifiedName dtTag;
80 extern const WebCore::QualifiedName emTag;
101 extern const WebCore::QualifiedName iTag;
[all …]
H A DSVGNames.h44 extern const WebCore::QualifiedName aTag;
56 extern const WebCore::QualifiedName defsTag;
57 extern const WebCore::QualifiedName descTag;
85 extern const WebCore::QualifiedName fontTag;
92 extern const WebCore::QualifiedName gTag;
111 extern const WebCore::QualifiedName setTag;
114 extern const WebCore::QualifiedName svgTag;
122 extern const WebCore::QualifiedName useTag;
144 extern const WebCore::QualifiedName byAttr;
161 extern const WebCore::QualifiedName dAttr;
[all …]
H A DSVGNames.cpp134 (WebCore::QualifiedName*)&aTag, in getSVGTags()
146 (WebCore::QualifiedName*)&defsTag, in getSVGTags()
147 (WebCore::QualifiedName*)&descTag, in getSVGTags()
175 (WebCore::QualifiedName*)&fontTag, in getSVGTags()
182 (WebCore::QualifiedName*)&gTag, in getSVGTags()
187 (WebCore::QualifiedName*)&lineTag, in getSVGTags()
201 (WebCore::QualifiedName*)&setTag, in getSVGTags()
204 (WebCore::QualifiedName*)&svgTag, in getSVGTags()
212 (WebCore::QualifiedName*)&useTag, in getSVGTags()
509 (WebCore::QualifiedName*)&dAttr, in getSVGAttrs()
[all …]
H A DHTMLNames.cpp182 (WebCore::QualifiedName*)&aTag, in getHTMLTags()
191 (WebCore::QualifiedName*)&bTag, in getHTMLTags()
199 (WebCore::QualifiedName*)&brTag, in getHTMLTags()
210 (WebCore::QualifiedName*)&ddTag, in getHTMLTags()
216 (WebCore::QualifiedName*)&dlTag, in getHTMLTags()
217 (WebCore::QualifiedName*)&dtTag, in getHTMLTags()
239 (WebCore::QualifiedName*)&iTag, in getHTMLTags()
271 (WebCore::QualifiedName*)&pTag, in getHTMLTags()
276 (WebCore::QualifiedName*)&qTag, in getHTMLTags()
280 (WebCore::QualifiedName*)&sTag, in getHTMLTags()
[all …]
H A DMathMLNames.cpp75 (WebCore::QualifiedName*)&mathTag, in getMathMLTags()
77 (WebCore::QualifiedName*)&mfracTag, in getMathMLTags()
79 (WebCore::QualifiedName*)&miTag, in getMathMLTags()
80 (WebCore::QualifiedName*)&mnTag, in getMathMLTags()
81 (WebCore::QualifiedName*)&moTag, in getMathMLTags()
82 (WebCore::QualifiedName*)&moverTag, in getMathMLTags()
83 (WebCore::QualifiedName*)&mrootTag, in getMathMLTags()
84 (WebCore::QualifiedName*)&mrowTag, in getMathMLTags()
85 (WebCore::QualifiedName*)&msTag, in getMathMLTags()
87 (WebCore::QualifiedName*)&msubTag, in getMathMLTags()
[all …]
H A DMathMLNames.h46 extern const WebCore::QualifiedName mathTag;
48 extern const WebCore::QualifiedName mfracTag;
50 extern const WebCore::QualifiedName miTag;
51 extern const WebCore::QualifiedName mnTag;
52 extern const WebCore::QualifiedName moTag;
53 extern const WebCore::QualifiedName moverTag;
54 extern const WebCore::QualifiedName mrootTag;
55 extern const WebCore::QualifiedName mrowTag;
56 extern const WebCore::QualifiedName msTag;
58 extern const WebCore::QualifiedName msubTag;
[all …]
H A DXLinkNames.cpp58 WebCore::QualifiedName** getXLinkAttrs(size_t* size) in getXLinkAttrs()
60 static WebCore::QualifiedName* XLinkAttr[] = { in getXLinkAttrs()
61 (WebCore::QualifiedName*)&actuateAttr, in getXLinkAttrs()
62 (WebCore::QualifiedName*)&arcroleAttr, in getXLinkAttrs()
63 (WebCore::QualifiedName*)&hrefAttr, in getXLinkAttrs()
64 (WebCore::QualifiedName*)&roleAttr, in getXLinkAttrs()
65 (WebCore::QualifiedName*)&showAttr, in getXLinkAttrs()
66 (WebCore::QualifiedName*)&titleAttr, in getXLinkAttrs()
67 (WebCore::QualifiedName*)&typeAttr, in getXLinkAttrs()
91 new ((void*)&hrefAttr) QualifiedName(nullAtom, "href", xlinkNS); in init()
[all …]
H A DSVGElementFactory.cpp130 static PassRefPtr<SVGElement> aConstructor(const QualifiedName& tagName, Document* document, bool) in aConstructor()
160 static PassRefPtr<SVGElement> circleConstructor(const QualifiedName& tagName, Document* document, b… in circleConstructor()
175 static PassRefPtr<SVGElement> defsConstructor(const QualifiedName& tagName, Document* document, boo… in defsConstructor()
180 static PassRefPtr<SVGElement> descConstructor(const QualifiedName& tagName, Document* document, boo… in descConstructor()
320 static PassRefPtr<SVGElement> fontConstructor(const QualifiedName& tagName, Document* document, boo… in fontConstructor()
355 static PassRefPtr<SVGElement> gConstructor(const QualifiedName& tagName, Document* document, bool) in gConstructor()
375 static PassRefPtr<SVGElement> lineConstructor(const QualifiedName& tagName, Document* document, boo… in lineConstructor()
445 static PassRefPtr<SVGElement> setConstructor(const QualifiedName& tagName, Document* document, bool) in setConstructor()
460 static PassRefPtr<SVGElement> svgConstructor(const QualifiedName& tagName, Document* document, bool) in svgConstructor()
500 static PassRefPtr<SVGElement> useConstructor(const QualifiedName& tagName, Document* document, bool) in useConstructor()
[all …]
H A DHTMLElementFactory.cpp146 static PassRefPtr<HTMLElement> areaConstructor(const QualifiedName& tagName, Document* document, HT… in areaConstructor()
153 static PassRefPtr<HTMLElement> audioConstructor(const QualifiedName& tagName, Document* document, H… in audioConstructor()
163 static PassRefPtr<HTMLElement> baseConstructor(const QualifiedName& tagName, Document* document, HT… in baseConstructor()
178 static PassRefPtr<HTMLElement> bodyConstructor(const QualifiedName& tagName, Document* document, HT… in bodyConstructor()
183 static PassRefPtr<HTMLElement> brConstructor(const QualifiedName& tagName, Document* document, HTML… in brConstructor()
216 static PassRefPtr<HTMLElement> modConstructor(const QualifiedName& tagName, Document* document, HTM… in modConstructor()
234 static PassRefPtr<HTMLElement> divConstructor(const QualifiedName& tagName, Document* document, HTM… in divConstructor()
284 static PassRefPtr<HTMLElement> hrConstructor(const QualifiedName& tagName, Document* document, HTML… in hrConstructor()
329 static PassRefPtr<HTMLElement> liConstructor(const QualifiedName& tagName, Document* document, HTML… in liConstructor()
339 static PassRefPtr<HTMLElement> preConstructor(const QualifiedName& tagName, Document* document, HTM… in preConstructor()
[all …]
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGNames.h15 extern DOM::QualifiedName aTag;
16 extern DOM::QualifiedName altGlyphTag;
19 extern DOM::QualifiedName animateTag;
23 extern DOM::QualifiedName setTag;
24 extern DOM::QualifiedName circleTag;
27 extern DOM::QualifiedName cursorTag;
29 extern DOM::QualifiedName defsTag;
30 extern DOM::QualifiedName descTag;
57 extern DOM::QualifiedName fontTag;
64 extern DOM::QualifiedName gTag;
[all …]
H A DSVGNames.cpp9 DOM::QualifiedName classAttr;
14 DOM::QualifiedName actuateAttr;
15 DOM::QualifiedName arcroleAttr;
16 DOM::QualifiedName hrefAttr;
17 DOM::QualifiedName roleAttr;
18 DOM::QualifiedName showAttr;
19 DOM::QualifiedName titleAttr;
20 DOM::QualifiedName typeAttr;
25 DOM::QualifiedName aTag;
33 DOM::QualifiedName setTag;
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/
H A DQualifiedNameTest.java64 new QualifiedName("", "bar"); in testQualifiers()
81 new QualifiedName("foo", ""); in testLocalNames()
103 QualifiedName qN1 = new QualifiedName("org.eclipse.runtime", "myClass"); in testEqualsAndHashcode()
104 QualifiedName qN2 = new QualifiedName("org.eclipse.runtime", "myClass"); in testEqualsAndHashcode()
111 QualifiedName qN3 = new QualifiedName(null, "myClass"); in testEqualsAndHashcode()
114 QualifiedName qN4 = new QualifiedName("org.eclipse.runtime", " myClass"); in testEqualsAndHashcode()
117 QualifiedName qN5 = new QualifiedName("org.eclipse.runtime", "myClass "); in testEqualsAndHashcode()
120 QualifiedName qN6 = new QualifiedName(null, "myClass"); in testEqualsAndHashcode()
121 QualifiedName qN7 = new QualifiedName(null, "myClass"); in testEqualsAndHashcode()
126 QualifiedName qN8 = new QualifiedName(" ", "myClass"); in testEqualsAndHashcode()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Dqualified_name.h51 class CORE_EXPORT QualifiedName {
52 USING_FAST_MALLOC(QualifiedName);
107 QualifiedName(const AtomicString& prefix,
110 ~QualifiedName();
112 QualifiedName(const QualifiedName& other) = default;
113 const QualifiedName& operator=(const QualifiedName& other) {
177 extern const QualifiedName& g_any_name;
178 inline const QualifiedName& AnyQName() {
211 static bool Equal(const QualifiedName& a, const QualifiedName& b) {
236 struct HashTraits<blink::QualifiedName>
[all …]
H A Dqualified_name.cc41 static_assert(sizeof(QualifiedName::QualifiedNameImpl) ==
59 static bool Equal(QualifiedName::QualifiedNameImpl* name, in Equal()
69 auto name = QualifiedName::QualifiedNameImpl::Create( in Translate()
77 QualifiedName::QualifiedName(const AtomicString& p, in QualifiedName() function in blink::QualifiedName
90 QualifiedName::QualifiedName(const AtomicString& p, in QualifiedName() function in blink::QualifiedName
103 QualifiedName::~QualifiedName() = default;
105 QualifiedName::QualifiedNameImpl::~QualifiedNameImpl() { in ~QualifiedNameImpl()
109 String QualifiedName::ToString() const { in ToString()
121 DEFINE_GLOBAL(QualifiedName, g_any_name);
122 DEFINE_GLOBAL(QualifiedName, g_null_name);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Dqualified_name.h51 class CORE_EXPORT QualifiedName {
52 USING_FAST_MALLOC(QualifiedName);
107 QualifiedName(const AtomicString& prefix,
110 ~QualifiedName();
112 QualifiedName(const QualifiedName& other) = default;
113 const QualifiedName& operator=(const QualifiedName& other) {
177 extern const QualifiedName& g_any_name;
178 inline const QualifiedName& AnyQName() {
211 static bool Equal(const QualifiedName& a, const QualifiedName& b) {
236 struct HashTraits<blink::QualifiedName>
[all …]
H A Dqualified_name.cc58 static bool Equal(QualifiedName::QualifiedNameImpl* name, in Equal()
68 auto name = QualifiedName::QualifiedNameImpl::Create( in Translate()
76 QualifiedName::QualifiedName(const AtomicString& p, in QualifiedName() function in blink::QualifiedName
89 QualifiedName::QualifiedName(const AtomicString& p, in QualifiedName() function in blink::QualifiedName
102 QualifiedName::~QualifiedName() = default;
104 QualifiedName::QualifiedNameImpl::~QualifiedNameImpl() { in ~QualifiedNameImpl()
108 String QualifiedName::ToString() const { in ToString()
116 DEFINE_GLOBAL(QualifiedName, g_any_name);
117 DEFINE_GLOBAL(QualifiedName, g_null_name);
129 const AtomicString& QualifiedName::LocalNameUpperSlow() const { in LocalNameUpperSlow()
[all …]
/dports/www/kf5-khtml/khtml-5.89.0/src/dom/
H A DQualifiedName.cpp30 QualifiedName::QualifiedName(const DOMString &prefix, const DOMString &localName, const DOMString &… in QualifiedName() function in DOM::QualifiedName
37 QualifiedName::QualifiedName(const QualifiedName &name) in QualifiedName() function in DOM::QualifiedName
44 QualifiedName::QualifiedName(int prefix, int localName, int namespaceName) in QualifiedName() function in DOM::QualifiedName
51 QualifiedName::QualifiedName(quint32 id, PrefixName prefix) in QualifiedName() function in DOM::QualifiedName
58 const QualifiedName &QualifiedName::operator=(const QualifiedName &name) in operator =()
66 bool QualifiedName::operator==(const QualifiedName &other) const in operator ==()
73 bool QualifiedName::hasPrefix() const in hasPrefix()
78 bool QualifiedName::matches(const QualifiedName &other) const in matches()
94 unsigned QualifiedName::id() const in id()
99 DOMString QualifiedName::tagName() const in tagName()
[all …]
H A DQualifiedName.h37 class QualifiedName
40 QualifiedName() {} in QualifiedName() function
41QualifiedName(PrefixName prefix, LocalName localName, NamespaceName namespaceURI) : m_namespace(na… in QualifiedName() function
42QualifiedName(const DOMString &prefix, const DOMString &localName, const DOMString &namespaceURI);
43 QualifiedName(int prefix, int localName, int namespaceName);
45 QualifiedName(quint32 id, PrefixName prefix);
46 ~QualifiedName() {} in ~QualifiedName()
48 QualifiedName(const QualifiedName &name);
49 const QualifiedName &operator=(const QualifiedName &name);
51 bool operator==(const QualifiedName &other) const;
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DQualifiedName.h35 class QualifiedName {
64 ~QualifiedName();
66 QualifiedName() : m_impl(0) { } in QualifiedName() function
69 QualifiedName(const QualifiedName& other) : m_impl(other.m_impl) { ref(); } in QualifiedName() function
70 …const QualifiedName& operator=(const QualifiedName& other) { other.ref(); deref(); m_impl = other.…
105 extern const QualifiedName anyName;
106 inline const QualifiedName& anyQName() { return anyName; } in anyQName()
128 static bool equal(const QualifiedName& a, const QualifiedName& b) { return a == b; } in equal()
129 …static bool equal(const QualifiedName::QualifiedNameImpl* a, const QualifiedName::QualifiedNameImp… in equal()
144 …template<> struct HashTraits<WebCore::QualifiedName> : SimpleClassHashTraits<WebCore::QualifiedNam…
[all …]
H A DQualifiedName.cpp35 typedef HashSet<QualifiedName::QualifiedNameImpl*, QualifiedNameHash> QNameSet;
54 void QualifiedName::init(const AtomicString& p, const AtomicString& l, const AtomicString& n) in init()
65 QualifiedName::QualifiedName(const AtomicString& p, const AtomicString& l, const AtomicString& n) in QualifiedName() function in WebCore::QualifiedName
70 QualifiedName::QualifiedName(const AtomicString& p, const char* l, const AtomicString& n) in QualifiedName() function in WebCore::QualifiedName
75 QualifiedName::~QualifiedName() in ~QualifiedName()
80 void QualifiedName::deref() in deref()
93 String QualifiedName::toString() const in toString()
106 DEFINE_GLOBAL(QualifiedName, anyName, nullAtom, starAtom, starAtom) in DEFINE_GLOBAL() argument
108 void QualifiedName::init() in DEFINE_GLOBAL()
115 new ((void*)&anyName) QualifiedName(nullAtom, starAtom, starAtom); in DEFINE_GLOBAL()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.progress/src/org/eclipse/e4/ui/progress/
H A DIProgressConstants.java16 import org.eclipse.core.runtime.QualifiedName;
46 public static final QualifiedName KEEP_PROPERTY = new QualifiedName(
67 public static final QualifiedName KEEPONE_PROPERTY = new QualifiedName(
91 public static final QualifiedName ACTION_PROPERTY = new QualifiedName(
105 public static final QualifiedName ICON_PROPERTY = new QualifiedName(
119 public static final QualifiedName PROPERTY_IN_DIALOG = new QualifiedName(
131 public static final QualifiedName NO_IMMEDIATE_ERROR_PROMPT_PROPERTY = new QualifiedName(
153 public static final QualifiedName COMMAND_PROPERTY = new QualifiedName(
164 public static final QualifiedName SHOW_IN_TASKBAR_ICON_PROPERTY = new QualifiedName(
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/progress/
H A DIProgressConstants.java16 import org.eclipse.core.runtime.QualifiedName;
44 QualifiedName KEEP_PROPERTY = new QualifiedName(PROPERTY_PREFIX, "keep"); //$NON-NLS-1$
65 QualifiedName KEEPONE_PROPERTY = new QualifiedName(PROPERTY_PREFIX, "keepone"); //$NON-NLS-1$
89 QualifiedName ACTION_PROPERTY = new QualifiedName(PROPERTY_PREFIX, "action"); //$NON-NLS-1$
104 QualifiedName ICON_PROPERTY = new QualifiedName(PROPERTY_PREFIX, "icon"); //$NON-NLS-1$
122QualifiedName PROPERTY_IN_DIALOG = new QualifiedName(IProgressConstants.PROPERTY_PREFIX, "inDialog…
134QualifiedName NO_IMMEDIATE_ERROR_PROMPT_PROPERTY = new QualifiedName(PROPERTY_PREFIX, "delayErrorP…
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/bundles/org.eclipse.core.contenttype/src/org/eclipse/core/internal/content/
H A DContentDescription.java64 if (keys instanceof QualifiedName) in getDescribedProperty()
67 QualifiedName[] tmpKeys = (QualifiedName[]) this.keys; in getDescribedProperty()
91 if (keys instanceof QualifiedName) in isRequested()
94 QualifiedName[] tmpKeys = (QualifiedName[]) this.keys; in isRequested()
95 for (QualifiedName tmpKey : tmpKeys) in isRequested()
104 if (keys instanceof QualifiedName) in isSet()
137 if (keys instanceof QualifiedName) { in setProperty()
139 keys = new QualifiedName[] {(QualifiedName) keys, newKey}; in setProperty()
144 QualifiedName[] tmpKeys = (QualifiedName[]) this.keys; in setProperty()
168 if (keys instanceof QualifiedName) { in toString()
[all …]
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/test/java/com/servingxml/expr/substitution/
H A DSubstitutionExprTest.java32 import com.servingxml.util.QualifiedName;
247 recordBuilder.setString(new QualifiedName("field1"),"xxx'"); in testQuotedParameterValue()
248 recordBuilder.setString(new QualifiedName("field2"),"'yyy"); in testQuotedParameterValue()
249 recordBuilder.setString(new QualifiedName("field3"),"zz'z"); in testQuotedParameterValue()
268 recordBuilder.setString(new QualifiedName("field1"),"xxx'"); in testQuotedValues()
269 recordBuilder.setString(new QualifiedName("field2"),"'yyy"); in testQuotedValues()
270 recordBuilder.setString(new QualifiedName("field3"),"zz'z"); in testQuotedValues()
289 recordBuilder.setString(new QualifiedName("field1"),"xxx'"); in testQuotedValues2()
290 recordBuilder.setString(new QualifiedName("field2"),"'yyy"); in testQuotedValues2()
291 recordBuilder.setString(new QualifiedName("field3"),"zz'z"); in testQuotedValues2()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/utils/
H A DUsingInserter.cpp22 static StringRef getUnqualifiedName(StringRef QualifiedName) { in getUnqualifiedName() argument
23 size_t LastSeparatorPos = QualifiedName.rfind("::"); in getUnqualifiedName()
25 return QualifiedName; in getUnqualifiedName()
26 return QualifiedName.drop_front(LastSeparatorPos + 2); in getUnqualifiedName()
34 StringRef UnqualifiedName = getUnqualifiedName(QualifiedName); in createUsingDeclaration()
53 hasTargetDecl(hasName(QualifiedName.str())))))))), in createUsingDeclaration()
71 (llvm::Twine("\nusing ") + QualifiedName + ";").str(); in createUsingDeclaration()
73 AddedUsing.emplace(std::make_pair(Function, QualifiedName.str())); in createUsingDeclaration()
79 StringRef QualifiedName) { in getShortName() argument
82 return getUnqualifiedName(QualifiedName); in getShortName()
[all …]

12345678910>>...113