OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_blockstyle
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContext.cpp
33
if (
m_blockStyle
->whiteSpace() == PRE && !m_current.offset()) {
BreakingContextInlineHeaders.h
60
,
m_blockStyle
(block->style())
79
, m_allowImagesToBreak(!block->document().inQuirksMode() || !block->isTableCell() || !
m_blockStyle
->logicalWidth().isIntrinsicOrAuto())
123
RenderStyle*
m_blockStyle
;
425
} else if (
m_blockStyle
->collapseWhiteSpace() && m_resolver.position().object() == m_current.object()
466
if (
m_blockStyle
->collapseWhiteSpace() && shouldSkipWhitespaceAfterStartObject(m_block, m_current.object(), m_lineMidpointState)) {
[
all
...]
Completed in 1307 milliseconds