Searched refs:CFXJSE_Value (Results 26 - 41 of 41) sorted by relevance

12

/external/pdfium/xfa/fxfa/parser/
H A Dcscript_layoutpseudomodel.cpp34 void CScript_LayoutPseudoModel::Ready(CFXJSE_Value* pValue,
103 CFXJSE_Value* pValue = pArguments->GetReturnValue();
169 CFXJSE_Value* pValue = pArguments->GetReturnValue();
195 CFXJSE_Value* pValue = pArguments->GetReturnValue();
385 CFXJSE_Value* pValue = pArguments->GetReturnValue();
392 CFXJSE_Value* pValue = pArguments->GetReturnValue();
419 CFXJSE_Value* pValue = pArguments->GetReturnValue();
430 CFXJSE_Value* pValue = pArguments->GetReturnValue();
468 CFXJSE_Value* pValue = pArguments->GetReturnValue();
H A Dcscript_layoutpseudomodel.h27 void Ready(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
H A Dcxfa_object.cpp38 void CXFA_Object::Script_ObjectClass_ClassName(CFXJSE_Value* pValue,
H A Dcxfa_node.cpp1026 std::unique_ptr<CFXJSE_Value> pValue(
1027 new CFXJSE_Value(pScriptContext->GetRuntime()));
1045 CFXJSE_Value* pValue = pArguments->GetReturnValue();
1057 void CXFA_Node::Script_Som_ResolveNodeList(CFXJSE_Value* pValue,
1089 void CXFA_Node::Script_TreeClass_All(CFXJSE_Value* pValue,
1104 void CXFA_Node::Script_TreeClass_Nodes(CFXJSE_Value* pValue,
1119 void CXFA_Node::Script_TreeClass_ClassAll(CFXJSE_Value* pValue,
1131 void CXFA_Node::Script_TreeClass_Parent(CFXJSE_Value* pValue,
1146 void CXFA_Node::Script_TreeClass_Index(CFXJSE_Value* pValue,
1156 void CXFA_Node::Script_TreeClass_ClassIndex(CFXJSE_Value* pValu
[all...]
H A Dcxfa_nodelist.cpp117 void CXFA_NodeList::Script_ListClass_Length(CFXJSE_Value* pValue,
H A Dcxfa_resolveprocessor.cpp697 std::unique_ptr<CFXJSE_Value> pRetValue(
698 new CFXJSE_Value(rnd.m_pSC->GetRuntime()));
/external/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_docenvironment.h84 CFXJSE_Value* pValue) override;
87 CFXJSE_Value* pValue) override;
H A Dcpdfxfa_docenvironment.cpp1003 CFXJSE_Value* pValue) {
1018 CFXJSE_Value* pValue) {
/external/pdfium/fxjs/
H A Dcfxjse_context.cpp189 std::unique_ptr<CFXJSE_Value> CFXJSE_Context::GetGlobalObject() {
190 std::unique_ptr<CFXJSE_Value> pValue(new CFXJSE_Value(m_pIsolate));
206 CFXJSE_Value* lpRetValue,
207 CFXJSE_Value* lpNewThisObject) {
/external/pdfium/fpdfsdk/javascript/
H A DJS_Runtime_Stub.cpp140 bool GetValueByName(const CFX_ByteStringC&, CFXJSE_Value*) override {
144 bool SetValueByName(const CFX_ByteStringC&, CFXJSE_Value*) override {
H A Dcjs_runtime.cpp223 CFXJSE_Value* pValue) {
243 CFXJSE_Value* pValue) {
/external/pdfium/xfa/fxfa/
H A Dfxfa_widget.h59 CFXJSE_Value** pRetValue = nullptr);
88 CFXJSE_Value* pRetValue,
H A Dfxfa.h276 CFXJSE_Value* pValue) = 0;
279 CFXJSE_Value* pValue) = 0;
H A Dfxfa_basic.h1011 typedef void (CXFA_Object::*XFA_ATTRIBUTE_CALLBACK)(CFXJSE_Value* pValue,
/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffwidgetacc.cpp374 CFXJSE_Value* pRetValue,
575 CFXJSE_Value* pRetValue = nullptr;
610 CFXJSE_Value** pRetValue) {
639 std::unique_ptr<CFXJSE_Value> pTmpRetValue(
640 new CFXJSE_Value(pContext->GetRuntime()));
H A Dxfa_ffnotify.cpp203 CFXJSE_Value* pRetValue = nullptr;

Completed in 289 milliseconds

12