Home
last modified time | relevance | path

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

123

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFrameOwnerElement.cpp56 HTMLFrameOwnerElement::UpdateSuspendScope::UpdateSuspendScope() in UpdateSuspendScope()
61 void HTMLFrameOwnerElement::UpdateSuspendScope::performDeferredWidgetTreeOperations() in performDeferredWidgetTreeOperations()
79 HTMLFrameOwnerElement::UpdateSuspendScope::~UpdateSuspendScope() in ~UpdateSuspendScope()
99 HTMLFrameOwnerElement::HTMLFrameOwnerElement(const QualifiedName& tagName, Document& document) in HTMLFrameOwnerElement() function in blink::HTMLFrameOwnerElement
107 RenderPart* HTMLFrameOwnerElement::renderPart() const in renderPart()
116 void HTMLFrameOwnerElement::setContentFrame(Frame& frame) in setContentFrame()
128 void HTMLFrameOwnerElement::clearContentFrame() in clearContentFrame()
139 void HTMLFrameOwnerElement::disconnectContentFrame() in disconnectContentFrame()
160 HTMLFrameOwnerElement::~HTMLFrameOwnerElement() in ~HTMLFrameOwnerElement()
172 Document* HTMLFrameOwnerElement::contentDocument() const in contentDocument()
[all …]
DHTMLFrameElementBase.cpp46 : HTMLFrameOwnerElement(tagName, document) in HTMLFrameElementBase()
108 HTMLFrameOwnerElement::parseAttribute(name, value); in parseAttribute()
132 HTMLFrameOwnerElement::parseAttribute(name, value); in parseAttribute()
143 HTMLFrameOwnerElement::insertedInto(insertionPoint); in insertedInto()
160 HTMLFrameOwnerElement::attach(context); in attach()
185 HTMLFrameOwnerElement::setFocus(received); in setFocus()
197 || HTMLFrameOwnerElement::isURLAttribute(attribute); in isURLAttribute()
202 return name == srcAttr || HTMLFrameOwnerElement::hasLegalLinkAttribute(name); in hasLegalLinkAttribute()
207 … return attribute.name() == srcdocAttr || HTMLFrameOwnerElement::isHTMLContentAttribute(attribute); in isHTMLContentAttribute()
218 HTMLFrameOwnerElement::defaultEventHandler(event); in defaultEventHandler()
DHTMLFrameOwnerElement.h39 class HTMLFrameOwnerElement : public HTMLElement, public FrameOwner {
40 WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(HTMLFrameOwnerElement);
42 virtual ~HTMLFrameOwnerElement();
83 HTMLFrameOwnerElement(const QualifiedName& tagName, Document&);
102 DEFINE_ELEMENT_TYPE_CASTS(HTMLFrameOwnerElement, isFrameOwnerElement());
118 static bool canLoadFrame(HTMLFrameOwnerElement& owner) in canLoadFrame()
135 DEFINE_TYPE_CASTS(HTMLFrameOwnerElement, FrameOwner, owner, owner->isLocal(), owner.isLocal());
DHTMLPlugInElement.cpp61 : HTMLFrameOwnerElement(tagName, doc) in HTMLPlugInElement()
90 HTMLFrameOwnerElement::trace(visitor); in trace()
108 HTMLFrameOwnerElement::removeAllEventListeners(); in removeAllEventListeners()
119 HTMLFrameOwnerElement::didMoveToNewDocument(oldDocument); in didMoveToNewDocument()
124 HTMLFrameOwnerElement::attach(context); in attach()
225 HTMLFrameOwnerElement::detach(context); in detach()
257 HTMLFrameOwnerElement::finishParsingChildren(); in finishParsingChildren()
305 return HTMLFrameOwnerElement::isPresentationAttribute(name); in isPresentationAttribute()
323 HTMLFrameOwnerElement::collectStyleForPresentationAttribute(name, value, style); in collectStyleForPresentationAttribute()
352 HTMLFrameOwnerElement::defaultEventHandler(event); in defaultEventHandler()
[all …]
DHTMLFrameElementBase.h32 class HTMLFrameElementBase : public HTMLFrameOwnerElement {
DHTMLPlugInElement.h44 class HTMLPlugInElement : public HTMLFrameOwnerElement {
DHTMLBodyElement.cpp168 HTMLFrameOwnerElement* ownerElement = document().ownerElement(); in didNotifySubtreeInsertionsToDocument()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DChildFrameDisconnector.h13 class HTMLFrameOwnerElement; variable
37 WillBeHeapVector<RefPtrWillBeMember<HTMLFrameOwnerElement>, 10> m_frameOwners;
DChildFrameDisconnector.cpp61 HTMLFrameOwnerElement* owner = m_frameOwners[i].get(); in disconnectCollectedFrameOwners()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrame.h42 class HTMLFrameOwnerElement; variable
75 HTMLFrameOwnerElement* deprecatedLocalOwner() const;
DRemoteFrame.cpp45 HTMLFrameOwnerElement* owner = deprecatedLocalOwner(); in createView()
DFrame.cpp215 HTMLFrameOwnerElement* Frame::deprecatedLocalOwner() const in deprecatedLocalOwner()
DLocalFrame.cpp182 HTMLFrameOwnerElement* owner = doc->ownerElement(); in inScope()
460 HTMLFrameOwnerElement* owner = deprecatedLocalOwner(); in createView()
465 if (HTMLFrameOwnerElement* owner = deprecatedLocalOwner()) in createView()
DFrameView.h45 class HTMLFrameOwnerElement; variable
150 IntRect windowClipRectForFrameOwner(const HTMLFrameOwnerElement*) const;
DFrameView.cpp175 HTMLFrameOwnerElement* ownerElement = m_frame->deprecatedLocalOwner(); in ~FrameView()
532 const HTMLFrameOwnerElement* owner = m_frame->deprecatedLocalOwner(); in calculateScrollbarModesForLayoutAndSetViewportRenderer()
2136 HTMLFrameOwnerElement* ownerElement = m_frame->deprecatedLocalOwner(); in windowClipRect()
2143 IntRect FrameView::windowClipRectForFrameOwner(const HTMLFrameOwnerElement* ownerElement) const in windowClipRectForFrameOwner()
2276 HTMLFrameOwnerElement* owner = m_frame->deprecatedLocalOwner(); in scrollingReasons()
/external/chromium_org/third_party/WebKit/Source/core/page/
DSpatialNavigation.h34 class HTMLFrameOwnerElement; variable
144 HTMLFrameOwnerElement* frameOwnerElement(FocusCandidate&);
DFocusController.h41 class HTMLFrameOwnerElement; variable
56 static FocusNavigationScope ownedByIFrame(HTMLFrameOwnerElement*);
DPageSerializer.cpp95 static const QualifiedName& frameOwnerURLAttributeName(const HTMLFrameOwnerElement& frameOwner) in frameOwnerURLAttributeName()
154 const HTMLFrameOwnerElement& frameOwner = toHTMLFrameOwnerElement(element); in appendCustomAttributes()
DFocusController.cpp123 FocusNavigationScope FocusNavigationScope::ownedByIFrame(HTMLFrameOwnerElement* frame) in ownedByIFrame()
346 HTMLFrameOwnerElement* owner = toHTMLFrameOwnerElement(node); in findFocusableNodeDecendingDownIntoFrameDocument()
446 HTMLFrameOwnerElement* owner = toHTMLFrameOwnerElement(element); in advanceFocusInDocumentOrder()
837 HTMLFrameOwnerElement* frameElement = frameOwnerElement(focusCandidate); in advanceFocusDirectionallyInContainer()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXScrollView.cpp213 HTMLFrameOwnerElement* owner = toFrameView(m_scrollView)->frame().deprecatedLocalOwner(); in parentObject()
225 HTMLFrameOwnerElement* owner = toFrameView(m_scrollView)->frame().deprecatedLocalOwner(); in parentObjectIfExists()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DFrameLoaderClient.h59 class HTMLFrameOwnerElement; variable
146 …e> createFrame(const KURL&, const AtomicString& name, const Referrer&, HTMLFrameOwnerElement*) = 0;
DEmptyClients.cpp125 …oaderClient::createFrame(const KURL&, const AtomicString&, const Referrer&, HTMLFrameOwnerElement*) in createFrame() argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DRenderLayerCompositor.cpp105 if (HTMLFrameOwnerElement* ownerElement = m_renderView.document().ownerElement()) { in setCompositingModeEnabled()
117 if (HTMLFrameOwnerElement* ownerElement = m_renderView.document().ownerElement()) in setCompositingModeEnabled()
618 HTMLFrameOwnerElement* element = toHTMLFrameOwnerElement(renderer->node()); in frameContentsCompositor()
1094 HTMLFrameOwnerElement* ownerElement = m_renderView.document().ownerElement(); in attachRootLayer()
1120 if (HTMLFrameOwnerElement* ownerElement = m_renderView.document().ownerElement()) in detachRootLayer()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderPart.cpp69 HTMLFrameOwnerElement* element = toHTMLFrameOwnerElement(node()); in requiresAcceleratedCompositing()
/external/chromium_org/third_party/WebKit/Source/web/
DFrameLoaderClientImpl.h119 …rame(const KURL&, const WTF::AtomicString& name, const Referrer&, HTMLFrameOwnerElement*) OVERRIDE;

123