Home
last modified time | relevance | path

Searched refs:GetRowBounds (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/autofill/
Dautofill_popup_view_views.cc53 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()
/external/chromium_org/ui/views/controls/table/
Dtable_view.cc460 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::TableView
645 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()
Dtable_view.h233 gfx::Rect GetRowBounds(int row) const;
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller.h48 virtual gfx::Rect GetRowBounds(size_t index) = 0;
Dautofill_popup_controller_impl.h85 virtual gfx::Rect GetRowBounds(size_t index) OVERRIDE;
Dautofill_popup_controller_impl.cc347 gfx::Rect AutofillPopupControllerImpl::GetRowBounds(size_t index) { in GetRowBounds() function in autofill::AutofillPopupControllerImpl
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dautofill_popup_view_cocoa.mm104 NSRectFromCGRect(controller_->GetRowBounds(i).ToCGRect());
149 NSRectFromCGRect(controller_->GetRowBounds(row).ToCGRect());