OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldEndOfInline
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineIterator.h
209
//
oldEndOfInline
denotes if when we last stopped iterating if we were at the end of an inline.
210
bool
oldEndOfInline
= endOfInlinePtr ? *endOfInlinePtr : false;
215
if (!
oldEndOfInline
&& !isIteratorTarget(current)) {
223
if (emptyInlineBehavior == IncludeEmptyInlines && !
oldEndOfInline
&& current->isRenderInline()) {
RenderBlock.cpp
[
all
...]
Completed in 25 milliseconds