Home
last modified time | relevance | path

Searched refs:GetTextRange (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/android/library_loader/
Dlibrary_prefetcher.cc90 std::pair<size_t, size_t> GetTextRange() { in GetTextRange() function
218 ranges.push_back(GetTextRange()); in ForkAndPrefetch()
303 const auto& range = GetTextRange(); in PercentageOfResidentNativeLibraryCode()
311 const auto& range = GetTextRange(); in PeriodicallyCollectResidency()
327 MadviseOnRange(GetTextRange(), MADV_RANDOM); in MadviseForOrderfile()
/external/pdfium/core/fpdftext/
Dcpdf_linkextract.h27 bool GetTextRange(size_t index, int* start_char_index, int* char_count) const;
Dcpdf_linkextract.cpp312 bool CPDF_LinkExtract::GetTextRange(size_t index, in GetTextRange() function in CPDF_LinkExtract
/external/pdfium/fpdfsdk/
Dfpdf_text.cpp570 return page_link->GetTextRange(link_index, start_char_index, char_count); in FPDFLink_GetTextRange()