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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mpeg2data.h 93 STDMETHOD_(HRESULT,GetSection)(THIS_ PID pid,TID tid,PMPEG2_FILTER pFilter,DWORD dwTimeout,ISectionList **ppSectionList) PURE;
103 #define IMpeg2Data_GetSection(This,pid,tid,pFilter,dwTimeout,ppSectionList) (This)->lpVtbl->GetSection(This,pid,tid,pFilter,dwTimeout,ppSectionList)
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 458 if (pIterator->GetSection(section)) {
480 if (pIterator->GetSection(section)) {
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 310 virtual FX_BOOL GetSection(CPVT_Section& section) const = 0;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 65 FX_BOOL CFX_Edit_Iterator::GetSection(CPVT_Section& section) const {
68 if (m_pVTIterator->GetSection(section)) {
    [all...]
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 548 FX_BOOL GetSection(CPVT_Section& section) const override;
doc_vt.cpp     [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 161 virtual FX_BOOL GetSection(CPVT_Section& section) const = 0;
fxet_edit.h 782 FX_BOOL GetSection(CPVT_Section& section) const override;

Completed in 69 milliseconds