Home
last modified time | relevance | path

Searched refs:StaticPosition (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/plugins/
DIFrameShimSupport.cpp85 if (ro2->style()->position() == StaticPosition) { in iframeIsAbovePlugin()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyleConstants.h90 StaticPosition, RelativePosition, AbsolutePosition, FixedPosition enumerator
DRenderStyle.cpp520 if (position() != StaticPosition) { in diff()
DRenderStyle.h1238 static EPosition initialPosition() { return StaticPosition; } in initialPosition()
/external/webkit/Source/WebCore/editing/
DDeleteButtonController.cpp290 if (m_target->renderer()->style()->position() == StaticPosition) { in show()
Dhtmlediting.cpp426 if (renderer->style()->position() != StaticPosition) in isSpecialElement()
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h1517 case StaticPosition: in CSSPrimitiveValue()
1536 return StaticPosition; in EPosition()
1545 return StaticPosition; in EPosition()
DCSSStyleSelector.cpp1826 style->setPosition(StaticPosition); in adjustRenderStyle()
1869 style->setPosition(StaticPosition); in adjustRenderStyle()
1886 if (style->position() == StaticPosition) in adjustRenderStyle()
/external/webkit/Source/WebCore/rendering/
DRenderObject.cpp629 …while (o && (o->style()->position() == StaticPosition || (o->isInline() && !o->isReplaced())) && !… in containingBlock()
2052 …while (o && o->style()->position() == StaticPosition && !o->isRenderView() && !(o->hasTransform() … in container()
DRenderBlock.cpp210 if (newStyle->position() == StaticPosition) in styleWillChange()
214 else if (style()->position() == StaticPosition) { in styleWillChange()
218 …while (cb && (cb->style()->position() == StaticPosition || (cb->isInline() && !cb->isReplaced())) … in styleWillChange()
5330 pseudoStyle->setPosition(StaticPosition); in styleForFirstLetter()
DRenderBox.cpp274 if (style()->position() == StaticPosition) in styleWillChange()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1020260 - renamed STATIC, FIXED, RELATIVE, ABSOLUTE to StaticPosition, FixedPosition, etc