HomeSort by relevance Sort by last modified time
    Searched defs:blockStyle (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp 208 RefPtr<EditingStyle> blockStyle = m_style->extractAndRemoveBlockProperties();
209 if (!blockStyle->isEmpty())
210 applyBlockStyle(blockStyle.get());
    [all...]
Editor.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp 156 RefPtr<RenderStyle> blockStyle = RenderStyle::createAnonymousStyleWithDisplay(block->style(), BLOCK);
157 blockStyle->setPosition(newStyle->position());
158 block->setStyle(blockStyle);
    [all...]
RenderBlockLineLayout.cpp     [all...]
RenderBlock.cpp 167 RenderStyle* blockStyle = block->style();
172 && blockStyle->hasAutoColumnCount() && blockStyle->hasAutoColumnWidth() && !blockStyle->columnSpan();
174 m_canCollapseMarginBeforeWithChildren = m_canCollapseWithChildren && !beforeBorderPadding && blockStyle->marginBeforeCollapse() != MSEPARATE;
181 (blockStyle->logicalHeight().isAuto() && !blockStyle->logicalHeight().value()) && blockStyle->marginAfterCollapse() != MSEPARATE;
    [all...]

Completed in 161 milliseconds