Home | History | Annotate | Download | only in html

Lines Matching refs:setBit

264         void setInScript(bool v) { setBit(InScript, v); }
266 void setInStyle(bool v) { setBit(InStyle, v); }
268 void setInXmp(bool v) { setBit(InXmp, v); }
270 void setInTitle(bool v) { setBit(InTitle, v); }
272 void setInIFrame(bool v) { setBit(InIFrame, v); }
274 void setInPlainText(bool v) { setBit(InPlainText, v); }
276 void setInProcessingInstruction(bool v) { return setBit(InProcessingInstruction, v); }
278 void setInComment(bool v) { setBit(InComment, v); }
280 void setInDoctype(bool v) { setBit(InDoctype, v); }
282 void setInTextArea(bool v) { setBit(InTextArea, v); }
284 void setEscaped(bool v) { setBit(Escaped, v); }
286 void setInServer(bool v) { setBit(InServer, v); }
288 void setSkipLF(bool v) { setBit(SkipLF, v); }
290 void setStartTag(bool v) { setBit(StartTag, v); }
292 void setDiscardLF(bool v) { setBit(DiscardLF, v); }
294 void setAllowYield(bool v) { setBit(AllowYield, v); }
296 void setLoadingExtScript(bool v) { setBit(LoadingExtScript, v); }
298 void setForceSynchronous(bool v) { setBit(ForceSynchronous, v); }
332 void setBit(StateBits bit, bool value)