HomeSort by relevance Sort by last modified time
    Searched refs:isPositioned (Results 1 - 21 of 21) sorted by null

  /external/webkit/WebCore/rendering/
LayoutState.cpp 44 bool fixed = renderer->isPositioned() && renderer->style()->position() == FixedPosition;
55 } else if (renderer->isPositioned() && !fixed) {
RenderFlexibleBox.cpp 125 if (child->isPositioned() || child->style()->visibility() == COLLAPSE)
149 if (child->isPositioned() || child->style()->visibility() == COLLAPSE)
314 if (!child->isPositioned() && child->style()->boxFlex() > 0.0f) {
372 if (child->isPositioned()) {
422 if (child->isPositioned()) {
585 if (child->isPositioned()) {
600 if (child->isPositioned()) {
626 if (child->isPositioned()) {
669 if (!child->isPositioned()) {
693 if (child->isPositioned() || !child->style()->height().isAuto() || !child->isBlockFlow()
    [all...]
InlineIterator.h 82 if (!oldEndOfInline && !current->isFloating() && !current->isReplaced() && !current->isPositioned() && !current->isText()) {
134 if (next->isText() || next->isFloating() || next->isReplaced() || next->isPositioned()
174 if (o && !o->isText() && !o->isReplaced() && !o->isFloating() && !o->isPositioned())
RenderBoxModelObject.h 62 virtual bool requiresLayer() const { return isRoot() || isPositioned() || isRelPositioned() || isTransparent() || hasOverflowClip() || hasTransform() || hasMask() || hasReflection(); }
RenderTableCell.h 122 virtual bool requiresLayer() const { return isPositioned() || isTransparent() || hasOverflowClip() || hasTransform() || hasMask() || hasReflection(); }
RenderBox.cpp 128 if (isPositioned()) {
156 if (isFloating() && !isPositioned() && (newStyle->position() == AbsolutePosition || newStyle->position() == FixedPosition))
203 setFloating(!isPositioned() && style()->isFloating());
    [all...]
RenderBlockLineLayout.cpp 141 (obj->isPositioned() && !obj->style()->hasStaticX() && !obj->style()->hasStaticY() && !obj->container()->isRenderInline()))
339 if (!r->m_box || r->m_object->isPositioned() || r->m_box->isLineBreak())
501 if (r->m_object->isPositioned())
578 bool positioned = isPositioned();
598 if (o->isReplaced() || o->isFloating() || o->isPositioned()) {
608 if (o->isPositioned())
669 if (obj->isFloating() || obj->isPositioned()) {
    [all...]
InlineFlowBox.cpp 304 if (curr->renderer()->isPositioned()) {
357 if (curr->renderer()->isPositioned())
406 if (curr->renderer()->isPositioned())
476 if (curr->renderer()->isPositioned())
553 if (curr->renderer()->isPositioned())
    [all...]
RenderListItem.cpp 169 if (currChild->isFloating() || currChild->isPositioned())
RenderTable.cpp 109 bool wrapInAnonymousSection = !child->isPositioned();
212 if (isPositioned())
384 if (!isPositioned())
437 if (isPositioned())
    [all...]
RenderObject.h 374 bool isPositioned() const { return m_positioned; } // absolute or fixed positioning
399 bool hasClip() const { return isPositioned() && style()->hasClip(); }
648 bool isFloatingOrPositioned() const { return (isFloating() || isPositioned()); }
    [all...]
RenderBoxModelObject.cpp 355 if (!isPositioned()) {
365 if (offsetPar->isBox() && offsetPar->isBody() && !offsetPar->isRelPositioned() && !offsetPar->isPositioned())
389 if (!isPositioned()) {
399 if (offsetPar->isBox() && offsetPar->isBody() && !offsetPar->isRelPositioned() && !offsetPar->isPositioned())
    [all...]
RenderObjectChildList.cpp 104 if (oldChild->isPositioned() && owner->childrenInline())
AutoTableLayout.cpp 218 if ((tw.isAuto() || tw.isPercent()) && !table->isPositioned()) {
221 cb->style()->width().isAuto() && !cb->isPositioned())
RenderLayer.cpp 540 if (!renderer()->isPositioned() && renderer()->parent()) {
570 if (renderer()->isPositioned() && enclosingPositionedAncestor()) {
576 if (renderer()->isPositioned() && positionedParent->renderer()->isRelPositioned() && positionedParent->renderer()->isRenderInline()) {
668 return o->isRenderView() || o->isPositioned() || o->isRelPositioned() || layer->hasTransform();
    [all...]
RenderImage.cpp 587 if (RenderObject* cb = isPositioned() ? container() : containingBlock()) {
RenderLayer.h 325 bool isFixed() const { return renderer()->isPositioned() && renderer()->style()->position() == FixedPosition; }
RenderObject.cpp     [all...]
RenderBlock.cpp 97 m_canCollapseWithChildren = !block->isRenderView() && !block->isRoot() && !block->isPositioned() &&
    [all...]
  /external/webkit/WebCore/editing/
DeleteButtonController.cpp 106 if (renderer->isPositioned())
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 231 if (view->isPositioned() && view->style()->position() == FixedPosition) {

Completed in 882 milliseconds