Searched refs:anchorType (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_draw.h | 20 JS_PROP(anchorType);
|
D | cjx_subform.h | 26 JS_PROP(anchorType);
|
D | cjx_exclgroup.h | 29 JS_PROP(anchorType);
|
D | cjx_field.h | 36 JS_PROP(anchorType);
|
D | cjx_draw.cpp | 149 void CJX_Draw::anchorType(CFXJSE_Value* pValue, in anchorType() function in CJX_Draw
|
D | cjx_subform.cpp | 105 void CJX_Subform::anchorType(CFXJSE_Value* pValue, in anchorType() function in CJX_Subform
|
D | cjx_exclgroup.cpp | 154 void CJX_ExclGroup::anchorType(CFXJSE_Value* pValue, in anchorType() function in CJX_ExclGroup
|
D | cjx_field.cpp | 377 void CJX_Field::anchorType(CFXJSE_Value* pValue, in anchorType() function in CJX_Field
|
/external/pdfium/xfa/fxfa/parser/ |
D | xfa_basic_data_element_script.cpp | 1505 {0xc2bd40fd, L"anchorType", (XFA_ATTRIBUTE_CALLBACK)&CJX_Field::anchorType, 1752 (XFA_ATTRIBUTE_CALLBACK)&CJX_ExclGroup::anchorType, 1977 (XFA_ATTRIBUTE_CALLBACK)&CJX_Subform::anchorType, 3101 {0xc2bd40fd, L"anchorType", (XFA_ATTRIBUTE_CALLBACK)&CJX_Draw::anchorType,
|