OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:start_model_index
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/app_list/views/
app_list_main_view.cc
175
const int
start_model_index
= selected_page * tiles_per_page;
local
178
start_model_index
+ tiles_per_page);
181
for (int i =
start_model_index
; i < end_model_index; ++i) {
Completed in 39 milliseconds