OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetRowInfo
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/controls/
scroll_view.h
159
virtual VariableRowHeightScrollHelper::RowInfo
GetRowInfo
(int y) = 0;
178
virtual RowInfo
GetRowInfo
(int y);
198
virtual RowInfo
GetRowInfo
(int y) OVERRIDE;
scroll_view.cc
543
RowInfo bottom_row_info =
GetRowInfo
(bottom);
549
RowInfo last_page_info =
GetRowInfo
(std::max(0, last_page_y));
562
RowInfo row =
GetRowInfo
(y);
566
row =
GetRowInfo
(std::max(0, row.origin - 1));
574
VariableRowHeightScrollHelper::
GetRowInfo
(int y) {
575
return controller_->
GetRowInfo
(y);
589
FixedRowHeightScrollHelper::
GetRowInfo
(int y) {
Completed in 20 milliseconds