Home
last modified time | relevance | path

Searched refs:nsHtml5String (Results 26 – 50 of 118) sorted by relevance

12345

/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5ViewSourceUtils.cpp14 nsHtml5String id = nsHtml5Portability::newStringFromLiteral("viewsource"); in NewBodyAttributes()
26 nsHtml5String::FromString(klass), -1); in NewBodyAttributes()
35 nsHtml5String::FromString(style), -1); in NewBodyAttributes()
44 nsHtml5String rel = nsHtml5Portability::newStringFromLiteral("stylesheet"); in NewLinkAttributes()
46 nsHtml5String type = nsHtml5Portability::newStringFromLiteral("text/css"); in NewLinkAttributes()
48 nsHtml5String href = nsHtml5Portability::newStringFromLiteral( in NewLinkAttributes()
57 nsHtml5String name = nsHtml5Portability::newStringFromLiteral("viewport"); in NewMetaViewportAttributes()
59 nsHtml5String content = in NewMetaViewportAttributes()
H A DnsHtml5TreeBuilderCppSupplement.h178 nsHtml5String url = in createElement()
193 nsHtml5String srcset = in createElement()
220 nsHtml5String url = in createElement()
246 nsHtml5String rel = in createElement()
334 nsHtml5String url = in createElement()
352 nsHtml5String url = in createElement()
356 nsHtml5String url = in createElement()
387 nsHtml5String url = in createElement()
408 nsHtml5String url = in createElement()
468 nsHtml5String url = in createElement()
[all …]
H A DnsHtml5HtmlAttributes.h69 nsHtml5String getValue(nsHtml5AttributeName* aName);
74 nsHtml5String getValueNoBoundsCheck(int32_t aIndex);
77 void addAttribute(nsHtml5AttributeName* aName, nsHtml5String aValue,
79 void AddAttributeWithLocal(nsAtom* aName, nsHtml5String aValue,
H A DnsHtml5AttributeEntry.h12 nsHtml5AttributeEntry(nsHtml5AttributeName* aName, nsHtml5String aValue, in nsHtml5AttributeEntry()
28 nsHtml5AttributeEntry(nsAtom* aName, nsHtml5String aValue, int32_t aLine) in nsHtml5AttributeEntry()
48 inline nsHtml5String GetValue() { return mValue; } in GetValue()
67 nsHtml5String mValue;
H A DnsHtml5TreeBuilder.h336 void doctype(nsAtom* name, nsHtml5String publicIdentifier,
337 nsHtml5String systemIdentifier, bool forceQuirks);
360 static nsHtml5String extractCharsetFromContent(nsHtml5String attributeValue,
382 nsHtml5String publicIdentifier,
383 nsHtml5String systemIdentifier);
384 bool isAlmostStandards(nsHtml5String publicIdentifier,
385 nsHtml5String systemIdentifier);
386 bool isQuirky(nsAtom* name, nsHtml5String publicIdentifier,
387 nsHtml5String systemIdentifier, bool forceQuirks);
534 void appendDoctypeToDocument(nsAtom* name, nsHtml5String publicIdentifier,
[all …]
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5ViewSourceUtils.cpp14 nsHtml5String id = nsHtml5Portability::newStringFromLiteral("viewsource"); in NewBodyAttributes()
26 nsHtml5String::FromString(klass), -1); in NewBodyAttributes()
35 nsHtml5String::FromString(style), -1); in NewBodyAttributes()
44 nsHtml5String rel = nsHtml5Portability::newStringFromLiteral("stylesheet"); in NewLinkAttributes()
46 nsHtml5String type = nsHtml5Portability::newStringFromLiteral("text/css"); in NewLinkAttributes()
48 nsHtml5String href = nsHtml5Portability::newStringFromLiteral( in NewLinkAttributes()
57 nsHtml5String name = nsHtml5Portability::newStringFromLiteral("viewport"); in NewMetaViewportAttributes()
59 nsHtml5String content = in NewMetaViewportAttributes()
H A DnsHtml5TreeBuilderCppSupplement.h183 nsHtml5String url = in createElement()
198 nsHtml5String srcset = in createElement()
225 nsHtml5String url = in createElement()
251 nsHtml5String rel = in createElement()
339 nsHtml5String url = in createElement()
357 nsHtml5String url = in createElement()
361 nsHtml5String url = in createElement()
392 nsHtml5String url = in createElement()
413 nsHtml5String url = in createElement()
473 nsHtml5String url = in createElement()
[all …]
H A DnsHtml5HtmlAttributes.h68 nsHtml5String getValue(nsHtml5AttributeName* aName);
73 nsHtml5String getValueNoBoundsCheck(int32_t aIndex);
76 void addAttribute(nsHtml5AttributeName* aName, nsHtml5String aValue,
78 void AddAttributeWithLocal(nsAtom* aName, nsHtml5String aValue,
H A DnsHtml5AttributeEntry.h12 nsHtml5AttributeEntry(nsHtml5AttributeName* aName, nsHtml5String aValue, in nsHtml5AttributeEntry()
28 nsHtml5AttributeEntry(nsAtom* aName, nsHtml5String aValue, int32_t aLine) in nsHtml5AttributeEntry()
48 inline nsHtml5String GetValue() { return mValue; } in GetValue()
67 nsHtml5String mValue;
H A DnsHtml5TreeBuilder.h335 void doctype(nsAtom* name, nsHtml5String publicIdentifier,
336 nsHtml5String systemIdentifier, bool forceQuirks);
360 static nsHtml5String extractCharsetFromContent(nsHtml5String attributeValue,
383 nsHtml5String publicIdentifier,
384 nsHtml5String systemIdentifier);
385 bool isAlmostStandards(nsHtml5String publicIdentifier,
386 nsHtml5String systemIdentifier);
387 bool isQuirky(nsAtom* name, nsHtml5String publicIdentifier,
388 nsHtml5String systemIdentifier, bool forceQuirks);
535 void appendDoctypeToDocument(nsAtom* name, nsHtml5String publicIdentifier,
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/
H A DnsHtml5ViewSourceUtils.cpp13 nsHtml5String id = nsHtml5Portability::newStringFromLiteral("viewsource"); in NewBodyAttributes()
25 nsHtml5String::FromString(klass), -1); in NewBodyAttributes()
34 nsHtml5String::FromString(style), -1); in NewBodyAttributes()
43 nsHtml5String rel = nsHtml5Portability::newStringFromLiteral("stylesheet"); in NewLinkAttributes()
45 nsHtml5String type = nsHtml5Portability::newStringFromLiteral("text/css"); in NewLinkAttributes()
47 nsHtml5String href = nsHtml5Portability::newStringFromLiteral( in NewLinkAttributes()
56 nsHtml5String name = nsHtml5Portability::newStringFromLiteral("viewport"); in NewMetaViewportAttributes()
58 nsHtml5String content = in NewMetaViewportAttributes()
H A DnsHtml5TreeBuilderCppSupplement.h133 nsHtml5String url = in createElement()
172 nsHtml5String url = in createElement()
195 nsHtml5String rel = in createElement()
227 nsHtml5String url = in createElement()
244 nsHtml5String url = in createElement()
248 nsHtml5String url = in createElement()
279 nsHtml5String url = in createElement()
296 nsHtml5String url = in createElement()
320 nsHtml5String url = in createElement()
361 nsHtml5String url = in createElement()
[all …]
H A DnsHtml5PlainTextUtils.cpp16 nsHtml5String rel = in NewLinkAttributes()
19 nsHtml5String type = nsHtml5Portability::newStringFromLiteral("text/css"); in NewLinkAttributes()
21 nsHtml5String href = nsHtml5Portability::newStringFromLiteral( in NewLinkAttributes()
41 nsHtml5String::FromString(title), -1); in NewLinkAttributes()
H A DnsHtml5HtmlAttributes.h69 nsHtml5String getValue(nsHtml5AttributeName* aName);
74 nsHtml5String getValueNoBoundsCheck(int32_t aIndex);
77 void addAttribute(nsHtml5AttributeName* aName, nsHtml5String aValue,
79 void AddAttributeWithLocal(nsAtom* aName, nsHtml5String aValue,
H A DnsHtml5TreeBuilder.h337 void doctype(nsAtom* name, nsHtml5String publicIdentifier,
338 nsHtml5String systemIdentifier, bool forceQuirks);
361 static nsHtml5String extractCharsetFromContent(nsHtml5String attributeValue,
383 nsHtml5String publicIdentifier,
384 nsHtml5String systemIdentifier,
386 bool isAlmostStandards(nsHtml5String publicIdentifier,
387 nsHtml5String systemIdentifier);
388 bool isQuirky(nsAtom* name, nsHtml5String publicIdentifier,
389 nsHtml5String systemIdentifier, bool forceQuirks);
535 void appendDoctypeToDocument(nsAtom* name, nsHtml5String publicIdentifier,
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/
H A DnsHtml5ViewSourceUtils.cpp14 nsHtml5String id = nsHtml5Portability::newStringFromLiteral("viewsource"); in NewBodyAttributes()
26 nsHtml5String::FromString(klass), -1); in NewBodyAttributes()
35 nsHtml5String::FromString(style), -1); in NewBodyAttributes()
44 nsHtml5String rel = nsHtml5Portability::newStringFromLiteral("stylesheet"); in NewLinkAttributes()
46 nsHtml5String type = nsHtml5Portability::newStringFromLiteral("text/css"); in NewLinkAttributes()
48 nsHtml5String href = nsHtml5Portability::newStringFromLiteral( in NewLinkAttributes()
57 nsHtml5String name = nsHtml5Portability::newStringFromLiteral("viewport"); in NewMetaViewportAttributes()
59 nsHtml5String content = in NewMetaViewportAttributes()
H A DnsHtml5TreeBuilderCppSupplement.h178 nsHtml5String url = in createElement()
193 nsHtml5String srcset = in createElement()
220 nsHtml5String url = in createElement()
246 nsHtml5String rel = in createElement()
334 nsHtml5String url = in createElement()
352 nsHtml5String url = in createElement()
356 nsHtml5String url = in createElement()
387 nsHtml5String url = in createElement()
408 nsHtml5String url = in createElement()
468 nsHtml5String url = in createElement()
[all …]
H A DnsHtml5HtmlAttributes.h69 nsHtml5String getValue(nsHtml5AttributeName* aName);
74 nsHtml5String getValueNoBoundsCheck(int32_t aIndex);
77 void addAttribute(nsHtml5AttributeName* aName, nsHtml5String aValue,
79 void AddAttributeWithLocal(nsAtom* aName, nsHtml5String aValue,
H A DnsHtml5AttributeEntry.h12 nsHtml5AttributeEntry(nsHtml5AttributeName* aName, nsHtml5String aValue, in nsHtml5AttributeEntry()
28 nsHtml5AttributeEntry(nsAtom* aName, nsHtml5String aValue, int32_t aLine) in nsHtml5AttributeEntry()
48 inline nsHtml5String GetValue() { return mValue; } in GetValue()
67 nsHtml5String mValue;
H A DnsHtml5TreeBuilder.h336 void doctype(nsAtom* name, nsHtml5String publicIdentifier,
337 nsHtml5String systemIdentifier, bool forceQuirks);
360 static nsHtml5String extractCharsetFromContent(nsHtml5String attributeValue,
382 nsHtml5String publicIdentifier,
383 nsHtml5String systemIdentifier);
384 bool isAlmostStandards(nsHtml5String publicIdentifier,
385 nsHtml5String systemIdentifier);
386 bool isQuirky(nsAtom* name, nsHtml5String publicIdentifier,
387 nsHtml5String systemIdentifier, bool forceQuirks);
534 void appendDoctypeToDocument(nsAtom* name, nsHtml5String publicIdentifier,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/
H A DnsHtml5ViewSourceUtils.cpp14 nsHtml5String id = nsHtml5Portability::newStringFromLiteral("viewsource"); in NewBodyAttributes()
26 nsHtml5String::FromString(klass), -1); in NewBodyAttributes()
35 nsHtml5String::FromString(style), -1); in NewBodyAttributes()
44 nsHtml5String rel = nsHtml5Portability::newStringFromLiteral("stylesheet"); in NewLinkAttributes()
46 nsHtml5String type = nsHtml5Portability::newStringFromLiteral("text/css"); in NewLinkAttributes()
48 nsHtml5String href = nsHtml5Portability::newStringFromLiteral( in NewLinkAttributes()
57 nsHtml5String name = nsHtml5Portability::newStringFromLiteral("viewport"); in NewMetaViewportAttributes()
59 nsHtml5String content = in NewMetaViewportAttributes()
H A DnsHtml5TreeBuilderCppSupplement.h178 nsHtml5String url = in createElement()
192 nsHtml5String srcset = in createElement()
219 nsHtml5String url = in createElement()
245 nsHtml5String rel = in createElement()
328 nsHtml5String url = in createElement()
346 nsHtml5String url = in createElement()
350 nsHtml5String url = in createElement()
381 nsHtml5String url = in createElement()
399 nsHtml5String url = in createElement()
456 nsHtml5String url = in createElement()
[all …]
H A DnsHtml5HtmlAttributes.h69 nsHtml5String getValue(nsHtml5AttributeName* aName);
74 nsHtml5String getValueNoBoundsCheck(int32_t aIndex);
77 void addAttribute(nsHtml5AttributeName* aName, nsHtml5String aValue,
79 void AddAttributeWithLocal(nsAtom* aName, nsHtml5String aValue,
H A DnsHtml5AttributeEntry.h12 nsHtml5AttributeEntry(nsHtml5AttributeName* aName, nsHtml5String aValue, in nsHtml5AttributeEntry()
28 nsHtml5AttributeEntry(nsAtom* aName, nsHtml5String aValue, int32_t aLine) in nsHtml5AttributeEntry()
48 inline nsHtml5String GetValue() { return mValue; } in GetValue()
67 nsHtml5String mValue;
H A DnsHtml5TreeBuilder.h336 void doctype(nsAtom* name, nsHtml5String publicIdentifier,
337 nsHtml5String systemIdentifier, bool forceQuirks);
360 static nsHtml5String extractCharsetFromContent(nsHtml5String attributeValue,
382 nsHtml5String publicIdentifier,
383 nsHtml5String systemIdentifier,
385 bool isAlmostStandards(nsHtml5String publicIdentifier,
386 nsHtml5String systemIdentifier);
387 bool isQuirky(nsAtom* name, nsHtml5String publicIdentifier,
388 nsHtml5String systemIdentifier, bool forceQuirks);
535 void appendDoctypeToDocument(nsAtom* name, nsHtml5String publicIdentifier,
[all …]

12345