Home | History | Annotate | Download | only in src

Lines Matching refs:encoding

170             // Get encoding info.
173 xmlEncoding = param->doc->frame()->loader()->encoding();
178 result.append("\" encoding=\"");
289 // Convert the unicode content to target encoding
516 // Get target encoding for current document.
517 String encoding = currentFrame->frame()->loader()->encoding();
518 // Create the text encoding object with target encoding.
519 TextEncoding textEncoding(encoding);
522 encoding.length() ? textEncoding : UTF8Encoding(),