Searched defs:deprecatedEditingOffset (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DPosition.h93 int deprecatedEditingOffset() const function in class:WebCore::Position
200 return a.anchorNode() == b.anchorNode() && a.deprecatedEditingOffset() == b.deprecatedEditingOffset() && a.anchorType() == b.anchorType();

Completed in 16 milliseconds