Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching defs:textEncoding

485     const String& textEncoding = loader->response().textEncodingName();
488 receivedData(data, length, textEncoding);
505 void WebFrameLoaderClient::receivedData(const char* data, int length, const String& textEncoding)
515 encoding = textEncoding;