GetRowBounds 48 chrome/browser/ui/autofill/autofill_popup_controller.h virtual gfx::Rect GetRowBounds(size_t index) = 0; GetRowBounds 87 chrome/browser/ui/autofill/autofill_popup_controller_impl.h virtual gfx::Rect GetRowBounds(size_t index) OVERRIDE; GetRowBounds 90 chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc GdkRectangle row_rect = controller_->GetRowBounds(row).ToGdkRectangle(); GetRowBounds 141 chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc gfx::Rect line_rect = controller_->GetRowBounds(i); GetRowBounds 53 chrome/browser/ui/views/autofill/autofill_popup_view_views.cc gfx::Rect line_rect = controller_->GetRowBounds(i); GetRowBounds 64 chrome/browser/ui/views/autofill/autofill_popup_view_views.cc SchedulePaintInRect(controller_->GetRowBounds(row)); GetRowBounds 95 chrome/browser/ui/views/autofill/autofill_popup_view_views.cc int row_height = controller_->GetRowBounds(index).height(); GetRowBounds 460 ui/views/controls/table/table_view.cc gfx::Rect cell_bounds(GetRowBounds(first_selected)); GetRowBounds 496 ui/views/controls/table/table_view.cc canvas->FillRect(GetRowBounds(i), selected_bg_color); GetRowBounds 499 ui/views/controls/table/table_view.cc GetRowBounds(i), GetRowBounds 503 ui/views/controls/table/table_view.cc canvas->DrawFocusRect(GetRowBounds(i)); GetRowBounds 645 ui/views/controls/table/table_view.cc return GetRowBounds(row); GetRowBounds 744 ui/views/controls/table/table_view.cc SchedulePaintInRect(GetRowBounds(ModelToView(first_model_row))); GetRowBounds 746 ui/views/controls/table/table_view.cc SchedulePaintInRect(GetRowBounds(ModelToView(selection_model_.active()))); GetRowBounds 784 ui/views/controls/table/table_view.cc const int start_y = GetRowBounds(ModelToView(range.start)).y(); GetRowBounds 786 ui/views/controls/table/table_view.cc GetRowBounds(ModelToView(range.start + range.length - 1)).bottom(); GetRowBounds 233 ui/views/controls/table/table_view.h gfx::Rect GetRowBounds(int row) const;