Home
last modified time | relevance | path

Searched refs:CreateEx (Results 1 - 6 of 6) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
H A DWindow2.cpp49 bool CWindow2::CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName, in CreateEx() function in NWindows::NControl::CWindow2
70 return CWindow::CreateEx(exStyle, className, windowName, style, in CreateEx()
76 bool CWindow2::CreateEx(DWORD exStyle, LPCWSTR className, LPCWSTR windowName, in CreateEx() function in NWindows::NControl::CWindow2
117 return CWindow::CreateEx(exStyle, className, windowName, style, in CreateEx()
H A DWindow2.h20 bool CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName,
25 bool CreateEx(DWORD exStyle, LPCWSTR className, LPCWSTR windowName,
H A DListView.cpp14 bool CListView::CreateEx(DWORD exStyle, DWORD style, in CreateEx() function in NWindows::NControl::CListView
19 return CWindow::CreateEx(exStyle, WC_LISTVIEW, TEXT(""), style, x, y, width, in CreateEx()
H A DListView.h18 bool CreateEx(DWORD exStyle, DWORD style,
/third_party/lzma/CPP/Windows/
H A DWindow.cpp67 bool CWindow::CreateEx(DWORD exStyle, LPCWSTR className, in CreateEx() function in NWindows::CWindow
98 return CreateEx(exStyle, classNameP, windowNameP, in CreateEx()
H A DWindow.h163 bool CreateEx(DWORD exStyle, LPCTSTR className, in CreateEx() function in NWindows::CWindow
193 bool CreateEx(DWORD exStyle, LPCWSTR className,

Completed in 6 milliseconds