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

  /external/pdfium/core/fpdfapi/page/
cpdf_pageobject.cpp 73 void CPDF_PageObject::CopyData(const CPDF_PageObject* pSrc) {
  /external/google-breakpad/src/common/linux/
elf_core_dump.cc 149 bool ElfCoreDump::CopyData(void* buffer, Addr virtual_address, size_t length) {
  /external/libbrillo/brillo/streams/
stream_utils.cc 18 // Status of asynchronous CopyData operation.
29 // Async CopyData I/O error callback.
39 // Callback from read operation for CopyData. Writes the read data to the output
61 // Performs the read part of asynchronous CopyData operation. Reads the data
188 void CopyData(StreamPtr in_stream,
192 CopyData(std::move(in_stream), std::move(out_stream),
197 void CopyData(StreamPtr in_stream,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspath.h 547 INT CopyData(PointF *points, BYTE *types, INT startIndex, INT endIndex)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iadmw.h 122 virtual HRESULT WINAPI CopyData(METADATA_HANDLE hMDSourceHandle,LPCWSTR pszMDSourcePath,METADATA_HANDLE hMDDestHandle,LPCWSTR pszMDDestPath,DWORD dwMDAttributes,DWORD dwMDUserType,DWORD dwMDDataType,WINBOOL bMDCopyFlag) = 0;
160 HRESULT (WINAPI *CopyData)(IMSAdminBaseW *This,METADATA_HANDLE hMDSourceHandle,LPCWSTR pszMDSourcePath,METADATA_HANDLE hMDDestHandle,LPCWSTR pszMDDestPath,DWORD dwMDAttributes,DWORD dwMDUserType,DWORD dwMDDataType,WINBOOL bMDCopyFlag);
200 #define IMSAdminBaseW_CopyData(This,hMDSourceHandle,pszMDSourcePath,hMDDestHandle,pszMDDestPath,dwMDAttributes,dwMDUserType,dwMDDataType,bMDCopyFlag) (This)->lpVtbl->CopyData(This,hMDSourceHandle,pszMDSourcePath,hMDDestHandle,pszMDDestPath,dwMDAttributes,dwMDUserType,dwMDDataType,bMDCopyFlag)
316 HRESULT (WINAPI *CopyData)(IMSAdminBase2W *This,METADATA_HANDLE hMDSourceHandle,LPCWSTR pszMDSourcePath,METADATA_HANDLE hMDDestHandle,LPCWSTR pszMDDestPath,DWORD dwMDAttributes,DWORD dwMDUserType,DWORD dwMDDataType,WINBOOL bMDCopyFlag);
    [all...]

Completed in 242 milliseconds