HomeSort by relevance Sort by last modified time
    Searched defs:CreateEx (Results 1 - 6 of 6) sorted by null

  /external/lzma/CPP/Windows/Control/
ListView.cpp 14 bool CListView::CreateEx(DWORD exStyle, DWORD style,
19 return CWindow::CreateEx(exStyle, WC_LISTVIEW, TEXT(""), style, x, y, width,
Window2.cpp 49 bool CWindow2::CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName,
70 return CWindow::CreateEx(exStyle, className, windowName, style,
76 bool CWindow2::CreateEx(DWORD exStyle, LPCWSTR className, LPCWSTR windowName,
117 return CWindow::CreateEx(exStyle, className, windowName, style,
  /external/lzma/CPP/Windows/
Window.cpp 67 bool CWindow::CreateEx(DWORD exStyle, LPCWSTR className,
98 return CreateEx(exStyle, classNameP, windowNameP,
Window.h 85 bool CreateEx(DWORD exStyle, LPCTSTR className,
115 bool CreateEx(DWORD exStyle, LPCWSTR className,
  /external/libbrillo/brillo/streams/
memory_stream.cc 26 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(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
txdtc.h 626 virtual HRESULT WINAPI CreateEx(GUID *pguidRM,CHAR *pszRMName,IResourceManagerSink *pIResMgrSink,REFIID riidRequested,void **ppvResMgr) = 0;
635 HRESULT (WINAPI *CreateEx)(IResourceManagerFactory2 *This,GUID *pguidRM,CHAR *pszRMName,IResourceManagerSink *pIResMgrSink,REFIID riidRequested,void **ppvResMgr);
646 #define IResourceManagerFactory2_CreateEx(This,pguidRM,pszRMName,pIResMgrSink,riidRequested,ppvResMgr) (This)->lpVtbl->CreateEx(This,pguidRM,pszRMName,pIResMgrSink,riidRequested,ppvResMgr)
    [all...]

Completed in 405 milliseconds