Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFrameOwnerElement.cpp38 HTMLFrameOwnerElement::HTMLFrameOwnerElement(const QualifiedName& tagName, Document& document) in HTMLFrameOwnerElement() function in WebCore::HTMLFrameOwnerElement
45 RenderPart* HTMLFrameOwnerElement::renderPart() const in renderPart()
54 void HTMLFrameOwnerElement::setContentFrame(Frame& frame) in setContentFrame()
66 void HTMLFrameOwnerElement::clearContentFrame() in clearContentFrame()
77 void HTMLFrameOwnerElement::disconnectContentFrame() in disconnectContentFrame()
90 HTMLFrameOwnerElement::~HTMLFrameOwnerElement() in ~HTMLFrameOwnerElement()
96 Document* HTMLFrameOwnerElement::contentDocument() const in contentDocument()
101 DOMWindow* HTMLFrameOwnerElement::contentWindow() const in contentWindow()
106 void HTMLFrameOwnerElement::setSandboxFlags(SandboxFlags flags) in setSandboxFlags()
111 bool HTMLFrameOwnerElement::isKeyboardFocusable() const in isKeyboardFocusable()
[all …]
DHTMLFrameElementBase.cpp46 : HTMLFrameOwnerElement(tagName, document) in HTMLFrameElementBase()
108 HTMLFrameOwnerElement::parseAttribute(name, value); in parseAttribute()
134 HTMLFrameOwnerElement::parseAttribute(name, value); in parseAttribute()
147 HTMLFrameOwnerElement::insertedInto(insertionPoint); in insertedInto()
164 HTMLFrameOwnerElement::attach(context); in attach()
194 HTMLFrameOwnerElement::setFocus(received); in setFocus()
206 || HTMLFrameOwnerElement::isURLAttribute(attribute); in isURLAttribute()
211 … return attribute.name() == srcdocAttr || HTMLFrameOwnerElement::isHTMLContentAttribute(attribute); in isHTMLContentAttribute()
DHTMLFrameOwnerElement.h35 class HTMLFrameOwnerElement : public HTMLElement {
37 virtual ~HTMLFrameOwnerElement();
67 HTMLFrameOwnerElement(const QualifiedName& tagName, Document&);
80 DEFINE_NODE_TYPE_CASTS(HTMLFrameOwnerElement, isFrameOwnerElement());
95 static bool canLoadFrame(HTMLFrameOwnerElement& owner) in canLoadFrame()
DHTMLPlugInElement.cpp58 : HTMLFrameOwnerElement(tagName, doc) in HTMLPlugInElement()
100 HTMLFrameOwnerElement::removeAllEventListeners(); in removeAllEventListeners()
111 HTMLFrameOwnerElement::didMoveToNewDocument(oldDocument); in didMoveToNewDocument()
116 HTMLFrameOwnerElement::attach(context); in attach()
168 HTMLFrameOwnerElement::detach(context); in detach()
197 HTMLFrameOwnerElement::finishParsingChildren(); in finishParsingChildren()
235 bool beforeLoadAllowedLoad = HTMLFrameOwnerElement::dispatchBeforeLoadEvent(sourceURL); in dispatchBeforeLoadEvent()
258 return HTMLFrameOwnerElement::isPresentationAttribute(name); in isPresentationAttribute()
276 HTMLFrameOwnerElement::collectStyleForPresentationAttribute(name, value, style); in collectStyleForPresentationAttribute()
307 HTMLFrameOwnerElement::defaultEventHandler(event); in defaultEventHandler()
[all …]
DHTMLFrameElementBase.h32 class HTMLFrameElementBase : public HTMLFrameOwnerElement {
DHTMLPlugInElement.h43 class HTMLPlugInElement : public HTMLFrameOwnerElement {
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrame.h60 class HTMLFrameOwnerElement; variable
92 void setOwnerElement(HTMLFrameOwnerElement* ownerElement) { m_ownerElement = ownerElement; } in setOwnerElement()
93 HTMLFrameOwnerElement* ownerElement() const { return m_ownerElement; } in ownerElement()
108 HTMLFrameOwnerElement* m_ownerElement;
131 HTMLFrameOwnerElement* ownerElement() const;
305 inline HTMLFrameOwnerElement* Frame::ownerElement() const in ownerElement()
DFrame.cpp81 static inline Frame* parentFromOwnerElement(HTMLFrameOwnerElement* ownerElement) in parentFromOwnerElement()
170 HTMLFrameOwnerElement* owner = doc->ownerElement(); in inScope()
487 if (HTMLFrameOwnerElement* owner = ownerElement()) in createView()
DFrameView.h155 … IntRect windowClipRectForFrameOwner(const HTMLFrameOwnerElement*, bool clipToLayerContents) const;
DFrameView.cpp661 const HTMLFrameOwnerElement* owner = m_frame->ownerElement(); in calculateScrollbarModesForLayout()
2515 HTMLFrameOwnerElement* ownerElement = m_frame->ownerElement(); in windowClipRect()
2522 IntRect FrameView::windowClipRectForFrameOwner(const HTMLFrameOwnerElement* ownerElement, bool clip… in windowClipRectForFrameOwner()
2643 HTMLFrameOwnerElement* owner = m_frame->ownerElement(); in isScrollable()
/external/chromium_org/third_party/WebKit/Source/core/page/
DFocusController.h41 class HTMLFrameOwnerElement; variable
57 static FocusNavigationScope ownedByIFrame(HTMLFrameOwnerElement*);
DSpatialNavigation.h149 HTMLFrameOwnerElement* frameOwnerElement(FocusCandidate&);
DFocusController.cpp116 FocusNavigationScope FocusNavigationScope::ownedByIFrame(HTMLFrameOwnerElement* frame) in ownedByIFrame()
288 HTMLFrameOwnerElement* owner = toHTMLFrameOwnerElement(node); in findFocusableNodeDecendingDownIntoFrameDocument()
379 HTMLFrameOwnerElement* owner = toHTMLFrameOwnerElement(element); in advanceFocusInDocumentOrder()
819 if (HTMLFrameOwnerElement* frameElement = frameOwnerElement(focusCandidate)) { in advanceFocusDirectionallyInContainer()
DPageSerializer.cpp96 static const QualifiedName& frameOwnerURLAttributeName(const HTMLFrameOwnerElement& frameOwner) in frameOwnerURLAttributeName()
155 HTMLFrameOwnerElement* frameOwner = toHTMLFrameOwnerElement(element); in appendCustomAttributes()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXScrollView.cpp212 HTMLFrameOwnerElement* owner = toFrameView(m_scrollView)->frame().ownerElement(); in parentObject()
224 HTMLFrameOwnerElement* owner = toFrameView(m_scrollView)->frame().ownerElement(); in parentObjectIfExists()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DFrameLoaderClient.h68 class HTMLFrameOwnerElement; variable
170 …> createFrame(const KURL&, const String& name, const String& referrer, HTMLFrameOwnerElement*) = 0;
DEmptyClients.cpp121 …tyFrameLoaderClient::createFrame(const KURL&, const String&, const String&, HTMLFrameOwnerElement*) in createFrame() argument
DEmptyClients.h240 …Ptr<Frame> createFrame(const KURL&, const String&, const String&, HTMLFrameOwnerElement*) OVERRIDE;
DFrameLoader.cpp1428 HTMLFrameOwnerElement* ownerElement = m_frame->ownerElement(); in shouldTreatURLAsSrcdocDocument()
1523 if (HTMLFrameOwnerElement* ownerElement = m_frame->ownerElement()) in effectiveSandboxFlags()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DContainerNodeAlgorithms.h280 Vector<RefPtr<HTMLFrameOwnerElement>, 10> m_frameOwners;
311 HTMLFrameOwnerElement* owner = m_frameOwners[i].get();
DFullscreenElementStack.cpp47 …me& attribute, const WebCore::QualifiedName& prefixedAttribute, const HTMLFrameOwnerElement* owner) in isAttributeOnAllOwners()
DDocument.h112 class HTMLFrameOwnerElement; variable
716 HTMLFrameOwnerElement* ownerElement() const;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderPart.cpp88 HTMLFrameOwnerElement* element = toHTMLFrameOwnerElement(node()); in requiresAcceleratedCompositing()
/external/chromium_org/third_party/WebKit/Source/web/
DFrameLoaderClientImpl.h116 …ore::KURL&, const WTF::String& name, const WTF::String& referrer, WebCore::HTMLFrameOwnerElement*);
DWebFrameImpl.h251 const WebCore::FrameLoadRequest&, WebCore::HTMLFrameOwnerElement*);

12