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

/external/webkit/Source/WebCore/rendering/
H A DRenderMarquee.cpp223 if (m_layer->renderer()->isHTMLMarquee()) {
H A DRenderObject.h311 bool isHTMLMarquee() const;
H A DRenderBox.cpp1710 if (isFloating() || (isInlineBlockOrInlineTable() && !isHTMLMarquee()))
3259 if ((isInline() && !isHTMLMarquee()) || !avoidsFloats() || isFloating())
H A DRenderObject.cpp274 bool RenderObject::isHTMLMarquee() const function in class:WebCore::RenderObject

Completed in 70 milliseconds