OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IconIndex
(Results
1 - 4
of
4
) sorted by null
/external/lzma/CPP/7zip/UI/FileManager/
SysIconUtils.h
11
int
IconIndex
;
20
int
IconIndex
;
46
DWORD_PTR GetRealIconIndex(CFSTR path, DWORD attrib, int &
iconIndex
);
SysIconUtils.cpp
65
DWORD_PTR GetRealIconIndex(CFSTR path, DWORD attrib, int &
iconIndex
)
73
iconIndex
= shellInfo.iIcon;
82
iconIndex
= shellInfo.iIcon;
88
DWORD_PTR GetRealIconIndex(const UString &fileName, DWORD attrib, int &
iconIndex
, UString *typeName)
99
iconIndex
= shellInfo.iIcon;
111
iconIndex
= shellInfo.iIcon;
183
return _attribMap[index].
IconIndex
;
191
, attrib, pair.
IconIndex
204
return pair.
IconIndex
;
214
return pa.
IconIndex
;
[
all
...]
/external/lzma/CPP/7zip/UI/Common/
LoadCodecs.h
140
int
IconIndex
;
144
bool FindIconIndex(const UString &ext, int &
iconIndex
) const;
LoadCodecs.cpp
431
iconPair.
IconIndex
= -1;
440
iconPair.
IconIndex
= ConvertStringToUInt32(num, &end);
450
bool CCodecIcons::FindIconIndex(const UString &ext, int &
iconIndex
) const
452
iconIndex
= -1;
458
iconIndex
= pair.
IconIndex
;
Completed in 1494 milliseconds