HomeSort by relevance Sort by last modified time
    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 263 const int start_model_index = selected_page * tiles_per_page; local
266 start_model_index + tiles_per_page);
269 for (int i = start_model_index; i < end_model_index; ++i) {

Completed in 99 milliseconds