Home
last modified time | relevance | path

Searched refs:iIcon (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
DSysIconUtils.cpp36 return shellInfo.iIcon; in GetIconIndexForCSIDL()
75 iconIndex = shellInfo.iIcon; in GetRealIconIndex()
84 iconIndex = shellInfo.iIcon; in GetRealIconIndex()
/external/pdfium/fxjs/
Dcjs_app.cpp238 int iIcon = JSPLATFORM_ALERT_ICON_DEFAULT; in alert() local
240 iIcon = pRuntime->ToInt32(newParams[1]); in alert()
255 pFormFillEnv->JS_appAlert(swMsg, swTitle, iType, iIcon)); in alert()