OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_selected_index
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/tabs/
tab_strip_model.cc
209
int
next_selected_index
= order_controller_->DetermineNewSelectedIndex(index);
local
234
selection_model_.SetSelectedIndex(
next_selected_index
);
235
NotifyTabSelectedIfChanged(removed_contents,
next_selected_index
,
[
all
...]
/external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.cc
400
int
next_selected_index
= order_controller_->DetermineNewSelectedIndex(index);
local
428
selection_model_.SetSelectedIndex(
next_selected_index
);
[
all
...]
Completed in 37 milliseconds