OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isEmptyInline
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineIterator.h
185
static bool
isEmptyInline
(RenderObject* object)
196
if (!
isEmptyInline
(curr))
251
|| ((emptyInlineBehavior == IncludeEmptyInlines ||
isEmptyInline
(next)) // Always return EMPTY inlines.
291
if (!
isEmptyInline
(o))
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h
340
return
isEmptyInline
(flow) && toRenderInline(flow)->hasInlineDirectionBordersPaddingOrMargin();
356
return notJustWhitespace ||
isEmptyInline
(it.object());
477
if (!
isEmptyInline
(parentAsRenderInline)) {
563
ASSERT(
isEmptyInline
(m_current.object()));
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
Position.cpp
835
|| (o->isRenderInline() &&
isEmptyInline
(o) && boundingBoxLogicalHeight(o, toRenderInline(o)->linesBoundingBox())))
[
all
...]
Completed in 412 milliseconds