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/webkit/Source/WebCore/rendering/
InlineIterator.h
140
bool
oldEndOfInline
= endOfInlinePtr ? *endOfInlinePtr : false;
145
if (!
oldEndOfInline
&& !current->isFloating() && !current->isReplaced() && !current->isPositioned() && !current->isText()) {
151
if (!skipInlines && !
oldEndOfInline
&& current->isRenderInline()) {
RenderBlock.cpp
[
all
...]
Completed in 29 milliseconds