OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetCaption
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/src/fpdfdoc/
doc_formcontrol.cpp
229
CFX_WideString CPDF_FormControl::
GetCaption
(CFX_ByteString csEntry)
232
return mk.
GetCaption
(csEntry);
433
CFX_WideString CPDF_ApSettings::
GetCaption
(FX_BSTR csEntry)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
amvideo.h
691
virtual HRESULT STDMETHODCALLTYPE
GetCaption
(
778
HRESULT (STDMETHODCALLTYPE *
GetCaption
)(
813
#define IFullScreenVideo_GetCaption(This,pstrCaption) (This)->lpVtbl->
GetCaption
(This,pstrCaption)
873
return This->lpVtbl->
GetCaption
(This,pstrCaption);
[
all
...]
agtsvr.h
387
virtual HRESULT WINAPI
GetCaption
(BSTR *pbszCaption) = 0;
411
HRESULT (WINAPI *
GetCaption
)(IAgentCommand *This,BSTR *pbszCaption);
437
#define IAgentCommand_GetCaption(This,pbszCaption) (This)->lpVtbl->
GetCaption
(This,pbszCaption)
502
HRESULT (WINAPI *
GetCaption
)(IAgentCommandEx *This,BSTR *pbszCaption);
532
#define IAgentCommandEx_GetCaption(This,pbszCaption) (This)->lpVtbl->
GetCaption
(This,pbszCaption)
569
virtual HRESULT WINAPI
GetCaption
(BSTR *pbszCaption) = 0;
592
HRESULT (WINAPI *
GetCaption
)(IAgentCommands *This,BSTR *pbszCaption);
[
all
...]
Completed in 86 milliseconds