Lines Matching refs:url
235 wkEvent.SetURL(m_frame->loader()->documentLoader()->request().url().string());
292 wkEvent.SetURL(m_frame->loader()->provisionalDocumentLoader()->request().url().string());
315 wkEvent.SetURL(m_frame->loader()->documentLoader()->request().url().string());
325 wkEvent.SetURL(m_frame->document()->url().string());
399 wkEvent.SetURL(m_frame->document()->url().string());
431 setTitle(l->title(), l->url());
653 return ResourceError(String(), WebKitErrorCannotShowURL, request.url().string(), String());
659 return ResourceError(String(), WebKitErrorCannotShowURL, request.url().string(), String());
664 return ResourceError(String(), WebKitErrorCannotShowURL, request.url().string(), String());
670 return ResourceError(String(), WebKitErrorFrameLoadInterruptedByPolicyChange, request.url().string(), String());
676 return ResourceError(String(), WebKitErrorCannotShowMIMEType, response.url().string(), String());
682 return ResourceError(String(), WebKitErrorCannotShowURL, response.url().string(), String());
753 wkEvent.SetURL(m_frame->loader()->documentLoader()->request().url().string());
796 wkEvent.SetURL(request.url().string());
817 wkEvent.SetURL(request.url().string());
838 PassRefPtr<Frame> FrameLoaderClientWx::createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement,
844 data->url = url;
858 m_frame->loader()->loadURLIntoChildFrame(url, referrer, childFrame.get());
875 ObjectContentType FrameLoaderClientWx::objectContentType(const KURL& url, const String& mimeType, bool shouldPreferPlugInsForImages)
881 PassRefPtr<Widget> FrameLoaderClientWx::createPlugin(const IntSize& size, HTMLPlugInElement* element, const KURL& url, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually)
884 RefPtr<PluginView> pv = PluginView::create(m_frame, size, element, url, paramNames, paramValues, mimeType, loadManually);
901 return ResourceError(String(), WebKitErrorCannotLoadPlugIn, response.url().string(), String());