OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isIteratorTarget
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineIterator.h
173
static inline bool
isIteratorTarget
(RenderObject* object)
215
if (!oldEndOfInline && !
isIteratorTarget
(current)) {
250
if (
isIteratorTarget
(next)
302
if (o && !
isIteratorTarget
(o))
316
if (!o || o->isRenderInline() ||
isIteratorTarget
(o))
RenderBlockLineLayout.cpp
102
if (
isIteratorTarget
(current) && !(current->isText() && toRenderText(current)->isAllCollapsibleWhitespace()))
105
if (!
isIteratorTarget
(current) && !isIsolated(current->style()->unicodeBidi()))
[
all
...]
Completed in 41 milliseconds