Searched refs:GetRowBounds (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_popup_view_views.cc52 gfx::Rect line_rect = controller_->GetRowBounds(i);
63 SchedulePaintInRect(controller_->GetRowBounds(row));
94 int row_height = controller_->GetRowBounds(index).height();
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_controller.h48 virtual gfx::Rect GetRowBounds(size_t index) = 0;
H A Dautofill_popup_controller_impl.h85 virtual gfx::Rect GetRowBounds(size_t index) OVERRIDE;
H A Dautofill_popup_controller_impl.cc347 gfx::Rect AutofillPopupControllerImpl::GetRowBounds(size_t index) { function in class:autofill::AutofillPopupControllerImpl
/external/chromium_org/ui/views/controls/table/
H A Dtable_view.cc460 gfx::Rect cell_bounds(GetRowBounds(first_selected));
496 canvas->FillRect(GetRowBounds(i), selected_bg_color);
499 GetRowBounds(i),
503 canvas->DrawFocusRect(GetRowBounds(i));
639 gfx::Rect TableView::GetRowBounds(int row) const { function in class:views::TableView
645 return GetRowBounds(row);
744 SchedulePaintInRect(GetRowBounds(ModelToView(first_model_row)));
746 SchedulePaintInRect(GetRowBounds(ModelToView(selection_model_.active())));
784 const int start_y = GetRowBounds(ModelToView(range.start)).y();
786 GetRowBounds(ModelToVie
[all...]
H A Dtable_view.h233 gfx::Rect GetRowBounds(int row) const;

Completed in 329 milliseconds