OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_visible_index_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/app_list/views/
search_result_list_view.cc
28
last_visible_index_
(0),
93
SetSelectedIndex(std::min(selected_index_ + 1,
last_visible_index_
));
99
SetSelectedIndex(std::min(selected_index_ + 1,
last_visible_index_
));
113
last_visible_index_
= 0;
119
last_visible_index_
= i;
125
if (selected_index_ >
last_visible_index_
)
126
SetSelectedIndex(
last_visible_index_
);
search_result_list_view.h
67
int
last_visible_index_
;
member in class:app_list::SearchResultListView
/external/chromium_org/ash/shelf/
shelf_view.cc
362
last_visible_index_
(-1),
441
if (i >= first_visible_index_ && i <=
last_visible_index_
)
451
if (i >= first_visible_index_ && i <=
last_visible_index_
)
460
if (index == -1 || (index >
last_visible_index_
&&
691
DCHECK_LT(
last_visible_index_
, view_model_->view_size());
694
i <=
last_visible_index_
;
788
last_visible_index_
= DetermineLastVisibleIndex(
791
last_visible_index_
= DetermineLastVisibleIndex(
797
last_visible_index_
< last_button_index ||
802
last_visible_index_
> 0 && last_visible_index_ < last_button_index
[
all
...]
shelf_view.h
352
int
last_visible_index_
;
member in class:ash::internal::ShelfView
397
// will be equal to
last_visible_index_
+ 1.
/external/chromium_org/ash/test/
shelf_view_test_api.cc
64
return shelf_view_->
last_visible_index_
;
Completed in 569 milliseconds