Searched defs:strChange (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/javascript/
H A Dcjs_event_context.cpp167 void CJS_EventContext::OnField_Keystroke(CFX_WideString& strChange, argument
180 strChange, strChangeEx, bKeyDown, bModifier, nSelEnd, nSelStart, bShift,
184 void CJS_EventContext::OnField_Validate(CFX_WideString& strChange, argument
192 m_pEventHandler->OnField_Validate(strChange, strChangeEx, bKeyDown, bModifier,
H A DJS_EventHandler.cpp170 void CJS_EventHandler::OnField_Keystroke(CFX_WideString& strChange, argument
185 m_pWideStrChange = &strChange;
199 void CJS_EventHandler::OnField_Validate(CFX_WideString& strChange, argument
209 m_pWideStrChange = &strChange;
/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_interactiveformfiller.cpp879 CFX_WideString& strChange,
917 fa.sChange = strChange;
877 OnBeforeKeyStroke( void* pPrivateData, CFX_WideString& strChange, const CFX_WideString& strChangeEx, int nSelStart, int nSelEnd, bool bKeyDown, bool& bRC, bool& bExit, uint32_t nFlag) argument
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Edit.cpp613 CFX_WideString strChange; local
622 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), strChange, local

Completed in 79 milliseconds