Home | History | Annotate | Download | only in html

Lines Matching refs:escaped

352             !state.inXmp() && ch == '-' && m_scriptCodeSize >= 3 && !src.escaped() &&
398 if (!m_scriptCodeResync && !state.escaped() && !src.escaped() && (ch == '>' || ch == '/' || isASCIISpace(ch)) &&
406 if (m_scriptCodeResync && !state.escaped()) {
414 state.setEscaped(!state.escaped() && ch == '\\');
415 if (!m_scriptCodeResync && (state.inTextArea() || state.inTitle() || state.inIFrame()) && !src.escaped() && ch == '&') {
1391 if (curchar <= '>' && !src.escaped()) {
1457 if (curchar <= '>' && !src.escaped()) {
1789 } else if (cc == '&' && !m_src.escaped()) {
1792 } else if (cc == '<' && !m_src.escaped()) {