Home | History | Annotate | Download | only in webkit

Lines Matching refs:encoding

146      * WebKitWebResource:encoding:
148 * The encoding name to which the web resource was encoded in.
155 "encoding",
156 _("Encoding"),
157 _("The text encoding name of the resource"),
251 * @encoding: the text encoding name of the #WebKitWebResource
254 * Returns a new #WebKitWebResource. The @encoding can be %NULL. The
266 const gchar* encoding,
277 WebKitWebResource* webResource = webkit_web_resource_new_with_core_resource(ArchiveResource::create(buffer, KURL(KURL(), String::fromUTF8(uri)), String::fromUTF8(mimeType), String::fromUTF8(encoding), String::fromUTF8(frameName)));
362 * Return value: the encoding name of the resource