Home
last modified time | relevance | path

Searched refs:m_pValue (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fxjs/
Dcjs_eventhandler.cpp31 m_pValue(nullptr), in CJS_EventHandler()
155 m_pValue = (WideString*)&Value; in OnField_Focus()
167 m_pValue = (WideString*)&Value; in OnField_Blur()
193 m_pValue = &Value; in OnField_Keystroke()
215 m_pValue = &Value; in OnField_Validate()
228 m_pValue = &Value; in OnField_Calculate()
239 m_pValue = &Value; in OnField_Format()
391 m_pValue = nullptr; in Initial()
645 return *m_pValue; in Value()
Dcjs_publicmethods.cpp874 if (!pEvent->m_pValue) in AFNumber_Format()
980 if (!pEvent->m_pValue) in AFNumber_Keystroke()
1069 if (!pEvent->m_pValue) in AFPercent_Format()
1153 if (!pEvent->m_pValue) in AFDate_FormatEx()
1231 if (!pEvent->m_pValue) in AFDate_KeystrokeEx()
1364 if (!pEvent->m_pValue) in AFSpecial_Format()
1400 if (!pEvent->m_pValue) in AFSpecial_KeystrokeEx()
1479 if (!pEvent->m_pValue) in AFSpecial_Keystroke()
1516 if (pEventHandler->m_pValue) in AFMergeChange()
1655 if (pContext->GetEventHandler()->m_pValue) { in AFSimple_Calculate()
[all …]
Dcjs_event.cpp278 if (!pEvent->m_pValue) in get_value()
291 if (!pEvent->m_pValue) in set_value()
Dcjs_eventhandler.h187 UnownedPtr<WideString> m_pValue; variable
Dcfxjse_formcalc_context.h441 std::unique_ptr<CFXJSE_Value> m_pValue; variable
Dcfxjse_formcalc_context.cpp6197 m_pValue(pdfium::MakeUnique<CFXJSE_Value>(pScriptIsolate)), in CFXJSE_FormCalcContext()
6199 m_pValue.get()->SetObject(this, m_pFMClass); in CFXJSE_FormCalcContext()
6205 pValue->Assign(m_pValue.get()); in GlobalPropertyGetter()