HomeSort by relevance Sort by last modified time
    Searched refs:HTMLFrameOwnerElement (Results 1 - 25 of 44) sorted by null

1 2

  /external/webkit/WebCore/html/
HTMLFrameOwnerElement.cpp 22 #include "HTMLFrameOwnerElement.h"
35 HTMLFrameOwnerElement::HTMLFrameOwnerElement(const QualifiedName& tagName, Document* document)
42 void HTMLFrameOwnerElement::willRemove()
52 HTMLFrameOwnerElement::~HTMLFrameOwnerElement()
58 Document* HTMLFrameOwnerElement::contentDocument() const
63 DOMWindow* HTMLFrameOwnerElement::contentWindow() const
68 void HTMLFrameOwnerElement::setSandboxFlags(SandboxFlags flags)
80 SVGDocument* HTMLFrameOwnerElement::getSVGDocument(ExceptionCode& ec) cons
    [all...]
HTMLFrameOwnerElement.h 36 class HTMLFrameOwnerElement : public HTMLElement {
38 virtual ~HTMLFrameOwnerElement();
53 HTMLFrameOwnerElement(const QualifiedName& tagName, Document*);
HTMLFrameElementBase.cpp 49 : HTMLFrameOwnerElement(tagName, document)
118 HTMLFrameOwnerElement::parseMappedAttribute(attr);
150 HTMLFrameOwnerElement::parseMappedAttribute(attr);
172 HTMLFrameOwnerElement::insertedIntoDocument();
184 HTMLFrameOwnerElement::removedFromDocument();
197 HTMLFrameOwnerElement::attach();
229 HTMLFrameOwnerElement::setFocus(received);
283 HTMLFrameOwnerElement::willRemove();
HTMLPlugInElement.cpp 48 : HTMLFrameOwnerElement(tagName, doc)
70 HTMLFrameOwnerElement::detach();
126 return HTMLFrameOwnerElement::mapToEntry(attrName, result);
144 HTMLFrameOwnerElement::parseMappedAttribute(attr);
149 return newChild->hasTagName(paramTag) || HTMLFrameOwnerElement::checkDTD(newChild);
HTMLFrameElementBase.h 27 #include "HTMLFrameOwnerElement.h"
32 class HTMLFrameElementBase : public HTMLFrameOwnerElement {
HTMLPlugInElement.h 26 #include "HTMLFrameOwnerElement.h"
37 class HTMLPlugInElement : public HTMLFrameOwnerElement {
  /external/webkit/WebKit/wx/
WebFramePrivate.h 34 #include "HTMLFrameOwnerElement.h"
52 WebCore::HTMLFrameOwnerElement* ownerElement;
  /external/webkit/WebKit/qt/Api/
qwebframe_p.h 38 class HTMLFrameOwnerElement;
46 WebCore::HTMLFrameOwnerElement* = 0,
51 WebCore::HTMLFrameOwnerElement* ownerElement;
  /external/webkit/WebCore/page/
Frame.h 68 static PassRefPtr<Frame> create(Page* page, HTMLFrameOwnerElement* ownerElement, FrameLoaderClient* client)
79 HTMLFrameOwnerElement* ownerElement() const;
117 Frame(Page*, HTMLFrameOwnerElement*, FrameLoaderClient*);
315 HTMLFrameOwnerElement* m_ownerElement;
FocusController.cpp 43 #include "HTMLFrameOwnerElement.h"
127 // The node we found might be a HTMLFrameOwnerElement, so descend down the frame tree until we find either:
129 // 2) the deepest-nested HTMLFrameOwnerElement
131 HTMLFrameOwnerElement* owner = static_cast<HTMLFrameOwnerElement*>(node);
181 HTMLFrameOwnerElement* owner = frame->ownerElement();
228 HTMLFrameOwnerElement* owner = static_cast<HTMLFrameOwnerElement*>(node);
  /external/webkit/WebKit/mac/WebView/
WebFrameInternal.h 58 class HTMLFrameOwnerElement;
94 + (PassRefPtr<WebCore::Frame>)_createSubframeWithOwnerElement:(WebCore::HTMLFrameOwnerElement*)ownerElement frameName:(const WebCore::String&)name frameView:(WebFrameView *)frameView;
  /external/webkit/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.h 113 virtual PassRefPtr<WebCore::Frame> createFrame(const WebCore::KURL& url, const WebCore::String& name, WebCore::HTMLFrameOwnerElement* ownerElement,
127 PassRefPtr<WebCore::Frame> createFrame(const WebCore::KURL&, const WebCore::String& name, WebCore::HTMLFrameOwnerElement*, const WebCore::String& referrer);
  /external/webkit/WebCore/inspector/
InspectorDOMAgent.cpp 47 #include "HTMLFrameOwnerElement.h"
173 const HTMLFrameOwnerElement* frameOwner = static_cast<const HTMLFrameOwnerElement*>(node);
478 HTMLFrameOwnerElement* frameOwner = static_cast<HTMLFrameOwnerElement*>(node);
549 HTMLFrameOwnerElement* frameOwner = static_cast<HTMLFrameOwnerElement*>(node);
  /external/webkit/WebCore/loader/
FrameLoaderClient.h 58 class HTMLFrameOwnerElement;
220 virtual PassRefPtr<Frame> createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement,
FrameLoader.h 66 class HTMLFrameOwnerElement;
218 bool requestFrame(HTMLFrameOwnerElement*, const String& url, const AtomicString& frameName);
440 Frame* loadSubframe(HTMLFrameOwnerElement*, const KURL&, const String& name, const String& referrer);
  /external/webkit/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.h 221 HTMLFrameOwnerElement*, const String& referrer,
  /external/webkit/WebKit/wx/WebKitSupport/
FrameLoaderClientWx.h 202 virtual PassRefPtr<Frame> createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement,
  /external/webkit/WebKit/win/
WebFrame.h 54 class HTMLFrameOwnerElement;
323 PassRefPtr<WebCore::Frame> init(IWebView*, WebCore::Page*, WebCore::HTMLFrameOwnerElement*);
  /external/webkit/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.h 179 virtual WTF::PassRefPtr<Frame> createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement,
  /external/webkit/WebKit/chromium/src/
FrameLoaderClientImpl.h 174 WebCore::HTMLFrameOwnerElement* ownerElement,
WebFrameImpl.h 178 const WebCore::FrameLoadRequest&, WebCore::HTMLFrameOwnerElement*);
WebFrameImpl.cpp 95 #include "HTMLFrameOwnerElement.h"
538 HTMLFrameOwnerElement* frameElement =
539 static_cast<HTMLFrameOwnerElement*>(node);
    [all...]
  /external/webkit/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.h 114 virtual PassRefPtr<WebCore::Frame> createFrame(const WebCore::KURL& url, const WebCore::String& name, WebCore::HTMLFrameOwnerElement* ownerElement,
  /external/webkit/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.h 189 virtual PassRefPtr<WebCore::Frame> createFrame(const WebCore::KURL& url, const WebCore::String& name, WebCore::HTMLFrameOwnerElement*,
  /external/webkit/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.h 195 virtual PassRefPtr<Frame> createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement,

Completed in 257 milliseconds

1 2