Lines Matching refs:encoding
414 WebString WebFrameImpl::encoding() const
416 return frame()->loader()->encoding();
892 // Set the text encoding. This calls begin() for us. It is safe to call
895 String encoding = documentLoader->overrideEncoding();
896 if (encoding.isNull()) {
898 encoding = documentLoader->response().textEncodingName();
900 m_frame->loader()->setEncoding(encoding, userChosen);