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

1 2 3

  /external/webkit/Source/WebCore/html/
HTMLFrameOwnerElement.cpp 22 #include "HTMLFrameOwnerElement.h"
36 HTMLFrameOwnerElement::HTMLFrameOwnerElement(const QualifiedName& tagName, Document* document)
43 RenderPart* HTMLFrameOwnerElement::renderPart() const
52 void HTMLFrameOwnerElement::willRemove()
65 HTMLFrameOwnerElement::~HTMLFrameOwnerElement()
71 Document* HTMLFrameOwnerElement::contentDocument() const
76 DOMWindow* HTMLFrameOwnerElement::contentWindow() const
81 void HTMLFrameOwnerElement::setSandboxFlags(SandboxFlags flags
    [all...]
HTMLFrameOwnerElement.h 37 class HTMLFrameOwnerElement : public HTMLElement {
39 virtual ~HTMLFrameOwnerElement();
59 HTMLFrameOwnerElement(const QualifiedName& tagName, Document*);
HTMLPlugInElement.cpp 51 : HTMLFrameOwnerElement(tagName, doc)
82 HTMLFrameOwnerElement::detach();
132 return HTMLFrameOwnerElement::mapToEntry(attrName, result);
150 HTMLFrameOwnerElement::parseMappedAttribute(attr);
HTMLPlugInElement.h 26 #include "HTMLFrameOwnerElement.h"
39 class HTMLPlugInElement : public HTMLFrameOwnerElement {
HTMLFrameElementBase.cpp 51 : HTMLFrameOwnerElement(tagName, document)
116 HTMLFrameOwnerElement::parseMappedAttribute(attr);
148 HTMLFrameOwnerElement::parseMappedAttribute(attr);
169 HTMLFrameOwnerElement::insertedIntoDocument();
195 HTMLFrameOwnerElement::attach();
227 HTMLFrameOwnerElement::setFocus(received);
283 HTMLFrameOwnerElement::willRemove();
HTMLFrameElementBase.h 27 #include "HTMLFrameOwnerElement.h"
32 class HTMLFrameElementBase : public HTMLFrameOwnerElement {
  /external/webkit/Source/WebKit/wx/
WebFramePrivate.h 34 #include "HTMLFrameOwnerElement.h"
52 WebCore::HTMLFrameOwnerElement* ownerElement;
  /external/webkit/Source/WebCore/rendering/
RenderPart.cpp 90 HTMLFrameOwnerElement* element = static_cast<HTMLFrameOwnerElement*>(node());
RenderLayerCompositor.h 167 HTMLFrameOwnerElement* enclosingFrameElement() const;
  /external/webkit/Source/WebCore/loader/
SubframeLoader.h 47 class HTMLFrameOwnerElement;
64 bool requestFrame(HTMLFrameOwnerElement*, const String& url, const AtomicString& frameName, bool lockHistory = true, bool lockBackForwardList = true);
84 Frame* loadOrRedirectSubframe(HTMLFrameOwnerElement*, const KURL&, const AtomicString& frameName, bool lockHistory, bool lockBackForwardList);
85 Frame* loadSubframe(HTMLFrameOwnerElement*, const KURL&, const String& name, const String& referrer);
FrameLoaderClient.h 68 class HTMLFrameOwnerElement;
247 virtual PassRefPtr<Frame> createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement,
SubframeLoader.cpp 71 bool SubframeLoader::requestFrame(HTMLFrameOwnerElement* ownerElement, const String& urlString, const AtomicString& frameName, bool lockHistory, bool lockBackForwardList)
226 Frame* SubframeLoader::loadOrRedirectSubframe(HTMLFrameOwnerElement* ownerElement, const KURL& url, const AtomicString& frameName, bool lockHistory, bool lockBackForwardList)
236 Frame* SubframeLoader::loadSubframe(HTMLFrameOwnerElement* ownerElement, const KURL& url, const String& name, const String& referrer)
  /external/webkit/Source/WebKit/qt/Api/
qwebframe_p.h 47 class HTMLFrameOwnerElement;
56 WebCore::HTMLFrameOwnerElement* = 0,
61 WebCore::HTMLFrameOwnerElement* ownerElement;
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebFrame.h 42 class HTMLFrameOwnerElement;
58 static PassRefPtr<WebFrame> createSubframe(WebPage*, const String& frameName, WebCore::HTMLFrameOwnerElement*);
137 void init(WebPage*, const String& frameName, WebCore::HTMLFrameOwnerElement*);
WebFrame.cpp 48 #include <WebCore/HTMLFrameOwnerElement.h>
94 PassRefPtr<WebFrame> WebFrame::createSubframe(WebPage* page, const String& frameName, HTMLFrameOwnerElement* ownerElement)
141 void WebFrame::init(WebPage* page, const String& frameName, HTMLFrameOwnerElement* ownerElement)
  /external/webkit/Source/WebKit/wince/
WebView.h 40 class HTMLFrameOwnerElement;
71 PassRefPtr<WebCore::Frame> createFrame(const WebCore::KURL&, const WTF::String&, WebCore::HTMLFrameOwnerElement*, const WTF::String&, bool, int, int);
  /external/webkit/Source/WebCore/page/
Frame.h 84 static PassRefPtr<Frame> create(Page*, HTMLFrameOwnerElement*, FrameLoaderClient*);
102 HTMLFrameOwnerElement* ownerElement() const;
210 Frame(Page*, HTMLFrameOwnerElement*, FrameLoaderClient*);
229 HTMLFrameOwnerElement* m_ownerElement;
325 inline HTMLFrameOwnerElement* Frame::ownerElement() const
SpatialNavigation.h 25 #include "HTMLFrameOwnerElement.h"
151 HTMLFrameOwnerElement* frameOwnerElement(FocusCandidate&);
FocusController.cpp 149 // The node we found might be a HTMLFrameOwnerElement, so descend down the frame tree until we find either:
151 // 2) the deepest-nested HTMLFrameOwnerElement
153 HTMLFrameOwnerElement* owner = static_cast<HTMLFrameOwnerElement*>(node);
229 HTMLFrameOwnerElement* owner = frame->ownerElement();
276 HTMLFrameOwnerElement* owner = static_cast<HTMLFrameOwnerElement*>(node);
539 if (HTMLFrameOwnerElement* frameElement = frameOwnerElement(focusCandidate)) {
Frame.cpp 126 static inline Frame* parentFromOwnerElement(HTMLFrameOwnerElement* ownerElement)
149 inline Frame::Frame(Page* page, HTMLFrameOwnerElement* ownerElement, FrameLoaderClient* frameLoaderClient)
209 PassRefPtr<Frame> Frame::create(Page* page, HTMLFrameOwnerElement* ownerElement, FrameLoaderClient* client)
626 HTMLFrameOwnerElement* ownerElement = m_ownerElement;
878 if (HTMLFrameOwnerElement* owner = ownerElement())
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFrameInternal.h 58 class HTMLFrameOwnerElement;
96 + (PassRefPtr<WebCore::Frame>)_createSubframeWithOwnerElement:(WebCore::HTMLFrameOwnerElement*)ownerElement frameName:(const WTF::String&)name frameView:(WebFrameView *)frameView;
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.h 119 virtual PassRefPtr<WebCore::Frame> createFrame(const WebCore::KURL& url, const WTF::String& name, WebCore::HTMLFrameOwnerElement* ownerElement,
135 PassRefPtr<WebCore::Frame> createFrame(const WebCore::KURL&, const WTF::String& name, WebCore::HTMLFrameOwnerElement*, const WTF::String& referrer);
  /external/webkit/Source/WebCore/accessibility/
AccessibilityScrollView.cpp 32 #include "HTMLFrameOwnerElement.h"
172 HTMLFrameOwnerElement* owner = static_cast<FrameView*>(m_scrollView.get())->frame()->ownerElement();
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.h 228 HTMLFrameOwnerElement*, const String& referrer,
  /external/webkit/Source/WebCore/inspector/
InspectorDOMAgent.cpp 63 #include "HTMLFrameOwnerElement.h"
378 const HTMLFrameOwnerElement* frameOwner = static_cast<const HTMLFrameOwnerElement*>(node);
    [all...]

Completed in 1026 milliseconds

1 2 3