Lines Matching refs:owner
624 bool BrowseForFolder(HWND /* owner */, LPCTSTR /* title */,
637 return MyGetOpenFileName(owner, title, initialFolder, s, resultPath, true);
690 static bool BrowseForFolder(HWND owner, LPCTSTR title, UINT ulFlags,
695 browseInfo.hwndOwner = owner;
721 bool BrowseForFolder(HWND owner, LPCTSTR title,
724 return BrowseForFolder(owner, title,
785 static bool BrowseForFolder(HWND owner, LPCWSTR title, UINT ulFlags,
790 browseInfo.hwndOwner = owner;
800 bool BrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR initialFolder, UString &resultPath)
803 return BrowseForFolder(owner, title,
809 bool res = BrowseForFolder(owner, GetSystemString(title),