Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxRegionInfo.h38 RenderBoxRegionInfo(LayoutUnit logicalLeft, LayoutUnit logicalWidth, bool isShifted) in RenderBoxRegionInfo() argument
41 , m_isShifted(isShifted) in RenderBoxRegionInfo()
49 bool isShifted() const { return m_isShifted; } in isShifted() function
DRenderBox.cpp128 while (currentBoxInfo && currentBoxInfo->isShifted()) { in borderBoxRectInRegion()
2630 bool isShifted = (containingBlockInfo && containingBlockInfo->isShifted()) in renderBoxRegionInfo() local
2636 … return region->setRenderBoxRegionInfo(this, logicalLeftOffset, logicalWidthInRegion, isShifted); in renderBoxRegionInfo()
2637 return new RenderBoxRegionInfo(logicalLeftOffset, logicalWidthInRegion, isShifted); in renderBoxRegionInfo()
/external/icu4c/i18n/
Ducoleitr.cpp208 UBool isShifted; member
233 isShifted = FALSE; in init()
275 || (elems->pce->isShifted && primary == 0)) { in processCE()
286 elems->pce->isShifted = TRUE; in processCE()
292 elems->pce->isShifted = FALSE; in processCE()
/external/chromium_org/third_party/icu/source/i18n/
Ducoleitr.cpp208 UBool isShifted; member
233 isShifted = FALSE; in init()
275 || (elems->pce->isShifted && primary == 0)) { in processCE()
286 elems->pce->isShifted = TRUE; in processCE()
292 elems->pce->isShifted = FALSE; in processCE()