Home | History | Annotate | Download | only in WebView

Lines Matching refs:encoding

966     // Set the encoding. This only needs to be done once, but it's harmless to do it again later.
967 String encoding = _private->coreFrame->loader()->documentLoader()->overrideEncoding();
968 bool userChosen = !encoding.isNull();
969 if (encoding.isNull())
970 encoding = textEncodingName;
971 _private->coreFrame->loader()->setEncoding(encoding, userChosen);