Home
last modified time | relevance | path

Searched refs:mViewSource (Results 1 – 25 of 42) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5TokenizerCppSupplement.h75 mViewSource->Start(aTitle); in StartViewSource()
85 if (MOZ_LIKELY(mViewSource)) { in errUnquotedAttributeValOrNull()
106 if (MOZ_LIKELY(mViewSource)) { in errLtOrEqualsOrGraveInUnquotedAttributeOrNull()
122 if (MOZ_LIKELY(mViewSource)) { in errBadCharBeforeAttributeNameOrNull()
134 if (MOZ_LIKELY(mViewSource)) { in errBadCharAfterLt()
140 if (MOZ_LIKELY(mViewSource)) { in errQuoteOrLtInAttributeNameOrNull()
187 if (MOZ_LIKELY(mViewSource)) { in errGarbageAfterLtSlash()
193 if (MOZ_LIKELY(mViewSource)) { in errLtSlashGt()
211 if (MOZ_LIKELY(mViewSource)) { in errGtInSystemId()
217 if (MOZ_LIKELY(mViewSource)) { in errGtInPublicId()
[all …]
H A DnsHtml5Tokenizer.cpp386 if (mViewSource) { in addAttributeWithValue()
436 if (mViewSource) { in tokenizeBuffer()
437 mViewSource->SetBuffer(buffer); in tokenizeBuffer()
2515 mViewSource.get(), in stateLoop()
2641 mViewSource.get(), in stateLoop()
2701 mViewSource.get(), in stateLoop()
2743 mViewSource.get(), in stateLoop()
2799 mViewSource.get(), in stateLoop()
2844 mViewSource.get(), in stateLoop()
3365 mViewSource.get(), in stateLoop()
[all …]
H A DnsHtml5TreeBuilderCppSupplement.h36 mViewSource(nullptr), in nsHtml5TreeBuilder()
75 mViewSource(nullptr), in nsHtml5TreeBuilder()
1455 mViewSource = aHighlighter; in EnableViewSource()
1459 if (MOZ_UNLIKELY(mViewSource)) { in errDeepTree()
1470 if (MOZ_UNLIKELY(mViewSource)) { in errStrayStartTag()
1476 if (MOZ_UNLIKELY(mViewSource)) { in errStrayEndTag()
1482 if (MOZ_UNLIKELY(mViewSource)) { in errUnclosedElements()
1489 if (MOZ_UNLIKELY(mViewSource)) { in errUnclosedElementsImplied()
1495 if (MOZ_UNLIKELY(mViewSource)) { in errUnclosedElementsCell()
1501 if (MOZ_UNLIKELY(mViewSource)) { in errStrayDoctype()
[all …]
H A DnsHtml5TreeBuilder.cpp607 if (MOZ_UNLIKELY(mViewSource)) { in eof()
2576 if (!!MOZ_UNLIKELY(mViewSource) && !isCurrent(name)) { in endTag()
2622 if (MOZ_UNLIKELY(mViewSource)) { in endTag()
2653 if (MOZ_UNLIKELY(mViewSource)) { in endTag()
2689 if (!!MOZ_UNLIKELY(mViewSource) && !isCurrent(name)) { in endTag()
2711 if (!!MOZ_UNLIKELY(mViewSource) && !isCurrent(name)) { in endTag()
2723 if (!!MOZ_UNLIKELY(mViewSource) && !isCurrent(name)) { in endTag()
2793 if (!!MOZ_UNLIKELY(mViewSource) && !isCurrent(name)) { in endTag()
2809 if (!!MOZ_UNLIKELY(mViewSource) && !isCurrent(name)) { in endTag()
3415 if (!!MOZ_UNLIKELY(mViewSource) && eltPos != currentPtr) { in closeTheCell()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/
H A DnsHtml5TokenizerCppSupplement.h75 mViewSource->Start(aTitle); in StartViewSource()
85 if (MOZ_LIKELY(mViewSource)) { in errUnquotedAttributeValOrNull()
106 if (MOZ_LIKELY(mViewSource)) { in errLtOrEqualsOrGraveInUnquotedAttributeOrNull()
122 if (MOZ_LIKELY(mViewSource)) { in errBadCharBeforeAttributeNameOrNull()
134 if (MOZ_LIKELY(mViewSource)) { in errBadCharAfterLt()
140 if (MOZ_LIKELY(mViewSource)) { in errQuoteOrLtInAttributeNameOrNull()
187 if (MOZ_LIKELY(mViewSource)) { in errGarbageAfterLtSlash()
193 if (MOZ_LIKELY(mViewSource)) { in errLtSlashGt()
211 if (MOZ_LIKELY(mViewSource)) { in errGtInSystemId()
217 if (MOZ_LIKELY(mViewSource)) { in errGtInPublicId()
[all …]
H A DnsHtml5Tokenizer.cpp386 if (mViewSource) { in addAttributeWithValue()
436 if (mViewSource) { in tokenizeBuffer()
437 mViewSource->SetBuffer(buffer); in tokenizeBuffer()
2515 mViewSource.get(), in stateLoop()
2641 mViewSource.get(), in stateLoop()
2701 mViewSource.get(), in stateLoop()
2743 mViewSource.get(), in stateLoop()
2799 mViewSource.get(), in stateLoop()
2844 mViewSource.get(), in stateLoop()
3365 mViewSource.get(), in stateLoop()
[all …]
H A DnsHtml5TreeBuilderCppSupplement.h36 mViewSource(nullptr), in nsHtml5TreeBuilder()
75 mViewSource(nullptr), in nsHtml5TreeBuilder()
1455 mViewSource = aHighlighter; in EnableViewSource()
1459 if (MOZ_UNLIKELY(mViewSource)) { in errDeepTree()
1470 if (MOZ_UNLIKELY(mViewSource)) { in errStrayStartTag()
1476 if (MOZ_UNLIKELY(mViewSource)) { in errStrayEndTag()
1482 if (MOZ_UNLIKELY(mViewSource)) { in errUnclosedElements()
1489 if (MOZ_UNLIKELY(mViewSource)) { in errUnclosedElementsImplied()
1495 if (MOZ_UNLIKELY(mViewSource)) { in errUnclosedElementsCell()
1501 if (MOZ_UNLIKELY(mViewSource)) { in errStrayDoctype()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/
H A DnsHtml5TokenizerCppSupplement.h69 mViewSource = aHighlighter; in EnableViewSource()
75 mViewSource->Start(aTitle); in StartViewSource()
85 if (MOZ_LIKELY(mViewSource)) { in errUnquotedAttributeValOrNull()
106 if (MOZ_LIKELY(mViewSource)) { in errLtOrEqualsOrGraveInUnquotedAttributeOrNull()
122 if (MOZ_LIKELY(mViewSource)) { in errBadCharBeforeAttributeNameOrNull()
134 if (MOZ_LIKELY(mViewSource)) { in errBadCharAfterLt()
140 if (MOZ_LIKELY(mViewSource)) { in errQuoteOrLtInAttributeNameOrNull()
187 if (MOZ_LIKELY(mViewSource)) { in errGarbageAfterLtSlash()
193 if (MOZ_LIKELY(mViewSource)) { in errLtSlashGt()
211 if (MOZ_LIKELY(mViewSource)) { in errGtInSystemId()
[all …]
H A DnsHtml5Tokenizer.cpp361 if (mViewSource) { in addAttributeWithValue()
411 if (mViewSource) { in tokenizeBuffer()
2553 mViewSource, in stateLoop()
2612 mViewSource, in stateLoop()
2651 mViewSource, in stateLoop()
2707 mViewSource, in stateLoop()
2795 mViewSource, in stateLoop()
2802 mViewSource, in stateLoop()
2834 mViewSource, in stateLoop()
2841 mViewSource, in stateLoop()
[all …]
H A DnsHtml5TreeBuilderCppSupplement.h24 mViewSource(nullptr), in nsHtml5TreeBuilder()
50 mViewSource(nullptr), in nsHtml5TreeBuilder()
1355 mViewSource = aHighlighter; in EnableViewSource()
1359 if (MOZ_UNLIKELY(mViewSource)) { in errStrayStartTag()
1365 if (MOZ_UNLIKELY(mViewSource)) { in errStrayEndTag()
1371 if (MOZ_UNLIKELY(mViewSource)) { in errUnclosedElements()
1378 if (MOZ_UNLIKELY(mViewSource)) { in errUnclosedElementsImplied()
1384 if (MOZ_UNLIKELY(mViewSource)) { in errUnclosedElementsCell()
1390 if (MOZ_UNLIKELY(mViewSource)) { in errStrayDoctype()
1408 if (MOZ_UNLIKELY(mViewSource)) { in errNonSpaceInTrailer()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/
H A DnsHtml5TokenizerCppSupplement.h71 mViewSource = aHighlighter; in EnableViewSource()
77 return mViewSource->FlushOps(); in FlushViewSource()
83 mViewSource->Start(aTitle); in StartViewSource()
89 mViewSource->End(); in EndViewSource()
102 if (MOZ_LIKELY(mViewSource)) { in errUnquotedAttributeValOrNull()
124 if (MOZ_LIKELY(mViewSource)) { in errLtOrEqualsOrGraveInUnquotedAttributeOrNull()
142 if (MOZ_LIKELY(mViewSource)) { in errBadCharBeforeAttributeNameOrNull()
156 if (MOZ_LIKELY(mViewSource)) { in errBadCharAfterLt()
164 if (MOZ_LIKELY(mViewSource)) { in errQuoteOrLtInAttributeNameOrNull()
222 if (MOZ_LIKELY(mViewSource)) { in errGarbageAfterLtSlash()
[all …]
H A DnsHtml5Tokenizer.cpp354 if (mViewSource) { in addAttributeWithValue()
355 mViewSource->MaybeLinkifyAttributeValue(attributeName, val); in addAttributeWithValue()
408 if (mViewSource) { in tokenizeBuffer()
409 mViewSource->SetBuffer(buffer); in tokenizeBuffer()
411 mViewSource->DropBuffer((pos == buffer->getEnd()) ? pos : pos + 1); in tokenizeBuffer()
1486 state = P::transition(mViewSource, returnState, reconsume, pos); in stateLoop()
1547 state = P::transition(mViewSource, returnState, reconsume, pos); in stateLoop()
1625 state = P::transition(mViewSource, returnState, reconsume, pos); in stateLoop()
1657 P::completedNamedCharacterReference(mViewSource); in stateLoop()
1677 state = P::transition(mViewSource, returnState, reconsume, pos); in stateLoop()
[all …]
H A DnsHtml5TreeBuilderCppSupplement.h23 , mViewSource(nullptr) in nsHtml5TreeBuilder()
48 , mViewSource(nullptr) in nsHtml5TreeBuilder()
1299 mViewSource = aHighlighter; in EnableViewSource()
1305 if (MOZ_UNLIKELY(mViewSource)) { in errStrayStartTag()
1313 if (MOZ_UNLIKELY(mViewSource)) { in errStrayEndTag()
1321 if (MOZ_UNLIKELY(mViewSource)) { in errUnclosedElements()
1329 if (MOZ_UNLIKELY(mViewSource)) { in errUnclosedElementsImplied()
1338 if (MOZ_UNLIKELY(mViewSource)) { in errUnclosedElementsCell()
1346 if (MOZ_UNLIKELY(mViewSource)) { in errStrayDoctype()
1370 if (MOZ_UNLIKELY(mViewSource)) { in errNonSpaceInTrailer()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/
H A DnsHtml5TokenizerCppSupplement.h75 mViewSource->Start(aTitle); in StartViewSource()
85 if (MOZ_LIKELY(mViewSource)) { in errUnquotedAttributeValOrNull()
106 if (MOZ_LIKELY(mViewSource)) { in errLtOrEqualsOrGraveInUnquotedAttributeOrNull()
122 if (MOZ_LIKELY(mViewSource)) { in errBadCharBeforeAttributeNameOrNull()
134 if (MOZ_LIKELY(mViewSource)) { in errBadCharAfterLt()
140 if (MOZ_LIKELY(mViewSource)) { in errQuoteOrLtInAttributeNameOrNull()
187 if (MOZ_LIKELY(mViewSource)) { in errGarbageAfterLtSlash()
193 if (MOZ_LIKELY(mViewSource)) { in errLtSlashGt()
211 if (MOZ_LIKELY(mViewSource)) { in errGtInSystemId()
217 if (MOZ_LIKELY(mViewSource)) { in errGtInPublicId()
[all …]
H A DnsHtml5Tokenizer.cpp386 if (mViewSource) { in addAttributeWithValue()
436 if (mViewSource) { in tokenizeBuffer()
437 mViewSource->SetBuffer(buffer); in tokenizeBuffer()
2515 mViewSource.get(), in stateLoop()
2641 mViewSource.get(), in stateLoop()
2701 mViewSource.get(), in stateLoop()
2743 mViewSource.get(), in stateLoop()
2799 mViewSource.get(), in stateLoop()
2844 mViewSource.get(), in stateLoop()
3365 mViewSource.get(), in stateLoop()
[all …]
H A DnsHtml5TreeBuilderCppSupplement.h36 mViewSource(nullptr), in nsHtml5TreeBuilder()
75 mViewSource(nullptr), in nsHtml5TreeBuilder()
1450 mViewSource = aHighlighter; in EnableViewSource()
1454 if (MOZ_UNLIKELY(mViewSource)) { in errDeepTree()
1465 if (MOZ_UNLIKELY(mViewSource)) { in errStrayStartTag()
1471 if (MOZ_UNLIKELY(mViewSource)) { in errStrayEndTag()
1477 if (MOZ_UNLIKELY(mViewSource)) { in errUnclosedElements()
1484 if (MOZ_UNLIKELY(mViewSource)) { in errUnclosedElementsImplied()
1490 if (MOZ_UNLIKELY(mViewSource)) { in errUnclosedElementsCell()
1496 if (MOZ_UNLIKELY(mViewSource)) { in errStrayDoctype()
[all …]
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5TokenizerCppSupplement.h88 mViewSource->Start(aTitle); in StartViewSource()
92 mViewSource->StartCharacters(); in StartViewSourceCharacters()
108 if (MOZ_LIKELY(mViewSource)) { in errUnquotedAttributeValOrNull()
129 if (MOZ_LIKELY(mViewSource)) { in errLtOrEqualsOrGraveInUnquotedAttributeOrNull()
145 if (MOZ_LIKELY(mViewSource)) { in errBadCharBeforeAttributeNameOrNull()
157 if (MOZ_LIKELY(mViewSource)) { in errBadCharAfterLt()
163 if (MOZ_LIKELY(mViewSource)) { in errQuoteOrLtInAttributeNameOrNull()
210 if (MOZ_LIKELY(mViewSource)) { in errGarbageAfterLtSlash()
216 if (MOZ_LIKELY(mViewSource)) { in errLtSlashGt()
234 if (MOZ_LIKELY(mViewSource)) { in errGtInSystemId()
[all …]
H A DnsHtml5Tokenizer.cpp390 if (mViewSource) { in addAttributeWithValue()
440 if (mViewSource) { in tokenizeBuffer()
441 mViewSource->SetBuffer(buffer); in tokenizeBuffer()
1574 mViewSource.get(), in stateLoop()
1617 mViewSource.get(), in stateLoop()
2805 mViewSource.get(), in stateLoop()
2931 mViewSource.get(), in stateLoop()
2991 mViewSource.get(), in stateLoop()
3033 mViewSource.get(), in stateLoop()
3664 mViewSource.get(), in stateLoop()
[all …]
H A DnsHtml5TreeBuilderCppSupplement.h36 mViewSource(nullptr), in nsHtml5TreeBuilder()
77 mViewSource(nullptr), in nsHtml5TreeBuilder()
1267 if (mViewSource) { in UpdateCharsetSource()
1483 mViewSource = aHighlighter; in EnableViewSource()
1487 if (MOZ_UNLIKELY(mViewSource)) { in errDeepTree()
1498 if (MOZ_UNLIKELY(mViewSource)) { in errStrayStartTag()
1504 if (MOZ_UNLIKELY(mViewSource)) { in errStrayEndTag()
1510 if (MOZ_UNLIKELY(mViewSource)) { in errUnclosedElements()
1517 if (MOZ_UNLIKELY(mViewSource)) { in errUnclosedElementsImplied()
1523 if (MOZ_UNLIKELY(mViewSource)) { in errUnclosedElementsCell()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DnsHTMLDocument.cpp131 mViewSource(false) { in nsHTMLDocument()
307 mViewSource = !strcmp(aCommand, "view-source"); in StartDocumentLoad()
309 if (!(view || mViewSource || asData)) { in StartDocumentLoad()
319 if (!(html || xhtml || mIsPlainText || mViewSource)) { in StartDocumentLoad()
329 if (!mViewSource && xhtml) { in StartDocumentLoad()
370 if (mViewSource) { in StartDocumentLoad()
375 } else if (mViewSource && !html) { in StartDocumentLoad()
H A DnsHTMLDocument.h72 bool IsViewSource() const { return mViewSource; } in IsViewSource()
195 bool mViewSource; variable
/dports/www/firefox/firefox-99.0/dom/html/
H A DnsHTMLDocument.cpp129 mViewSource(false) { in nsHTMLDocument()
307 mViewSource = !strcmp(aCommand, "view-source"); in StartDocumentLoad()
309 if (!(view || mViewSource || asData)) { in StartDocumentLoad()
319 if (!(html || xhtml || mIsPlainText || mViewSource)) { in StartDocumentLoad()
329 if (!mViewSource && xhtml) { in StartDocumentLoad()
370 if (mViewSource) { in StartDocumentLoad()
375 } else if (mViewSource && !html) { in StartDocumentLoad()
H A DnsHTMLDocument.h71 bool IsViewSource() const { return mViewSource; } in IsViewSource()
196 bool mViewSource; variable
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DnsHTMLDocument.cpp131 mViewSource(false) { in nsHTMLDocument()
307 mViewSource = !strcmp(aCommand, "view-source"); in StartDocumentLoad()
309 if (!(view || mViewSource || asData)) { in StartDocumentLoad()
319 if (!(html || xhtml || mIsPlainText || mViewSource)) { in StartDocumentLoad()
329 if (!mViewSource && xhtml) { in StartDocumentLoad()
370 if (mViewSource) { in StartDocumentLoad()
375 } else if (mViewSource && !html) { in StartDocumentLoad()
H A DnsHTMLDocument.h72 bool IsViewSource() const { return mViewSource; } in IsViewSource()
195 bool mViewSource; variable

12