Searched refs:shouldDisplaySeamlessly (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLIFrameElement.h35 bool shouldDisplaySeamlessly() const;
H A DHTMLIFrameElement.cpp125 bool HTMLIFrameElement::shouldDisplaySeamlessly() const function in class:WebCore::HTMLIFrameElement
132 if (!shouldDisplaySeamlessly())
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderIFrame.cpp81 return node() && node()->hasTagName(iframeTag) && toHTMLIFrameElement(node())->shouldDisplaySeamlessly();
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleAdjuster.cpp363 if (e && e->hasTagName(iframeTag) && style->display() == INLINE && toHTMLIFrameElement(e)->shouldDisplaySeamlessly())

Completed in 116 milliseconds