HomeSort by relevance Sort by last modified time
    Searched full:failingurl (Results 51 - 66 of 66) sorted by null

1 23

  /external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.h 124 void queueLoadHTMLString(const QString& content, const QString& baseURL = QString(), const QString& failingURL = QString());
  /frameworks/base/core/java/android/webkit/
CallbackProxy.java 303 final String failUrl = msg.getData().getString("failingUrl");
    [all...]
BrowserFrame.java 351 * @param failingUrl The URL that was being loaded when the error occurred.
356 private void reportError(int errorCode, String description, String failingUrl) {
363 mCallbackProxy.onReceivedError(errorCode, description, failingUrl);
    [all...]
LoadListener.java     [all...]
WebView.java 226 * public void onReceivedError(WebView view, int errorCode, String description, String failingUrl) {
    [all...]
  /external/webkit/Source/WebCore/loader/
DocumentLoader.cpp 167 handlingUnreachableURL = m_substituteData.isValid() && !m_substituteData.failingURL().isEmpty();
713 return m_substituteData.failingURL();
  /external/webkit/Source/WebCore/history/
PageCache.cpp 256 && !(frame->loader()->documentLoader()->substituteData().isValid() && !frame->loader()->documentLoader()->substituteData().failingURL().isEmpty())
  /packages/apps/Browser/src/com/android/browser/
Tab.java 681 String description, String failingUrl) {
692 Log.e(LOGTAG, "onReceivedError " + errorCode + " " + failingUrl
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp     [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 437 void loadData(PassRefPtr<WebCore::SharedBuffer>, const String& MIMEType, const String& encodingName, const WebCore::KURL& baseURL, const WebCore::KURL& failingURL);
  /external/webkit/Source/WebKit/win/
WebFrame.cpp 556 void WebFrame::loadData(PassRefPtr<WebCore::SharedBuffer> data, BSTR mimeType, BSTR textEncodingName, BSTR baseURL, BSTR failingURL)
569 KURL failingKURL = MarshallingHelpers::BSTRToKURL(failingURL);
    [all...]
  /external/webkit/Source/WebCore/xml/
XMLHttpRequest.cpp 969 reportUnsafeUsage(scriptExecutionContext(), "XMLHttpRequest cannot load " + error.failingURL() + ". " + error.localizedDescription());
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
FrameLoaderClientImpl.cpp 777 m_webFrame->didFail(cancelledError(error.failingURL()), true);
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.cpp 535 const WTF::String& failingUrl)
547 jstring failUrl = wtfStringToJstring(env, failingUrl);
    [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2002-12-03     [all...]
ChangeLog-2006-12-31     [all...]

Completed in 574 milliseconds

1 23