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

  /external/pdfium/core/fpdfdoc/
cpdf_apsettings.cpp 105 CFX_WideString CPDF_ApSettings::GetCaption(
cpdf_formcontrol.cpp 230 CFX_WideString CPDF_FormControl::GetCaption(const CFX_ByteString& csEntry) {
231 return GetMK().GetCaption(csEntry);
  /external/pdfium/xfa/fxfa/parser/
cxfa_widgetdata.cpp 302 CXFA_Caption CXFA_WidgetData::GetCaption(bool bModified) {
    [all...]
  /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 146 milliseconds