Home
last modified time | relevance | path

Searched refs:seamlessParentIFrame (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentStyleSheetCollection.cpp142 HTMLIFrameElement* seamlessParentIFrame = document->seamlessParentIFrame(); in collectActiveCSSStyleSheetsFromSeamlessParents() local
143 if (!seamlessParentIFrame) in collectActiveCSSStyleSheetsFromSeamlessParents()
145 …collection.appendActiveStyleSheets(seamlessParentIFrame->document().styleEngine()->activeAuthorSty… in collectActiveCSSStyleSheetsFromSeamlessParents()
DDocument.h718 HTMLIFrameElement* seamlessParentIFrame() const;
DDocument.cpp3213 ASSERT(childDocument->seamlessParentIFrame()->document() == this); in notifySeamlessChildDocumentsOfStylesheetUpdate()
4873 HTMLIFrameElement* Document::seamlessParentIFrame() const in seamlessParentIFrame() function in WebCore::Document
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderView.cpp197 Element* ownerElement = doc.seamlessParentIFrame(); in enclosingSeamlessRenderer()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp596 RenderStyle* iframeStyle = document.seamlessParentIFrame()->renderStyle(); in styleForDocument()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp1668 || document.seamlessParentIFrame(); in getPropertyCSSValue()