Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_bucket.h88 static NOINLINE void OnFull();
Dpartition_bucket.cc187 NOINLINE void PartitionBucket::OnFull() { in OnFull() function in pdfium::base::internal::PartitionBucket
444 OnFull(); in SetNewActivePage()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.h152 bool OnFull(ObservedPtr<CPDFSDK_Annot>* pAnnot,
Dcffl_interactiveformfiller.cpp777 bool CFFL_InteractiveFormFiller::OnFull(ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnFull() function in CFFL_InteractiveFormFiller
894 if (OnFull(&pObserved, privateData.pPageView, nFlag) || !pObserved) in OnBeforeKeyStroke()