OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RangeBoundaryPoint
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/dom/
RangeBoundaryPoint.h
34
class
RangeBoundaryPoint
{
36
explicit
RangeBoundaryPoint
(PassRefPtr<Node> container);
65
inline
RangeBoundaryPoint
::
RangeBoundaryPoint
(PassRefPtr<Node> container)
73
inline Node*
RangeBoundaryPoint
::container() const
78
inline Node*
RangeBoundaryPoint
::childBefore() const
83
inline void
RangeBoundaryPoint
::ensureOffsetIsValid() const
92
inline const Position
RangeBoundaryPoint
::toPosition() const
98
inline int
RangeBoundaryPoint
::offset() const
104
inline void
RangeBoundaryPoint
::clear(
[
all
...]
Range.h
29
#include "
RangeBoundaryPoint
.h"
73
static short compareBoundaryPoints(const
RangeBoundaryPoint
& boundaryA, const
RangeBoundaryPoint
& boundaryB, ExceptionCode&);
158
RangeBoundaryPoint
m_start;
159
RangeBoundaryPoint
m_end;
Range.cpp
549
short Range::compareBoundaryPoints(const
RangeBoundaryPoint
& boundaryA, const
RangeBoundaryPoint
& boundaryB, ExceptionCode& ec)
[
all
...]
Completed in 483 milliseconds