OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_startcontainer
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/editing/
TextIterator.cpp
245
:
m_startContainer
(0)
265
:
m_startContainer
(0)
297
m_startContainer
= startContainer;
307
m_offset = m_node ==
m_startContainer
? m_startOffset : 0;
844
if (m_node ==
m_startContainer
)
848
// FIXME:
m_startContainer
could be an inline block
849
if (!m_node->isDescendantOf(
m_startContainer
))
852
// If we started as
m_startContainer
offset 0 and the current node is a descendant of
871
VisiblePosition startPos = VisiblePosition(Position(
m_startContainer
, m_startOffset, Position::PositionIsOffsetInAnchor), DOWNSTREAM);
[
all
...]
TextIterator.h
129
Node*
m_startContainer
;
Completed in 283 milliseconds