Home
last modified time | relevance | path

Searched refs:ignoresContainerClip (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextIterator.cpp197 static inline bool ignoresContainerClip(Node* node) in ignoresContainerClip() function
220 stack.push(fullyClipsContents(node) || (stack.top() && !ignoresContainerClip(node))); in pushFullyClippedState()