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

  /external/pdfium/core/fpdfdoc/
cpdf_formfield.h 205 bool NotifyBeforeValueChange(const WideString& value);
cpdf_formfield.cpp 218 if (bNotify && !NotifyBeforeValueChange(csDValue))
355 if (bNotify && !NotifyBeforeValueChange(csValue))
945 bool CPDF_FormField::NotifyBeforeValueChange(const WideString& value) {
962 return NotifyBeforeValueChange(value);

Completed in 111 milliseconds