Home
last modified time | relevance | path

Searched refs:GetSection (Results 1 – 6 of 6) sorted by relevance

/external/vixl/examples/aarch32/
Ddisasm-a32.cc79 int GetSection() const { return section_; } in GetSection() function in Symbol
288 const Elf32_Shdr& shndx = shdr[sres->second.GetSection()]; in main()
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_EditCtrl.cpp419 if (pIterator->GetSection(section)) { in GetCaretFont()
440 if (pIterator->GetSection(section)) { in GetCaretFontSize()
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h53 bool GetSection(CPVT_Section& section) const;
Dcpdf_variabletext.cpp221 bool CPDF_VariableText::Iterator::GetSection(CPVT_Section& section) const { in GetSection() function in CPDF_VariableText::Iterator
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.cpp128 bool CFX_Edit_Iterator::GetSection(CPVT_Section& section) const { in GetSection() function in CFX_Edit_Iterator
131 if (m_pVTIterator->GetSection(section)) { in GetSection()
1921 pIterator->GetSection(section); in Backspace()
1963 pIterator->GetSection(section); in Delete()
Dfxet_edit.h514 bool GetSection(CPVT_Section& section) const;