HomeSort by relevance Sort by last modified time
    Searched refs:GetRemoteName (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits2_0.h 217 HRESULT (WINAPI *GetRemoteName)(IBackgroundCopyFile2 *This,LPWSTR *pVal);
231 #define IBackgroundCopyFile2_GetRemoteName(This,pVal) (This)->lpVtbl -> GetRemoteName(This,pVal)
bits.h 111 virtual HRESULT WINAPI GetRemoteName(LPWSTR *pVal) = 0;
121 HRESULT (WINAPI *GetRemoteName)(IBackgroundCopyFile *This,LPWSTR *pVal);
133 #define IBackgroundCopyFile_GetRemoteName(This,pVal) (This)->lpVtbl->GetRemoteName(This,pVal)
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_basic.cpp 68 CFX_ByteString CPDF_Dest::GetRemoteName()
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 131 CFX_ByteString GetRemoteName();
    [all...]

Completed in 254 milliseconds