Home
last modified time | relevance | path

Searched refs:hasViewportConstrainedPosition (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerModelObject.cpp80 if (style()->hasViewportConstrainedPosition()) in willBeDestroyed()
173 bool newStyleIsViewportConstained = style()->hasViewportConstrainedPosition(); in styleDidChange()
174 bool oldStyleIsViewportConstrained = oldStyle && oldStyle->hasViewportConstrainedPosition(); in styleDidChange()
DRenderLayer.cpp490 if (renderer()->style()->hasViewportConstrainedPosition()) in updateLayerPositionsAfterScroll()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp1449 if (!renderer->style()->hasViewportConstrainedPosition()) in scrollContentsFastPath()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h457 …bool hasViewportConstrainedPosition() const { return position() == FixedPosition || position() == … in hasViewportConstrainedPosition() function