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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxRegionInfo.h38 RenderBoxRegionInfo(LayoutUnit logicalLeft, LayoutUnit logicalWidth, bool isShifted) argument
41 , m_isShifted(isShifted)
49 bool isShifted() const { return m_isShifted; } function in class:WebCore::RenderBoxRegionInfo
H A DRenderBox.cpp127 while (currentBoxInfo && currentBoxInfo->isShifted()) {
2468 bool isShifted = (containingBlockInfo && containingBlockInfo->isShifted()) local
2474 return region->setRenderBoxRegionInfo(this, logicalLeftOffset, logicalWidthInRegion, isShifted);
2475 return new RenderBoxRegionInfo(logicalLeftOffset, logicalWidthInRegion, isShifted);
/external/chromium_org/third_party/icu/source/i18n/
H A Ducoleitr.cpp208 UBool isShifted; member in struct:UCollationPCE
233 isShifted = FALSE;
275 || (elems->pce->isShifted && primary == 0)) {
286 elems->pce->isShifted = TRUE;
292 elems->pce->isShifted = FALSE;
/external/icu4c/i18n/
H A Ducoleitr.cpp208 UBool isShifted; member in struct:UCollationPCE
233 isShifted = FALSE;
275 || (elems->pce->isShifted && primary == 0)) {
286 elems->pce->isShifted = TRUE;
292 elems->pce->isShifted = FALSE;

Completed in 141 milliseconds