Searched refs:m_block (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | LineWidth.cpp | 39 : m_block(block) in LineWidth() 56 LayoutUnit height = m_block.logicalHeight(); in updateAvailableWidth() 57 …LayoutUnit logicalHeight = m_block.minLineHeightForReplacedRenderer(m_isFirstLine, replacedHeight); in updateAvailableWidth() 58 m_left = m_block.logicalLeftOffsetForLine(height, shouldIndentText(), logicalHeight); in updateAvailableWidth() 59 m_right = m_block.logicalRightOffsetForLine(height, shouldIndentText(), logicalHeight); in updateAvailableWidth() 71 LayoutUnit height = m_block.logicalHeight(); in shrinkAvailableWidthForNewFloatIfNeeded() 72 …if (height < m_block.logicalTopForFloat(newFloat) || height >= m_block.logicalBottomForFloat(newFl… in shrinkAvailableWidthForNewFloatIfNeeded() 81 const FloatingObjectSet& floatingObjectSet = m_block.m_floatingObjects->set(); in shrinkAvailableWidthForNewFloatIfNeeded() 84 …LayoutUnit lineHeight = m_block.lineHeight(m_isFirstLine, m_block.isHorizontalWritingMode() ? Hori… in shrinkAvailableWidthForNewFloatIfNeeded() 90 …reviousShapeOutsideInfo->updateDeltasForContainingBlockLine(&m_block, previousFloat, m_block.logic… in shrinkAvailableWidthForNewFloatIfNeeded() [all …]
|
D | LineWidth.h | 74 RenderBlockFlow& m_block; variable
|
D | RenderBlockLineLayout.cpp | 60 : m_block(block) in LineBreaker() 76 RenderBlockFlow* m_block; member in WebCore::LineBreaker 2114 setStaticPositions(m_block, toRenderBox(object)); in skipLeadingWhitespace() 2120 …m_block->positionNewFloatOnLine(m_block->insertFloatingObject(toRenderBox(object)), lastFloatFromP… in skipLeadingWhitespace() 2140 ShapeInsideInfo* shapeInsideInfo = m_block->layoutShapeInsideInfo(); in nextLineBreak() 2192 ASSERT(resolver.position().root() == m_block); in nextSegmentBreak() 2196 …LineWidth width(*m_block, lineInfo.isFirstLine(), requiresIndent(lineInfo.isFirstLine(), lineInfo.… in nextSegmentBreak() 2203 …(resolver, lineInfo, width, renderTextInfo, lastFloatFromPreviousLine, appliedStartWidth, m_block); in nextSegmentBreak()
|
D | RenderBlock.cpp | 110 : m_block(block) in OverflowEventDispatcher() 112 …m_shouldDispatchEvent = !m_block->isAnonymous() && m_block->hasOverflowClip() && m_block->document… in OverflowEventDispatcher() 114 m_hadHorizontalLayoutOverflow = m_block->hasHorizontalLayoutOverflow(); in OverflowEventDispatcher() 115 m_hadVerticalLayoutOverflow = m_block->hasVerticalLayoutOverflow(); in OverflowEventDispatcher() 124 bool hasHorizontalLayoutOverflow = m_block->hasHorizontalLayoutOverflow(); in ~OverflowEventDispatcher() 125 bool hasVerticalLayoutOverflow = m_block->hasVerticalLayoutOverflow(); in ~OverflowEventDispatcher() 134 event->setTarget(m_block->node()); in ~OverflowEventDispatcher() 135 m_block->document().enqueueAnimationFrameEvent(event.release()); in ~OverflowEventDispatcher() 139 const RenderBlock* m_block; member in WebCore::OverflowEventDispatcher 3148 : m_block(block) in ColumnRectIterator() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/ |
D | BreakingContextInlineHeaders.h | 212 , m_block(block) in BreakingContext() 274 RenderBlockFlow* m_block; variable 387 setStaticPositions(m_block, toRenderBox(object)); in skipTrailingWhitespace() 389 m_block->insertFloatingObject(toRenderBox(object)); in skipTrailingWhitespace() 397 m_nextObject = bidiNextSkippingEmptyInlines(m_block, m_current.object()); in initializeForCurrentObject() 436 m_lineInfo.setEmpty(false, m_block, &m_width); in handleBR() 498 …m_block->setStaticInlinePositionForChild(box, m_block->logicalHeight(), m_block->startOffsetForCon… in handleOutOfFlowPositioned() 502 box->layer()->setStaticBlockPosition(m_block->logicalHeight()); in handleOutOfFlowPositioned() 522 FloatingObject* floatingObject = m_block->insertFloatingObject(floatBox); in handleFloat() 527 if (m_floatsFitOnLine && m_width.fitsOnLine(m_block->logicalWidthForFloat(floatingObject))) { in handleFloat() [all …]
|
/external/libvpx/libwebm/ |
D | mkvparser.hpp | 163 Block m_block; member in mkvparser::SimpleBlock 193 Block m_block; member in mkvparser::BlockGroup 612 long long m_block; member
|
D | mkvparser.cpp | 3115 m_block = 1; //default in Parse() 3141 m_block = UnserializeUInt(pReader, pos, size); in Parse() 7820 if ((tp.m_block > 0) && (tp.m_block <= count)) in GetEntry() 7822 const size_t block = static_cast<size_t>(tp.m_block); in GetEntry() 7897 if (tp.m_block > 0) in GetEntry() 7899 const long block = static_cast<long>(tp.m_block); in GetEntry() 8077 m_block(start, size) in SimpleBlock() 8084 return m_block.Parse(m_pCluster->m_pSegment->m_pReader); in Parse() 8096 return &m_block; in GetBlock() 8109 m_block(block_start, block_size), in BlockGroup() [all …]
|