Lines Matching full:kurl
565 // but that would turn a null BSTR into a null KURL, and we crash inside of
566 // WebCore if we use a null KURL in constructing the ResourceRequest.
567 KURL baseKURL = KURL(KURL(), String(baseURL ? baseURL : L"", SysStringLen(baseURL)));
569 KURL failingKURL = MarshallingHelpers::BSTRToKURL(failingURL);
699 KURL WebFrame::url() const
703 return KURL();
1651 bool WebFrame::shouldTreatURLAsSameAsCurrent(const KURL&) const
1672 String WebFrame::userAgent(const KURL& url)
1879 PassRefPtr<Widget> WebFrame::createJavaAppletWidget(const IntSize& pluginSize, HTMLAppletElement* element, const KURL& /*baseURL*/, const Vector<String>& paramNames, const Vector<String>& paramValues)
1881 RefPtr<PluginView> pluginView = PluginView::create(core(this), pluginSize, element, KURL(), paramNames, paramValues, "application/x-java-applet", false);
1901 ObjectContentType WebFrame::objectContentType(const KURL& url, const String& mimeType, bool shouldPreferPlugInsForImages)