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

/external/chromium_org/ui/gfx/
H A Dselection_model.cc12 SelectionModel::SelectionModel() function in class:gfx::SelectionModel
16 SelectionModel::SelectionModel(size_t position, LogicalCursorDirection affinity) function in class:gfx::SelectionModel
20 SelectionModel::SelectionModel(const Range& selection, function in class:gfx::SelectionModel
25 bool SelectionModel::operator==(const SelectionModel& sel) const {
30 std::string SelectionModel::ToString() const {
H A Dselection_model.h33 // SelectionModel is used to represent the logical selection and visual
59 class GFX_EXPORT SelectionModel { class in namespace:gfx
61 // Create a default SelectionModel to be overwritten later.
62 SelectionModel();
63 // Create a SelectionModel representing a caret |position| without a
67 SelectionModel(size_t position, LogicalCursorDirection affinity);
68 // Create a SelectionModel representing a selection (which may be empty).
70 SelectionModel(const Range& selection, LogicalCursorDirection affinity);
80 bool operator==(const SelectionModel& sel) const;
81 bool operator!=(const SelectionModel
[all...]

Completed in 128 milliseconds