Searched refs:fSelectionBase (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp378 SelectionPoint fSelectionBase; member in class:SourceView::TextView
1104 fSelectionBase(-1, -1),
1123 fSelectionStart = fSelectionBase = fSelectionEnd = SelectionPoint(-1, -1);
1355 && fSelectionBase == point) {
1375 fSelectionBase = fSelectionStart = fSelectionEnd = point;
1437 if (point.line > fSelectionBase.line) {
1438 fSelectionStart = fSelectionBase;
1440 } else if (point.line < fSelectionBase.line) {
1441 fSelectionEnd = fSelectionBase;
1443 } else if (point.offset > fSelectionBase
[all...]
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.h139 int32 fSelectionBase; member in class:MemoryView
H A DMemoryView.cpp57 fSelectionBase(0),
578 fSelectionBase = offset;
579 fSelectionStart = fSelectionBase;
580 fSelectionEnd = fSelectionBase;
598 if (offset < fSelectionBase) {
600 fSelectionEnd = fSelectionBase;
602 fSelectionStart = fSelectionBase;

Completed in 156 milliseconds