Searched refs:isRelPositioned (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DLayoutState.cpp56 if (container->isRelPositioned() && container->isRenderInline())
63 if (renderer->isRelPositioned() && renderer->hasLayer())
H A DRenderBoxModelObject.h66 virtual bool requiresLayer() const { return isRoot() || isPositioned() || isRelPositioned() || isTransparent() || hasOverflowClip() || hasTransform() || hasMask() || hasReflection() || style()->specifiesColumns() || style()->hasFixedBackgroundImage(); }
68 virtual bool requiresLayer() const { return isRoot() || isPositioned() || isRelPositioned() || isTransparent() || hasOverflowClip() || hasTransform() || hasMask() || hasReflection() || style()->specifiesColumns(); }
H A DRenderInline.h122 virtual bool requiresLayer() const { return isRelPositioned() || isTransparent() || hasMask(); }
H A DRenderInline.cpp705 if (isRelPositioned())
1108 if (isRelPositioned())
1299 ASSERT(isRelPositioned());
1300 if (!isRelPositioned())
H A DRenderBox.cpp1285 if (isRelPositioned())
1305 if (style()->position() == AbsolutePosition && o->isRelPositioned() && o->isRenderInline())
1459 if (position == AbsolutePosition && o->isRelPositioned() && o->isRenderInline())
2156 ASSERT(containingBlock->isRenderInline() && containingBlock->isRelPositioned());
2196 ASSERT(containingBlock->isRenderInline() && containingBlock->isRelPositioned());
3439 if (isRelPositioned() || hasTransform) {
3448 if (isRelPositioned())
H A DRenderBoxModelObject.cpp440 if (isRelPositioned())
449 if (offsetPar->isBox() && offsetPar->isBody() && !offsetPar->isRelPositioned() && !offsetPar->isPositioned())
474 if (isRelPositioned())
483 if (offsetPar->isBox() && offsetPar->isBody() && !offsetPar->isRelPositioned() && !offsetPar->isPositioned())
H A DRenderLayer.cpp721 if (renderer()->isPositioned() && positionedParent->renderer()->isRelPositioned() && positionedParent->renderer()->isRenderInline()) {
739 if (renderer()->isRelPositioned()) {
812 return o->isRenderView() || o->isPositioned() || o->isRelPositioned() || layer->hasTransform();
3456 if (renderer()->isPositioned() || renderer()->isRelPositioned())
4057 && !renderer()->isRelPositioned()
H A DRenderFlexibleBox.cpp1026 if (isRelPositioned())
H A DRenderObject.h405 bool isRelPositioned() const { return m_relPositioned; } // relative positioning function in class:WebCore::RenderObject
H A DRenderObject.cpp2525 bool skipTables = isPositioned() || isRelPositioned();
2528 while (curr && (!curr->node() || (!curr->isPositioned() && !curr->isRelPositioned() && !curr->isBody()))) {
H A DRenderBlock.cpp2752 if (isBody() || isRoot() || hasOverflowClip() || isRelPositioned() ||
2973 if (curr->isRelPositioned() && curr->hasLayer()) {
6360 if (isRelPositioned())

Completed in 1503 milliseconds