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 426 OwnPtr<RenderBoxRegionInfo>& boxInfo = m_renderBoxRegionInfo.add(box, nullptr).iterator->value;
427 if (boxInfo)
428 *boxInfo = RenderBoxRegionInfo(logicalLeftInset, logicalRightInset, containingBlockChainIsInset);
430 boxInfo = adoptPtr(new RenderBoxRegionInfo(logicalLeftInset, logicalRightInset, containingBlockChainIsInset));
432 return boxInfo.get();
RenderBox.cpp 116 RenderBoxRegionInfo* boxInfo = renderBoxRegionInfo(region, cacheFlag);
117 if (!boxInfo)
121 LayoutUnit logicalWidth = boxInfo->logicalWidth();
122 LayoutUnit logicalLeft = boxInfo->logicalLeft();
139 delete boxInfo;
    [all...]

Completed in 25 milliseconds