Searched defs:failingUrl (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp1056 void DumpRenderTreeSupportQt::setAlternateHtml(QWebFrame* frame, const QString& html, const QUrl& baseUrl, const QUrl& failingUrl) argument
1063 WebCore::SubstituteData substituteData(data, WTF::String("text/html"), WTF::String("utf-8"), failingUrl);
/external/webkit/Source/WebKit/android/jni/
H A DWebCoreFrameBridge.cpp421 const WTF::String& failingUrl)
430 jstring failUrl = wtfStringToJstring(env, failingUrl);
420 reportError(int errorCode, const WTF::String& description, const WTF::String& failingUrl) argument

Completed in 378 milliseconds