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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnSet.cpp 343 RenderStyle* blockStyle = toRenderMultiColumnBlock(parent())->style();
344 const Color& ruleColor = resolveColor(blockStyle, CSSPropertyWebkitColumnRuleColor);
345 bool ruleTransparent = blockStyle->columnRuleIsTransparent();
346 EBorderStyle ruleStyle = blockStyle->columnRuleStyle();
347 LayoutUnit ruleThickness = blockStyle->columnRuleWidth();
RenderBlockLineLayout.cpp     [all...]
RenderInline.cpp 156 RefPtr<RenderStyle> blockStyle = RenderStyle::createAnonymousStyleWithDisplay(block->style(), BLOCK);
157 blockStyle->setPosition(newStyle->position());
158 block->setStyle(blockStyle);
    [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...]
  /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...]

Completed in 796 milliseconds