OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_fullyClippedStack
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.cpp
209
// FIXME:
m_fullyClippedStack
was added in response to <https://bugs.webkit.org/show_bug.cgi?id=26364>
211
// a shadow tree redistributes nodes.
m_fullyClippedStack
relies on the assumption that DOM node hierarchy matches
287
setUpFullyClippedStack(
m_fullyClippedStack
, m_node);
379
pushFullyClippedState(
m_fullyClippedStack
, m_node);
394
pushFullyClippedState(
m_fullyClippedStack
, m_node);
440
m_fullyClippedStack
.pop();
458
m_fullyClippedStack
.pop();
462
pushFullyClippedState(
m_fullyClippedStack
, m_node);
468
m_fullyClippedStack
.pop();
476
m_fullyClippedStack
.pop()
[
all
...]
TextIterator.h
152
BitStack
m_fullyClippedStack
;
261
BitStack
m_fullyClippedStack
;
Completed in 89 milliseconds