OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetItemState_FocusedSelected
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/Windows/Control/
ListView.h
74
void
SetItemState_FocusedSelected
(int index) { SetItemState(index, LVIS_FOCUSED | LVIS_SELECTED, LVIS_FOCUSED | LVIS_SELECTED); }
/external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp
658
_list.
SetItemState_FocusedSelected
(cursorIndex);
Completed in 34 milliseconds