Home | History | Annotate | Download | only in loader

Lines Matching refs:Element

53 #include "Element.h"
631 // If we have an iconURL from a Link element, return that
1007 // But we should instead do it when we're done parsing the head element.
1315 HTMLPlugInElement* element = static_cast<HTMLPlugInElement*>(renderer->node());
1317 // If the plug-in element already contains a subframe, requestFrame will re-use it. Otherwise,
1320 return requestFrame(element, completedURL, frameName);
1393 HTMLPlugInElement* element = toPlugInElement(renderer->node());
1403 element, url, paramNames, paramValues, mimeType,
2131 if (Element* ownerElement = m_frame->document()->ownerElement()) {
4038 PassRefPtr<Widget> FrameLoader::createJavaAppletWidget(const IntSize& size, HTMLAppletElement* element, const HashMap<String, String>& args)
4056 if (!SecurityOrigin::canLoad(codeBaseURL, String(), element->document())) {
4066 RefPtr<Widget> widget = m_client->createJavaAppletWidget(size, element, baseURL, paramNames, paramValues);