Home
last modified time | relevance | path

Searched refs:allFixed (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DRange.cpp1538 bool allFixed = true; in textRects() local
1551 allFixed &= isFixed; in textRects()
1556 …*inFixed = allFixed ? EntirelyFixedPosition : (someFixed ? PartiallyFixedPosition : NotFixedPositi… in textRects()
1570 bool allFixed = true; in textQuads() local
1583 allFixed &= isFixed; in textQuads()
1588 …*inFixed = allFixed ? EntirelyFixedPosition : (someFixed ? PartiallyFixedPosition : NotFixedPositi… in textQuads()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp1013 bool allFixed = true; in allLayersAreFixed() local
1016 allFixed &= (currLayer->image() && currLayer->attachment() == FixedBackgroundAttachment); in allLayersAreFixed()
1018 return layer && allFixed; in allLayersAreFixed()