OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isElementContinuation
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderObject.h
396
bool
isElementContinuation
() const { return node() && node()->renderer() != this; }
397
bool isInlineElementContinuation() const { return
isElementContinuation
() && isInline(); }
398
bool isBlockElementContinuation() const { return
isElementContinuation
() && !isInline(); }
[
all
...]
RenderObjectChildList.cpp
344
if (newContentWanted && type == BEFORE && owner->
isElementContinuation
())
Completed in 134 milliseconds