Home
last modified time | relevance | path

Searched defs:exStyle (Results 1 – 9 of 9) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
DWindow2.cpp49 bool CWindow2::CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName, in CreateEx()
76 bool CWindow2::CreateEx(DWORD exStyle, LPCWSTR className, LPCWSTR windowName, in CreateEx()
DListView.h101 …void SetExtendedListViewStyle(DWORD exStyle) { ListView_SetExtendedListViewStyle(_window, exStyle)… in SetExtendedListViewStyle()
102 …void SetExtendedListViewStyle(DWORD exMask, DWORD exStyle) { ListView_SetExtendedListViewStyleEx(_… in SetExtendedListViewStyle()
DComboBox.h68 …DWORD SetExtendedStyle(DWORD exMask, DWORD exStyle) { return (DWORD)SendMsg(CBEM_SETEXTENDEDSTYLE,… in SetExtendedStyle()
DListView.cpp14 bool CListView::CreateEx(DWORD exStyle, DWORD style, in CreateEx()
/third_party/lzma/CPP/Windows/
DWindow.cpp67 bool CWindow::CreateEx(DWORD exStyle, LPCWSTR className, in CreateEx()
DWindow.h85 bool CreateEx(DWORD exStyle, LPCTSTR className, in CreateEx()
/third_party/glfw/src/
Dwin32_window.c183 static void getFullWindowSize(DWORD style, DWORD exStyle, in getFullWindowSize()
861 DWORD exStyle = getWindowExStyle(window); in createNativeWindow() local
/third_party/skia/src/utils/win/
DSkWGL_win.cpp205 DWORD style, exStyle; in create_temp_window() local
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12Sample.cpp1472 DWORD exStyle = 0; in main() local