Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DJS_Value.cpp19 m_pValue(pValue), m_eType(t), m_isolate(isolate) in CJS_Value()
57 m_pValue = (JSFXObject)*pJsDoc; in CJS_Value()
81 m_pValue = pValue; in Attach()
93 m_pValue = v8::Local<v8::Value>(); in Detach()
101 return JS_ToInt32(m_isolate, m_pValue); in ToInt()
106 return JS_ToBoolean(m_isolate, m_pValue); in ToBool()
111 return JS_ToNumber(m_isolate, m_pValue); in ToDouble()
121 v8::Local<v8::Object> pObj = JS_ToObject(m_isolate, m_pValue); in ToCJSObject()
127 return JS_ToObject(m_isolate, m_pValue); in ToV8Object()
132 return JS_ToString(m_isolate, m_pValue); in ToCFXWideString()
[all …]
DJS_EventHandler.cpp35 m_pValue(NULL), in CJS_EventHandler()
176 m_pValue = (CFX_WideString*)&Value; in OnField_Focus()
188 m_pValue = (CFX_WideString*)&Value; in OnField_Blur()
210 m_pValue = &Value; in OnField_Keystroke()
229 m_pValue = &Value; in OnField_Validate()
242 m_pValue = &Value; in OnField_Calculate()
254 m_pValue = &Value; in OnField_Format()
406 m_pValue = NULL; in Initial()
663 return *m_pValue; in Value()
DPublicMethods.cpp1067 if(!pEvent->m_pValue) in AFNumber_Format()
1273 if(!pEvent->m_pValue) in AFNumber_Keystroke()
1404 if(!pEvent->m_pValue) in AFPercent_Format()
1517 if(!pEvent->m_pValue) in AFDate_FormatEx()
1628 if(!pEvent->m_pValue) in AFDate_KeystrokeEx()
1792 if(!pEvent->m_pValue) in AFSpecial_Format()
1842 if(!pEvent->m_pValue) in AFSpecial_KeystrokeEx()
1940 if(!pEvent->m_pValue) in AFSpecial_Keystroke()
1995 if (pEventHandler->m_pValue != NULL) in AFMergeChange()
2194 if((CJS_EventHandler*)pContext->GetEventHandler()->m_pValue) in AFSimple_Calculate()
[all …]
Devent.cpp350 if(!pEvent->m_pValue) in value()
/external/pdfium/fpdfsdk/include/javascript/
DJS_EventHandler.h162 CFX_WideString* m_pValue; variable
DJS_Value.h75 v8::Local<v8::Value> m_pValue;