Home
last modified time | relevance | path

Searched refs:visible_row_count (Results 1 – 4 of 4) sorted by relevance

/dports/shells/fish/fish-3.3.1/src/
H A Dpager.cpp751 size_t visible_row_count = rendering.row_end - rendering.row_start; in select_next_completion_in_direction() local
752 if (visible_row_count == 0 || selected_completion_idx == PAGER_SELECTION_NONE) { in select_next_completion_in_direction()
763 if (suggested_row_start + visible_row_count <= row_containing_selection) { in select_next_completion_in_direction()
769 suggested_row_start = row_containing_selection - visible_row_count + 1; in select_next_completion_in_direction()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/webrtc/
H A Dwebrtc_video_capture_service_browsertest.cc368 int visible_row_count, in FillVisiblePortionOfPlane() argument
375 row_count - visible_row_count - rows_to_skip_at_start; in FillVisiblePortionOfPlane()
380 for (int i = 0; i < visible_row_count; i++) { in FillVisiblePortionOfPlane()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/webrtc/
H A Dwebrtc_video_capture_service_browsertest.cc367 int visible_row_count, in FillVisiblePortionOfPlane() argument
374 row_count - visible_row_count - rows_to_skip_at_start; in FillVisiblePortionOfPlane()
379 for (int i = 0; i < visible_row_count; i++) { in FillVisiblePortionOfPlane()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DDataGrid.cs222 int visible_row_count; field in System.Windows.Forms.DataGrid
918 get { return visible_row_count; }
2362 cell.RowNumber + 1 >= first_visible_row + visible_row_count) { in EnsureCellVisibility()
2364 if (cell.RowNumber + 1 >= first_visible_row + visible_row_count) { in EnsureCellVisibility()
2366 first_visible_row = 1 + cell.RowNumber - visible_row_count; in EnsureCellVisibility()
2716 if (CurrentRow >= first_visible_row && CurrentRow < first_visible_row + visible_row_count) in ScrollToRow()
3234 visible_row_count = GetVisibleRowCount (cells_area.Height); in UpdateVisibleRowCount()