Searched defs:exStyle (Results 1 – 8 of 8) sorted by relevance
/external/lzma/CPP/Windows/Control/ |
D | Window2.cpp | 49 bool CWindow2::CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName, in CreateEx() 76 bool CWindow2::CreateEx(DWORD exStyle, LPCWSTR className, LPCWSTR windowName, in CreateEx()
|
D | ComboBox.h | 56 …DWORD SetExtendedStyle(DWORD exMask, DWORD exStyle) { return (DWORD)SendMsg(CBEM_SETEXTENDEDSTYLE,… in SetExtendedStyle()
|
D | ListView.h | 100 …void SetExtendedListViewStyle(DWORD exStyle) { ListView_SetExtendedListViewStyle(_window, exStyle)… in SetExtendedListViewStyle() 101 …void SetExtendedListViewStyle(DWORD exMask, DWORD exStyle) { ListView_SetExtendedListViewStyleEx(_… in SetExtendedListViewStyle()
|
D | ListView.cpp | 14 bool CListView::CreateEx(DWORD exStyle, DWORD style, in CreateEx()
|
/external/lzma/CPP/Windows/ |
D | Window.cpp | 67 bool CWindow::CreateEx(DWORD exStyle, LPCWSTR className, in CreateEx()
|
D | Window.h | 85 bool CreateEx(DWORD exStyle, LPCTSTR className, in CreateEx()
|
/external/skqp/src/utils/win/ |
D | SkWGL_win.cpp | 207 DWORD style, exStyle; in create_dummy_window() local
|
/external/skia/src/utils/win/ |
D | SkWGL_win.cpp | 207 DWORD style, exStyle; in create_dummy_window() local
|