OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_shadowDepth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.h
165
int
m_shadowDepth
;
TextIterator.cpp
324
// Figure out the initial value of
m_shadowDepth
: the depth of startContainer's tree scope from
328
m_shadowDepth
= 0;
330
++
m_shadowDepth
;
409
while (m_node && (m_node != m_pastEndNode ||
m_shadowDepth
> 0)) {
439
++
m_shadowDepth
;
454
++
m_shadowDepth
;
512
if (!next && !parentNode &&
m_shadowDepth
> 0) {
522
//
m_shadowDepth
is unchanged since we exit from a shadow root and enter another.
528
--
m_shadowDepth
;
536
--
m_shadowDepth
;
[
all
...]
Completed in 45 milliseconds