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

  /external/pdfium/fpdfsdk/include/
fsdk_baseform.h 154 void ResetAppearance(FX_BOOL bValueChanged);
156 void ResetAppearance(const FX_WCHAR* sValue, FX_BOOL bValueChanged);
  /external/pdfium/fpdfsdk/src/
fsdk_annothandler.cpp 432 pWidget->ResetAppearance(nullptr, FALSE);
652 pWidget->ResetAppearance(NULL, FALSE);
659 pWidget->ResetAppearance(sValue.c_str(), FALSE);
669 pWidget->ResetAppearance(FALSE);
    [all...]
fsdk_baseform.cpp 701 ResetAppearance(TRUE);
752 void CPDFSDK_Widget::ResetAppearance(FX_BOOL bValueChanged) {
759 this->ResetAppearance(sValue, TRUE);
761 this->ResetAppearance(NULL, TRUE);
764 this->ResetAppearance(NULL, FALSE);
770 void CPDFSDK_Widget::ResetAppearance(const FX_WCHAR* sValue,
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp 219 pWidget->ResetAppearance(bFormatted ? sValue.c_str() : nullptr, FALSE);
223 pWidget->ResetAppearance(nullptr, FALSE);
257 pWidget->ResetAppearance(sValue.c_str(), FALSE);
259 pWidget->ResetAppearance(NULL, FALSE);
261 pWidget->ResetAppearance(NULL, FALSE);
    [all...]

Completed in 528 milliseconds