OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selection_index_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ash/wm/overview/
window_overview.h
106
size_t
selection_index_
;
member in class:ash::WindowOverview
window_overview.cc
124
selection_index_
(0),
178
int change = static_cast<int>(index) - static_cast<int>(
selection_index_
);
188
if (
selection_index_
< windows_->size() &&
189
(*windows_)[
selection_index_
]->target_bounds().y() !=
199
change * ((*windows_)[
selection_index_
]->target_bounds().width() +
214
GetSelectionBounds(
selection_index_
) + fade_out_direction,
236
selection_index_
= index;
/external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension.cc
124
selection_index_
(0),
194
dialog->
selection_index_
= index;
207
dialog->
selection_index_
= 0;
218
dialog->
selection_index_
= 0;
236
selection_index_
,
select_file_dialog_extension.h
123
int
selection_index_
;
member in class:SelectFileDialogExtension
Completed in 333 milliseconds