Searched defs:CreateEx (Results 1 - 5 of 5) sorted by relevance

/external/lzma/CPP/Windows/Control/
H A DListView.cpp14 bool CListView::CreateEx(DWORD exStyle, DWORD style, function in class:NWindows::NControl::CListView
19 return CWindow::CreateEx(exStyle, WC_LISTVIEW, TEXT(""), style, x, y, width,
H A DWindow2.cpp49 bool CWindow2::CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName, function in class:NWindows::NControl::CWindow2
70 return CWindow::CreateEx(exStyle, className, windowName, style,
76 bool CWindow2::CreateEx(DWORD exStyle, LPCWSTR className, LPCWSTR windowName, function in class:NWindows::NControl::CWindow2
117 return CWindow::CreateEx(exStyle, className, windowName, style,
/external/lzma/CPP/Windows/
H A DWindow.cpp67 bool CWindow::CreateEx(DWORD exStyle, LPCWSTR className, function in class:NWindows::CWindow
98 return CreateEx(exStyle, classNameP, windowNameP,
H A DWindow.h84 bool CreateEx(DWORD exStyle, LPCTSTR className, function in class:NWindows::CWindow
114 bool CreateEx(DWORD exStyle, LPCWSTR className,
/external/libbrillo/brillo/streams/
H A Dmemory_stream.cc26 return CreateEx(std::move(container), 0, error);
35 return CreateEx(std::move(container), 0, error);
41 return CreateEx(std::move(container), 0, error);
47 return CreateEx(std::move(container), 0, error);
61 return CreateEx(std::move(container), 0, error);
67 return CreateEx(std::move(container), 0, error);
74 return CreateEx(std::move(container), buffer->size(), error);
77 StreamPtr MemoryStream::CreateEx( function in class:brillo::MemoryStream

Completed in 402 milliseconds