Home | History | Annotate | Download | only in WebPage

Lines Matching defs:unreachableURL

450 void WebPage::loadData(PassRefPtr<SharedBuffer> sharedBuffer, const String& MIMEType, const String& encodingName, const KURL& baseURL, const KURL& unreachableURL)
453 SubstituteData substituteData(sharedBuffer, MIMEType, encodingName, unreachableURL);
468 KURL unreachableURL = unreachableURLString.isEmpty() ? KURL() : KURL(KURL(), unreachableURLString);
469 loadData(sharedBuffer, "text/html", "utf-16", baseURL, unreachableURL);