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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRegion.cpp 416 OwnPtr<RenderBoxRegionInfo>& boxInfo = m_renderBoxRegionInfo.add(box, nullptr).iterator->value;
417 if (boxInfo)
418 *boxInfo = RenderBoxRegionInfo(logicalLeftInset, logicalRightInset, containingBlockChainIsInset);
420 boxInfo = adoptPtr(new RenderBoxRegionInfo(logicalLeftInset, logicalRightInset, containingBlockChainIsInset));
422 return boxInfo.get();
RenderBox.cpp 114 RenderBoxRegionInfo* boxInfo = renderBoxRegionInfo(region, offsetFromTopOfFirstPage, cacheFlag);
115 if (!boxInfo)
119 LayoutUnit logicalWidth = boxInfo->logicalWidth();
120 LayoutUnit logicalLeft = boxInfo->logicalLeft();
139 delete boxInfo;
    [all...]

Completed in 38 milliseconds