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

/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Context.cpp172 void CJS_Context::OnField_Keystroke(CFX_WideString& strChange, argument
185 strChange, strChangeEx, bKeyDown, bModifier, nSelEnd, nSelStart, bShift,
189 void CJS_Context::OnField_Validate(CFX_WideString& strChange, argument
197 m_pEventHandler->OnField_Validate(strChange, strChangeEx, bKeyDown, bModifier,
H A DJS_EventHandler.cpp176 void CJS_EventHandler::OnField_Keystroke(CFX_WideString& strChange, argument
191 m_pWideStrChange = &strChange;
205 void CJS_EventHandler::OnField_Validate(CFX_WideString& strChange, argument
215 m_pWideStrChange = &strChange;
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_IFormFiller.cpp937 CFX_WideString& strChange,
974 fa.sChange = strChange;
936 OnBeforeKeyStroke(void* pPrivateData, CFX_WideString& strChange, const CFX_WideString& strChangeEx, int nSelStart, int nSelEnd, FX_BOOL bKeyDown, FX_BOOL& bRC, FX_BOOL& bExit, FX_DWORD nFlag) argument
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Edit.cpp869 CFX_WideString strChange; local
878 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), strChange, local

Completed in 94 milliseconds