Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching defs:webError

1197     GError* webError = g_error_new_literal(g_quark_from_string(error.domain().utf8().data()),
1201 g_signal_emit_by_name(webView, "load-error", m_frame, error.failingURL().utf8().data(), webError, &isHandled);
1204 g_error_free(webError);
1209 g_error_free(webError);
1222 content = makeString("<html><body>", webError->message, "</body></html>");
1226 content = makeString("<html><body>", webError->message, "</body></html>");
1228 content = String::format(fileContent, error.failingURL().utf8().data(), webError->message);
1238 g_error_free(webError);