Searched refs:RangeBoundaryPoint (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/WebCore/dom/ |
D | RangeBoundaryPoint.h | 34 class RangeBoundaryPoint { 36 explicit RangeBoundaryPoint(PassRefPtr<Node> container); 65 inline RangeBoundaryPoint::RangeBoundaryPoint(PassRefPtr<Node> container) in RangeBoundaryPoint() function 73 inline Node* RangeBoundaryPoint::container() const in container() 78 inline Node* RangeBoundaryPoint::childBefore() const in childBefore() 83 inline void RangeBoundaryPoint::ensureOffsetIsValid() const in ensureOffsetIsValid() 92 inline const Position RangeBoundaryPoint::toPosition() const in toPosition() 98 inline int RangeBoundaryPoint::offset() const in offset() 104 inline void RangeBoundaryPoint::clear() in clear() 111 inline void RangeBoundaryPoint::set(PassRefPtr<Node> container, int offset, Node* childBefore) in set() [all …]
|
D | Range.h | 73 …static short compareBoundaryPoints(const RangeBoundaryPoint& boundaryA, const RangeBoundaryPoint& … 158 RangeBoundaryPoint m_start; 159 RangeBoundaryPoint m_end;
|
D | Range.cpp | 551 short Range::compareBoundaryPoints(const RangeBoundaryPoint& boundaryA, const RangeBoundaryPoint& b… in compareBoundaryPoints() 1727 static inline void boundaryNodeChildrenChanged(RangeBoundaryPoint& boundary, ContainerNode* contain… in boundaryNodeChildrenChanged() 1744 static inline void boundaryNodeChildrenWillBeRemoved(RangeBoundaryPoint& boundary, ContainerNode* c… in boundaryNodeChildrenWillBeRemoved() 1769 static inline void boundaryNodeWillBeRemoved(RangeBoundaryPoint& boundary, Node* nodeToBeRemoved) in boundaryNodeWillBeRemoved() 1794 static inline void boundaryTextInserted(RangeBoundaryPoint& boundary, Node* text, unsigned offset, … in boundaryTextInserted() 1812 static inline void boundaryTextRemoved(RangeBoundaryPoint& boundary, Node* text, unsigned offset, u… in boundaryTextRemoved() 1833 static inline void boundaryTextNodesMerged(RangeBoundaryPoint& boundary, NodeWithIndex& oldNode, un… in boundaryTextNodesMerged() 1853 static inline void boundaryTextNodesSplit(RangeBoundaryPoint& boundary, Text* oldNode) in boundaryTextNodesSplit()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 1223 I also removed the RangeBoundaryPoint default constructor 1233 * dom/RangeBoundaryPoint.h: 1234 (WebCore::RangeBoundaryPoint::RangeBoundaryPoint): 1236 (WebCore::RangeBoundaryPoint::set): 23718 Move RangeBoundaryPoint off of Position, per Darin's suggestion 23732 * dom/RangeBoundaryPoint.h: 23733 (WebCore::RangeBoundaryPoint::RangeBoundaryPoint): 23734 (WebCore::RangeBoundaryPoint::container): 23735 (WebCore::RangeBoundaryPoint::childBefore): 23736 (WebCore::RangeBoundaryPoint::position): [all …]
|
D | GNUmakefile.list.am | 1228 Source/WebCore/dom/RangeBoundaryPoint.h \
|
D | GNUmakefile.am | 1280 Source/WebCore/dom/RangeBoundaryPoint.h \
|
D | ChangeLog-2008-08-10 | 35496 * WebCore.vcproj/WebCore.vcproj: Added RangeBoundaryPoint.h -- not required, but convenient. 35504 Added a new class, RangeBoundaryPoint, to use for range boundary points. The "truth" of 35511 … * WebCore.xcodeproj/project.pbxproj: Added RangeBoundaryPoint.h, removed NodeWithIndexBefore.h 35527 (WebCore::Range::Range): Changed to use the new RangeBoundaryPoint constructor. 35528 (WebCore::Range::create): Updated to use RangeBoundaryPoint instead of Position. 35547 (WebCore::Range::insertNode): Updated to use RangeBoundaryPoint. Also simplified the code 35552 (WebCore::Range::toString): Update to use RangeBoundaryPoint instead of Position. 35558 before which is needed to set the value of a RangeBoundaryPoint. 35576 (WebCore::boundaryNodeChildrenChanged): Updated to use RangeBoundaryPoint instead of 35579 (WebCore::boundaryNodeWillBeRemoved): Updated to use RangeBoundaryPoint instead of [all …]
|
D | WebCore.gypi | 544 'dom/RangeBoundaryPoint.h',
|
D | ChangeLog-2010-12-06 | 2443 … chrome.dll!WebCore::RangeBoundaryPoint::toPosition ReadAV@NULL (cf0d0f28bc56f2591cc74f71b46036ea)
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 2991 …DA27E180077216C /* RangeBoundaryPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 93D9D53B0DA… 9572 …077216C /* RangeBoundaryPoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 19559 93D9D53B0DA27E180077216C /* RangeBoundaryPoint.h */, 22185 93D9D53C0DA27E180077216C /* RangeBoundaryPoint.h in Headers */,
|