Home
last modified time | relevance | path

Searched refs:frameOwner (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DPageSerializer.cpp96 static const QualifiedName& frameOwnerURLAttributeName(const HTMLFrameOwnerElement& frameOwner) in frameOwnerURLAttributeName() argument
99 return isHTMLObjectElement(frameOwner) ? HTMLNames::dataAttr : HTMLNames::srcAttr; in frameOwnerURLAttributeName()
155 const HTMLFrameOwnerElement& frameOwner = toHTMLFrameOwnerElement(element); in appendCustomAttributes() local
156 Frame* frame = frameOwner.contentFrame(); in appendCustomAttributes()
167 …appendAttribute(out, element, Attribute(frameOwnerURLAttributeName(frameOwner), AtomicString(url.s… in appendCustomAttributes()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDOMAgent.cpp1520 HTMLFrameOwnerElement* frameOwner = toHTMLFrameOwnerElement(node); in buildObjectForNode() local
1521 …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() local
1757 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()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DFrameLoader.cpp340 if (FrameOwner* frameOwner = frame->owner()) in didFailContentSecurityPolicyCheck() local
341 frameOwner->dispatchLoad(); in didFailContentSecurityPolicyCheck()
1478 if (FrameOwner* frameOwner = m_frame->owner()) in effectiveSandboxFlags() local
1479 flags |= frameOwner->sandboxFlags(); in effectiveSandboxFlags()