Home
last modified time | relevance | path

Searched refs:hwndOwner (Results 1 – 7 of 7) sorted by relevance

/external/lzma/CPP/Windows/
DCommonDialog.cpp125 p.hwndOwner = hwnd; in MyGetOpenFileName()
155 p.hwndOwner = hwnd; in MyGetOpenFileName()
DShell.cpp208 browseInfo.hwndOwner = owner; in BrowseForFolder()
303 browseInfo.hwndOwner = owner; in BrowseForFolder()
/external/libpng/contrib/visupng/
DPngFile.c56 ofn.hwndOwner = hwnd; in PngFileInitialize()
79 ofn.hwndOwner = hwnd; in PngFileOpenDlg()
89 ofn.hwndOwner = hwnd; in PngFileSaveDlg()
/external/icu/icu4c/source/samples/layout/
Dlayout.cpp269 ofn.hwndOwner = hwnd; in WndProc()
Dclayout.c271 ofn.hwndOwner = hwnd; in WndProc()
/external/dbus/dbus/
Ddbus-sysdeps-wince-glue.c1126 SHGetSpecialFolderPathA (HWND hwndOwner, LPSTR lpszPath, int nFolder, in SHGetSpecialFolderPathA() argument
1134 result = SHGetSpecialFolderPathW (hwndOwner, path, nFolder, fCreate); in SHGetSpecialFolderPathA()
/external/opencv3/modules/highgui/src/
Dwindow_w32.cpp1876 ofn.hwndOwner = window->hwnd; in showSaveDialog()