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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msdadc.h 122 virtual HRESULT WINAPI SetInfo(ULONG cInfo,DCINFO rgInfo[]) = 0;
131 HRESULT (WINAPI *SetInfo)(IDCInfo *This,ULONG cInfo,DCINFO rgInfo[]);
142 #define IDCInfo_SetInfo(This,cInfo,rgInfo) (This)->lpVtbl->SetInfo(This,cInfo,rgInfo)
iiisext.h 169 HRESULT (WINAPI *SetInfo)(IISApplicationPool *This,void *retval);
199 #define IISApplicationPool_SetInfo(This,retval) (This)->lpVtbl->SetInfo(This,retval)
244 HRESULT (WINAPI *SetInfo)(IISApplicationPools *This,void *retval);
270 #define IISApplicationPools_SetInfo(This,retval) (This)->lpVtbl->SetInfo(This,retval)
320 HRESULT (WINAPI *SetInfo)(IISWebService *This,void *retval);
362 #define IISWebService_SetInfo(This,retval) (This)->lpVtbl->SetInfo(This,retval)
451 HRESULT (WINAPI *SetInfo)(IISDsCrMap *This,void *retval);
    [all...]
iads.h     [all...]
winioctl.h     [all...]
vfw.h 922 STDMETHOD(SetInfo) (THIS_ AVISTREAMINFOW *lpInfo,LONG cbInfo) PURE;
949 STDMETHOD(SetInfo) (THIS_ AVISTREAMINFOW *lpInfo,LONG cbInfo) PURE;
    [all...]
  /external/v8/src/
type-info.h 109 void SetInfo(TypeFeedbackId id, Object* target);
type-info.cc 461 SetInfo(ast_id, target);
471 void TypeFeedbackOracle::SetInfo(TypeFeedbackId ast_id, Object* target) {
  /external/pdfium/core/include/fxge/
fx_dib.h 459 virtual FX_BOOL SetInfo(int width,
541 FX_BOOL SetInfo(int width,
588 FX_BOOL SetInfo(int width,
  /external/pdfium/core/src/fxge/dib/
fx_dib_engine.cpp 806 if (!pDest->SetInfo(rect.Width(), rect.Height(), m_DestFormat, pal)) {
821 if (!pDest->SetInfo(rect.Width(), rect.Height(), m_DestFormat, pal)) {
824 } else if (!pDest->SetInfo(rect.Width(), rect.Height(), m_DestFormat, NULL)) {
    [all...]
fx_dib_main.cpp     [all...]
fx_dib_composite.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]

Completed in 496 milliseconds