Home
last modified time | relevance | path

Searched refs:TextChanged (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_eventtextchanged.cpp10 : CFWL_Event(CFWL_Event::Type::TextChanged, pSrcTarget) {} in CFWL_EventTextChanged()
Dcfwl_event.h32 TextChanged, enumerator
Dcfwl_barcode.cpp91 if (pEvent->GetType() == CFWL_Event::Type::TextChanged) { in OnProcessEvent()
Dcfwl_combobox.cpp752 } else if (type == CFWL_Event::Type::TextChanged) { in OnProcessEvent()
/external/pdfium/xfa/fxfa/app/
Dxfa_fftextedit.cpp329 case CFWL_Event::Type::TextChanged: { in OnProcessEvent()