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

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp376 SelectionPoint fSelectionStart; member in class:SourceView::TextView
1102 fSelectionStart(-1, -1),
1123 fSelectionStart = fSelectionBase = fSelectionEnd = SelectionPoint(-1, -1);
1247 if (fSelectionStart.line != -1 && fSelectionEnd.line != -1) {
1310 fSelectionStart.line = 0;
1311 fSelectionStart.offset = 0;
1375 fSelectionBase = fSelectionStart = fSelectionEnd = point;
1438 fSelectionStart = fSelectionBase;
1442 fSelectionStart = point;
1444 fSelectionStart
[all...]
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp58 fSelectionStart(0),
299 if (fSelectionStart != fSelectionEnd) {
575 if (offset < fSelectionStart || offset > fSelectionEnd) {
579 fSelectionStart = fSelectionBase;
599 fSelectionStart = offset;
602 fSelectionStart = fSelectionBase;
934 BPoint startPoint = _GetPointForOffset(fSelectionStart);
977 if (fSelectionStart == fSelectionEnd)
983 const char* data = (const char *)dataSource + fSelectionStart;
985 int32 count = (fSelectionEnd - fSelectionStart)
[all...]
H A DMemoryView.h140 int32 fSelectionStart; member in class:MemoryView

Completed in 47 milliseconds