Searched defs:GetRowBounds (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
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...]

Completed in 338 milliseconds