Home
last modified time | relevance | path

Searched refs:GetFocus (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/PC/bdist_wininst/
Dinstall.c630 rc = MessageBox(GetFocus(), text, caption, flags); in PyMessageBox()
998 MessageBox(GetFocus(), Buffer, "Error", in notify()
1380 MessageBox(GetFocus(), Py_GetPrefix(), "PREFIX", MB_OK); in get_sys_prefix()
1381 MessageBox(GetFocus(), Py_GetPath(), "PATH", MB_OK); in get_sys_prefix()
1776 MessageBox(GetFocus(), in OpenLogfile()
1783 MessageBox(GetFocus(), KeyName, "Could not open key", MB_OK); in OpenLogfile()
1795 MessageBox(GetFocus(), error, NULL, MB_OK | MB_ICONSTOP); in OpenLogfile()
1820 MessageBox(GetFocus(), subkey_name, "Could not create key", MB_OK); in OpenLogfile()
1836 MessageBox(GetFocus(), buffer, "Could not set key value", MB_OK); in OpenLogfile()
1858 MessageBox(GetFocus(), buffer, "Could not set key value", MB_OK); in OpenLogfile()
[all …]
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c602 rc = MessageBox(GetFocus(), text, caption, flags); in PyMessageBox()
954 MessageBox(GetFocus(), Buffer, "Error", in notify()
1336 MessageBox(GetFocus(), Py_GetPrefix(), "PREFIX", MB_OK); in get_sys_prefix()
1337 MessageBox(GetFocus(), Py_GetPath(), "PATH", MB_OK); in get_sys_prefix()
1732 MessageBox(GetFocus(), in OpenLogfile()
1739 MessageBox(GetFocus(), KeyName, "Could not open key", MB_OK); in OpenLogfile()
1751 MessageBox(GetFocus(), error, NULL, MB_OK | MB_ICONSTOP); in OpenLogfile()
1776 MessageBox(GetFocus(), subkey_name, "Could not create key", MB_OK); in OpenLogfile()
1792 MessageBox(GetFocus(), buffer, "Could not set key value", MB_OK); in OpenLogfile()
1814 MessageBox(GetFocus(), buffer, "Could not set key value", MB_OK); in OpenLogfile()
[all …]
/external/pdfium/xfa/fwl/
Dcfwl_notedriver.h34 CFWL_Widget* GetFocus() const { return m_pFocus.Get(); } in GetFocus() function
/external/libtextclassifier/native/lang_id/common/fel/
Dfeature-extractor.h499 static_cast<const DER *>(this)->GetFocus(workspaces, object, args...); in Evaluate()
509 static_cast<const DER *>(this)->GetFocus(workspaces, object, args...); in Compute()
/external/webrtc/examples/peerconnection/client/
Dmain_wnd.cc551 HWND focus = GetFocus(), next; in HandleTabbing()
/external/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp453 if (GetFocus() == _list) in OnOK()