Searched refs:GetRowBounds (Results 1 – 7 of 7) sorted by relevance
53 gfx::Rect line_rect = controller_->GetRowBounds(i); in OnPaint()64 SchedulePaintInRect(controller_->GetRowBounds(row)); in InvalidateRow()95 int row_height = controller_->GetRowBounds(index).height(); in DrawAutofillEntry()
460 gfx::Rect cell_bounds(GetRowBounds(first_selected)); in GetKeyboardContextMenuLocation()496 canvas->FillRect(GetRowBounds(i), selected_bg_color); in OnPaint()499 GetRowBounds(i), in OnPaint()503 canvas->DrawFocusRect(GetRowBounds(i)); in OnPaint()639 gfx::Rect TableView::GetRowBounds(int row) const { in GetRowBounds() function in views::TableView645 return GetRowBounds(row); in GetCellBounds()744 SchedulePaintInRect(GetRowBounds(ModelToView(first_model_row))); in SchedulePaintForSelection()746 SchedulePaintInRect(GetRowBounds(ModelToView(selection_model_.active()))); in SchedulePaintForSelection()784 const int start_y = GetRowBounds(ModelToView(range.start)).y(); in SetSelectionModel()786 GetRowBounds(ModelToView(range.start + range.length - 1)).bottom(); in SetSelectionModel()
233 gfx::Rect GetRowBounds(int row) const;
48 virtual gfx::Rect GetRowBounds(size_t index) = 0;
85 virtual gfx::Rect GetRowBounds(size_t index) OVERRIDE;
347 gfx::Rect AutofillPopupControllerImpl::GetRowBounds(size_t index) { in GetRowBounds() function in autofill::AutofillPopupControllerImpl
104 NSRectFromCGRect(controller_->GetRowBounds(i).ToCGRect());149 NSRectFromCGRect(controller_->GetRowBounds(row).ToCGRect());