HomeSort by relevance Sort by last modified time
    Searched refs:GetRowBounds (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller.h 63 virtual gfx::Rect GetRowBounds(size_t index) = 0;
autofill_popup_controller_impl.h 89 virtual gfx::Rect GetRowBounds(size_t index) OVERRIDE;
autofill_popup_controller_impl.cc 332 gfx::Rect AutofillPopupControllerImpl::GetRowBounds(size_t index) {
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_popup_view_views.cc 72 gfx::Rect line_rect = controller_->GetRowBounds(i);
158 SchedulePaintInRect(controller_->GetRowBounds(row));
198 int row_height = controller_->GetRowBounds(index).height();
  /external/chromium_org/ui/views/controls/table/
table_view.cc 445 gfx::Rect cell_bounds(GetRowBounds(first_selected));
481 canvas->FillRect(GetRowBounds(i), selected_bg_color);
484 GetRowBounds(i),
488 canvas->DrawFocusRect(GetRowBounds(i));
624 gfx::Rect TableView::GetRowBounds(int row) const {
630 return GetRowBounds(row);
729 SchedulePaintInRect(GetRowBounds(ModelToView(first_model_row)));
731 SchedulePaintInRect(GetRowBounds(ModelToView(selection_model_.active())));
769 const int start_y = GetRowBounds(ModelToView(range.start)).y();
771 GetRowBounds(ModelToView(range.start + range.length - 1)).bottom()
    [all...]
table_view.h 232 gfx::Rect GetRowBounds(int row) const;
  /external/chromium_org/chrome/browser/ui/gtk/autofill/
autofill_popup_view_gtk.cc 89 GdkRectangle row_rect = controller_->GetRowBounds(row).ToGdkRectangle();
143 gfx::Rect line_rect = controller_->GetRowBounds(i);

Completed in 378 milliseconds