Home
last modified time | relevance | path

Searched defs:GetIcon (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/lzma/CPP/Windows/Control/
H A DStatic.h19 HICON GetIcon() { return (HICON)GetImage(IMAGE_ICON); } in GetIcon() function
22 HICON GetIcon() { return (HICON)SendMsg(STM_GETICON, 0, 0); } in GetIcon() function
H A DImageList.h76 HICON GetIcon(int index, UINT flags) in GetIcon() function
/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_apsettings.cpp103 RetainPtr<CPDF_Stream> CPDF_ApSettings::GetIcon( in GetIcon() function in CPDF_ApSettings
H A Dcpdf_formcontrol.cpp170 RetainPtr<CPDF_Stream> CPDF_FormControl::GetIcon(const ByteString& csEntry) { in GetIcon() function in CPDF_FormControl
/aosp_15_r20/external/lzma/CPP/7zip/UI/Explorer/
H A DContextMenu.cpp1664 Z7_COMWF_B CZipExplorerCommand::GetIcon(IShellItemArray * /* psiItemArray */, LPWSTR *ppszIcon) in GetIcon() function in CZipExplorerCommand