HomeSort by relevance Sort by last modified time
    Searched defs:PositionWithAffinity (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
PositionWithAffinity.cpp 6 #include "core/editing/PositionWithAffinity.h"
10 PositionWithAffinity::PositionWithAffinity(const Position& position, EAffinity affinity)
16 PositionWithAffinity::PositionWithAffinity()
21 PositionWithAffinity::~PositionWithAffinity()
25 void PositionWithAffinity::trace(Visitor* visitor)
PositionWithAffinity.h 13 class PositionWithAffinity {
16 PositionWithAffinity(const Position&, EAffinity = DOWNSTREAM);
17 PositionWithAffinity();
18 ~PositionWithAffinity();

Completed in 98 milliseconds