Searched refs:frameOwner (Results 1 – 3 of 3) sorted by relevance
96 static const QualifiedName& frameOwnerURLAttributeName(const HTMLFrameOwnerElement& frameOwner) in frameOwnerURLAttributeName() argument99 return isHTMLObjectElement(frameOwner) ? HTMLNames::dataAttr : HTMLNames::srcAttr; in frameOwnerURLAttributeName()155 const HTMLFrameOwnerElement& frameOwner = toHTMLFrameOwnerElement(element); in appendCustomAttributes() local156 Frame* frame = frameOwner.contentFrame(); in appendCustomAttributes()167 …appendAttribute(out, element, Attribute(frameOwnerURLAttributeName(frameOwner), AtomicString(url.s… in appendCustomAttributes()
1520 HTMLFrameOwnerElement* frameOwner = toHTMLFrameOwnerElement(node); in buildObjectForNode() local1521 …LocalFrame* frame = (frameOwner->contentFrame() && frameOwner->contentFrame()->isLocalFrame()) ? t… in buildObjectForNode()1524 if (Document* doc = frameOwner->contentDocument()) in buildObjectForNode()1756 Element* frameOwner = frame->document()->ownerElement(); in invalidateFrameOwnerElement() local1757 if (!frameOwner) in invalidateFrameOwnerElement()1760 int frameOwnerId = m_documentNodeToIdMap->get(frameOwner); in invalidateFrameOwnerElement()1765 int parentId = m_documentNodeToIdMap->get(innerParentNode(frameOwner)); in invalidateFrameOwnerElement()1767 unbind(frameOwner, m_documentNodeToIdMap.get()); in invalidateFrameOwnerElement()1769 …RefPtr<TypeBuilder::DOM::Node> value = buildObjectForNode(frameOwner, 0, m_documentNodeToIdMap.get… in invalidateFrameOwnerElement()1770 Node* previousSibling = innerPreviousSibling(frameOwner); in invalidateFrameOwnerElement()
340 if (FrameOwner* frameOwner = frame->owner()) in didFailContentSecurityPolicyCheck() local341 frameOwner->dispatchLoad(); in didFailContentSecurityPolicyCheck()1478 if (FrameOwner* frameOwner = m_frame->owner()) in effectiveSandboxFlags() local1479 flags |= frameOwner->sandboxFlags(); in effectiveSandboxFlags()