OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetRowBounds
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_impl.cc
365
gfx::Rect AutofillPopupControllerImpl::
GetRowBounds
(size_t index) {
/external/chromium_org/ui/views/controls/table/
table_view.cc
459
gfx::Rect cell_bounds(
GetRowBounds
(first_selected));
495
canvas->FillRect(
GetRowBounds
(i), selected_bg_color);
498
GetRowBounds
(i),
502
canvas->DrawFocusRect(
GetRowBounds
(i));
638
gfx::Rect TableView::
GetRowBounds
(int row) const {
644
return
GetRowBounds
(row);
743
SchedulePaintInRect(
GetRowBounds
(ModelToView(first_model_row)));
745
SchedulePaintInRect(
GetRowBounds
(ModelToView(selection_model_.active())));
783
const int start_y =
GetRowBounds
(ModelToView(range.start)).y();
785
GetRowBounds
(ModelToView(range.start + range.length - 1)).bottom()
[
all
...]
Completed in 43 milliseconds