Home
last modified time | relevance | path

Searched refs:HTMLFrameOwnerElement (Results 1 – 25 of 86) sorted by relevance

1234

/external/webkit/Source/WebCore/html/
DHTMLFrameOwnerElement.cpp36 HTMLFrameOwnerElement::HTMLFrameOwnerElement(const QualifiedName& tagName, Document* document) in HTMLFrameOwnerElement() function in WebCore::HTMLFrameOwnerElement
43 RenderPart* HTMLFrameOwnerElement::renderPart() const in renderPart()
52 void HTMLFrameOwnerElement::willRemove() in willRemove()
65 HTMLFrameOwnerElement::~HTMLFrameOwnerElement() in ~HTMLFrameOwnerElement()
71 Document* HTMLFrameOwnerElement::contentDocument() const in contentDocument()
76 DOMWindow* HTMLFrameOwnerElement::contentWindow() const in contentWindow()
81 void HTMLFrameOwnerElement::setSandboxFlags(SandboxFlags flags) in setSandboxFlags()
92 bool HTMLFrameOwnerElement::isKeyboardFocusable(KeyboardEvent* event) const in isKeyboardFocusable()
98 SVGDocument* HTMLFrameOwnerElement::getSVGDocument(ExceptionCode& ec) const in getSVGDocument()
DHTMLFrameElementBase.cpp51 : HTMLFrameOwnerElement(tagName, document) in HTMLFrameElementBase()
116 HTMLFrameOwnerElement::parseMappedAttribute(attr); in parseMappedAttribute()
148 HTMLFrameOwnerElement::parseMappedAttribute(attr); in parseMappedAttribute()
169 HTMLFrameOwnerElement::insertedIntoDocument(); in insertedIntoDocument()
195 HTMLFrameOwnerElement::attach(); in attach()
227 HTMLFrameOwnerElement::setFocus(received); in setFocus()
283 HTMLFrameOwnerElement::willRemove(); in willRemove()
DHTMLFrameOwnerElement.h37 class HTMLFrameOwnerElement : public HTMLElement {
39 virtual ~HTMLFrameOwnerElement();
59 HTMLFrameOwnerElement(const QualifiedName& tagName, Document*);
DHTMLPlugInElement.cpp51 : HTMLFrameOwnerElement(tagName, doc) in HTMLPlugInElement()
82 HTMLFrameOwnerElement::detach(); in detach()
132 return HTMLFrameOwnerElement::mapToEntry(attrName, result); in mapToEntry()
150 HTMLFrameOwnerElement::parseMappedAttribute(attr); in parseMappedAttribute()
DHTMLPlugInElement.h39 class HTMLPlugInElement : public HTMLFrameOwnerElement {
DHTMLFrameElementBase.h32 class HTMLFrameElementBase : public HTMLFrameOwnerElement {
/external/webkit/Source/WebCore/loader/
DSubframeLoader.h47 class HTMLFrameOwnerElement; variable
64 …bool requestFrame(HTMLFrameOwnerElement*, const String& url, const AtomicString& frameName, bool l…
84 …Frame* loadOrRedirectSubframe(HTMLFrameOwnerElement*, const KURL&, const AtomicString& frameName, …
85 …Frame* loadSubframe(HTMLFrameOwnerElement*, const KURL&, const String& name, const String& referre…
DSubframeLoader.cpp71 bool SubframeLoader::requestFrame(HTMLFrameOwnerElement* ownerElement, const String& urlString, con… in requestFrame()
226 Frame* SubframeLoader::loadOrRedirectSubframe(HTMLFrameOwnerElement* ownerElement, const KURL& url,… in loadOrRedirectSubframe()
236 Frame* SubframeLoader::loadSubframe(HTMLFrameOwnerElement* ownerElement, const KURL& url, const Str… in loadSubframe()
DFrameLoaderClient.h68 class HTMLFrameOwnerElement; variable
247 …assRefPtr<Frame> createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElem…
/external/webkit/Source/WebCore/page/
DFrame.h84 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 in ownerElement()
DFocusController.cpp153 HTMLFrameOwnerElement* owner = static_cast<HTMLFrameOwnerElement*>(node); in deepFocusableNode()
229 HTMLFrameOwnerElement* owner = frame->ownerElement(); in advanceFocusInDocumentOrder()
276 HTMLFrameOwnerElement* owner = static_cast<HTMLFrameOwnerElement*>(node); in advanceFocusInDocumentOrder()
539 if (HTMLFrameOwnerElement* frameElement = frameOwnerElement(focusCandidate)) { in advanceFocusDirectionallyInContainer()
DFrame.cpp130 static inline Frame* parentFromOwnerElement(HTMLFrameOwnerElement* ownerElement) in parentFromOwnerElement()
153 inline Frame::Frame(Page* page, HTMLFrameOwnerElement* ownerElement, FrameLoaderClient* frameLoader… in Frame()
213 PassRefPtr<Frame> Frame::create(Page* page, HTMLFrameOwnerElement* ownerElement, FrameLoaderClient*… in create()
630 HTMLFrameOwnerElement* ownerElement = m_ownerElement; in ownerRenderer()
882 if (HTMLFrameOwnerElement* owner = ownerElement()) in createView()
DSpatialNavigation.h151 HTMLFrameOwnerElement* frameOwnerElement(FocusCandidate&);
/external/webkit/Source/WebCore/rendering/
DRenderPart.cpp90 HTMLFrameOwnerElement* element = static_cast<HTMLFrameOwnerElement*>(node()); in requiresAcceleratedCompositing()
DRenderLayerCompositor.cpp1074 HTMLFrameOwnerElement* element = static_cast<HTMLFrameOwnerElement*>(renderer->node());
1321 HTMLFrameOwnerElement* ownerElement = enclosingFrameElement();
1352 HTMLFrameOwnerElement* RenderLayerCompositor::enclosingFrameElement() const
1354 if (HTMLFrameOwnerElement* ownerElement = m_renderView->document()->ownerElement())
1862 if (HTMLFrameOwnerElement* ownerElement = m_renderView->document()->ownerElement())
1926 if (HTMLFrameOwnerElement* ownerElement = m_renderView->document()->ownerElement())
DRenderLayerCompositor.h167 HTMLFrameOwnerElement* enclosingFrameElement() const;
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebFrame.h42 class HTMLFrameOwnerElement; variable
58 …efPtr<WebFrame> createSubframe(WebPage*, const String& frameName, WebCore::HTMLFrameOwnerElement*);
137 void init(WebPage*, const String& frameName, WebCore::HTMLFrameOwnerElement*);
/external/webkit/Source/WebKit/qt/Api/
Dqwebframe_p.h47 class HTMLFrameOwnerElement; variable
56 WebCore::HTMLFrameOwnerElement* = 0,
61 WebCore::HTMLFrameOwnerElement* ownerElement;
/external/webkit/Source/WebKit/wince/
DWebView.h40 class HTMLFrameOwnerElement; variable
71 …e> createFrame(const WebCore::KURL&, const WTF::String&, WebCore::HTMLFrameOwnerElement*, const WT…
/external/webkit/Source/WebKit/wx/
DWebFramePrivate.h52 WebCore::HTMLFrameOwnerElement* ownerElement;
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebFrameLoaderClient.h119 …Frame(const WebCore::KURL& url, const WTF::String& name, WebCore::HTMLFrameOwnerElement* ownerElem…
135 …eateFrame(const WebCore::KURL&, const WTF::String& name, WebCore::HTMLFrameOwnerElement*, const WT…
/external/webkit/Source/WebKit/mac/WebView/
DWebFrameInternal.h58 class HTMLFrameOwnerElement; variable
96 + (PassRefPtr<WebCore::Frame>)_createSubframeWithOwnerElement:(WebCore::HTMLFrameOwnerElement*)owne…
/external/webkit/Source/WebCore/accessibility/
DAccessibilityScrollView.cpp172HTMLFrameOwnerElement* owner = static_cast<FrameView*>(m_scrollView.get())->frame()->ownerElement(… in parentObject()
/external/webkit/Source/WebCore/inspector/
DInspectorDOMAgent.cpp378 const HTMLFrameOwnerElement* frameOwner = static_cast<const HTMLFrameOwnerElement*>(node); in unbind()
1051 HTMLFrameOwnerElement* frameOwner = static_cast<HTMLFrameOwnerElement*>(node); in buildObjectForNode()
1131 HTMLFrameOwnerElement* frameOwner = static_cast<HTMLFrameOwnerElement*>(node); in innerFirstChild()
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.cpp690 HTMLFrameOwnerElement* frameElement = in findChildByExpression()
691 static_cast<HTMLFrameOwnerElement*>(node); in findChildByExpression()
1941 const FrameLoadRequest& request, HTMLFrameOwnerElement* ownerElement) in createChildFrame()
2045 if (HTMLFrameOwnerElement* owner = m_frame->ownerElement()) in createFrameView()
2068 HTMLFrameOwnerElement* frameElement = in fromFrameOwnerElement()
2069 static_cast<HTMLFrameOwnerElement*>(element); in fromFrameOwnerElement()

1234