Home
last modified time | relevance | path

Searched defs:RowInfo (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/views/controls/
Dscroll_view.h161 struct RowInfo { struct
162 RowInfo(int origin, int height) : origin(origin), height(height) {} in RowInfo() argument
175 virtual VariableRowHeightScrollHelper::RowInfo GetRowInfo(int y) = 0; argument