Home
last modified time | relevance | path

Searched refs:CJX_Object (Results 1 – 25 of 40) sorted by relevance

12

/external/pdfium/xfa/fxfa/parser/
Dxfa_basic_data_element_script.cpp480 (XFA_ATTRIBUTE_CALLBACK)&CJX_Object::Script_Attribute_String,
483 (XFA_ATTRIBUTE_CALLBACK)&CJX_Object::Script_Attribute_BOOL,
488 (XFA_ATTRIBUTE_CALLBACK)&CJX_Object::Script_Attribute_String,
491 (XFA_ATTRIBUTE_CALLBACK)&CJX_Object::Script_Attribute_BOOL,
524 (XFA_ATTRIBUTE_CALLBACK)&CJX_Object::Script_Attribute_String,
527 (XFA_ATTRIBUTE_CALLBACK)&CJX_Object::Script_Attribute_String,
530 (XFA_ATTRIBUTE_CALLBACK)&CJX_Object::Script_Attribute_BOOL,
533 (XFA_ATTRIBUTE_CALLBACK)&CJX_Object::Script_Attribute_BOOL,
551 (XFA_ATTRIBUTE_CALLBACK)&CJX_Object::Script_Attribute_String,
554 (XFA_ATTRIBUTE_CALLBACK)&CJX_Object::Script_Attribute_BOOL,
[all …]
Dcxfa_object.h30 class CJX_Object; variable
72 CJX_Object* JSObject() { return m_pJSObject.get(); } in JSObject()
73 const CJX_Object* JSObject() const { return m_pJSObject.get(); } in JSObject()
95 std::unique_ptr<CJX_Object> jsObject);
104 std::unique_ptr<CJX_Object> m_pJSObject;
Dcxfa_list.cpp17 CXFA_List::CXFA_List(CXFA_Document* pDocument, std::unique_ptr<CJX_Object> obj) in CXFA_List()
28 std::unique_ptr<CJX_Object> obj) in CXFA_List()
Dcxfa_list.h27 CXFA_List(CXFA_Document* doc, std::unique_ptr<CJX_Object> js_obj);
32 std::unique_ptr<CJX_Object> obj);
Dcxfa_thisproxy.cpp18 pdfium::MakeUnique<CJX_Object>(this)), in CXFA_ThisProxy()
Dcxfa_stroke.h62 std::unique_ptr<CJX_Object> js_node);
Dcxfa_object.cpp24 std::unique_ptr<CJX_Object> jsObject) in CXFA_Object()
Dcxfa_box.h51 std::unique_ptr<CJX_Object> js_node);
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp126 CJX_Object::CJX_Object(CXFA_Object* obj) : object_(obj) {} in CJX_Object() function in CJX_Object
128 CJX_Object::~CJX_Object() { in ~CJX_Object()
132 void CJX_Object::DefineMethods(const CJX_MethodSpec method_specs[], in DefineMethods()
138 CXFA_Document* CJX_Object::GetDocument() const { in GetDocument()
142 void CJX_Object::className(CFXJSE_Value* pValue, in className()
153 int32_t CJX_Object::Subform_and_SubformSet_InstanceIndex() { in Subform_and_SubformSet_InstanceIndex()
166 bool CJX_Object::HasMethod(const WideString& func) const { in HasMethod()
170 CJS_Return CJX_Object::RunMethod( in RunMethod()
180 void CJX_Object::ThrowTooManyOccurancesException(const WideString& obj) const { in ThrowTooManyOccurancesException()
186 void CJX_Object::ThrowInvalidPropertyException() const { in ThrowInvalidPropertyException()
[all …]
Dcjx_object.h32 CJX_Object* obj,
54 class CJX_Object {
56 explicit CJX_Object(CXFA_Object* obj);
57 virtual ~CJX_Object();
Dcjx_tree.cpp26 CJX_Tree::CJX_Tree(CXFA_Object* obj) : CJX_Object(obj) { in CJX_Tree()
75 CJX_Object* jsObject = resolveNodeRS.objects.front()->JSObject(); in resolveNode()
228 CJX_Object* jsObject = pObject->JSObject(); in ResolveNodeList()
Dcjx_content.cpp12 CJX_Content::CJX_Content(CXFA_Object* obj) : CJX_Object(obj) {} in CJX_Content()
Dcjx_content.h15 class CJX_Content : public CJX_Object {
Dcjx_delta.h15 class CJX_Delta : public CJX_Object {
Dcjx_signaturepseudomodel.h15 class CJX_SignaturePseudoModel : public CJX_Object {
Dcjx_logpseudomodel.h17 class CJX_LogPseudoModel : public CJX_Object {
Dcjx_list.h15 class CJX_List : public CJX_Object {
Dcjx_datawindow.h17 class CJX_DataWindow : public CJX_Object {
Dcjx_tree.h16 class CJX_Tree : public CJX_Object {
Dcjx_delta.cpp17 CJX_Delta::CJX_Delta(CXFA_Delta* delta) : CJX_Object(delta) { in CJX_Delta()
Dcjx_eventpseudomodel.h36 class CJX_EventPseudoModel : public CJX_Object {
Dcjx_logpseudomodel.cpp22 : CJX_Object(model) { in CJX_LogPseudoModel()
Dcjx_hostpseudomodel.h17 class CJX_HostPseudoModel : public CJX_Object {
Dcjx_datawindow.cpp21 : CJX_Object(window) { in CJX_DataWindow()
/external/pdfium/fxjs/
DCJX_Define.h26 CJX_Object* node, CJS_V8* runtime, \

12