HomeSort by relevance Sort by last modified time
    Searched defs:webError (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.cpp 965 GError* webError = g_error_new_literal(g_quark_from_string(error.domain().utf8().data()),
969 g_signal_emit_by_name(webView, "load-error", m_frame, error.failingURL().utf8().data(), webError, &isHandled);
972 g_error_free(webError);
977 g_error_free(webError);
990 content = String::format("<html><body>%s</body></html>", webError->message);
994 content = String::format("<html><body>%s</body></html>", webError->message);
996 content = String::format(fileContent, error.failingURL().utf8().data(), webError->message);
    [all...]
  /external/webkit/WebKit/win/
WebFrame.cpp 44 #include "WebError.h"
    [all...]

Completed in 63 milliseconds