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

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Note.h 67 virtual IPWL_NoteItem* GetSubItems(int32_t index) const = 0;
197 IPWL_NoteItem* GetSubItems(int32_t index) const;
242 IPWL_NoteItem* GetSubItems(int32_t index) const override;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Note.cpp 416 IPWL_NoteItem* CPWL_Note_Contents::GetSubItems(int32_t index) const {
835 IPWL_NoteItem* CPWL_NoteItem::GetSubItems(int32_t index) const {
837 return m_pContents->GetSubItems(index);
    [all...]

Completed in 330 milliseconds