HomeSort by relevance Sort by last modified time
    Searched refs:eAttribute (Results 1 - 20 of 20) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cscript_eventpseudomodel.h 38 void Change(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
39 void CommitKey(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
40 void FullText(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
41 void KeyDown(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
42 void Modifier(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
45 XFA_ATTRIBUTE eAttribute);
46 void NewText(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
49 XFA_ATTRIBUTE eAttribute);
50 void PrevText(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
51 void Reenter(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
    [all...]
cscript_datawindow.h 24 XFA_ATTRIBUTE eAttribute);
27 XFA_ATTRIBUTE eAttribute);
30 XFA_ATTRIBUTE eAttribute);
31 void IsDefined(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
cscript_hostpseudomodel.h 19 void AppType(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
22 XFA_ATTRIBUTE eAttribute);
25 XFA_ATTRIBUTE eAttribute);
26 void Language(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
27 void NumPages(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
28 void Platform(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
29 void Title(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
32 XFA_ATTRIBUTE eAttribute);
33 void Variation(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
34 void Version(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
    [all...]
cscript_datawindow.cpp 33 XFA_ATTRIBUTE eAttribute) {}
37 XFA_ATTRIBUTE eAttribute) {}
41 XFA_ATTRIBUTE eAttribute) {}
45 XFA_ATTRIBUTE eAttribute) {}
xfa_object.h 93 XFA_ATTRIBUTE eAttribute);
348 XFA_ATTRIBUTE eAttribute);
351 XFA_ATTRIBUTE eAttribute);
354 XFA_ATTRIBUTE eAttribute);
357 XFA_ATTRIBUTE eAttribute);
360 XFA_ATTRIBUTE eAttribute);
363 XFA_ATTRIBUTE eAttribute);
366 XFA_ATTRIBUTE eAttribute);
380 XFA_ATTRIBUTE eAttribute);
383 XFA_ATTRIBUTE eAttribute);
    [all...]
cscript_eventpseudomodel.cpp 125 XFA_ATTRIBUTE eAttribute) {
130 XFA_ATTRIBUTE eAttribute) {
135 XFA_ATTRIBUTE eAttribute) {
140 XFA_ATTRIBUTE eAttribute) {
145 XFA_ATTRIBUTE eAttribute) {
150 XFA_ATTRIBUTE eAttribute) {
155 XFA_ATTRIBUTE eAttribute) {
160 XFA_ATTRIBUTE eAttribute) {
165 XFA_ATTRIBUTE eAttribute) {
170 XFA_ATTRIBUTE eAttribute) {
    [all...]
xfa_utils.cpp 267 XFA_ATTRIBUTE eAttribute,
274 if (pAttr->eAttribute == eAttribute) {
283 if (pAttr->eAttribute == eAttribute) {
300 if (pAttr->eAttribute == eAttribute) {
388 XFA_ATTRIBUTE eAttribute,
391 if (XFA_GetAttributeDefaultValue(pValue, eElement, eAttribute,
400 XFA_ATTRIBUTE eAttribute,
    [all...]
cxfa_node.cpp 446 void* GetMapKey_Element(XFA_Element eType, XFA_ATTRIBUTE eAttribute) {
448 (eAttribute << 8) | XFA_KEYTYPE_Element);
452 XFA_ATTRIBUTE eAttribute,
459 if (!std::binary_search(pAttr, pAttr + iCount, eAttribute))
462 const XFA_ATTRIBUTEINFO* pInfo = XFA_GetAttributeByID(eAttribute);
    [all...]
cscript_hostpseudomodel.cpp 39 XFA_ATTRIBUTE eAttribute) {
52 XFA_ATTRIBUTE eAttribute) {
68 XFA_ATTRIBUTE eAttribute) {
83 XFA_ATTRIBUTE eAttribute) {
97 XFA_ATTRIBUTE eAttribute) {
112 XFA_ATTRIBUTE eAttribute) {
126 XFA_ATTRIBUTE eAttribute) {
146 XFA_ATTRIBUTE eAttribute) {
163 XFA_ATTRIBUTE eAttribute) {
179 XFA_ATTRIBUTE eAttribute) {
    [all...]
cscript_layoutpseudomodel.h 27 void Ready(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
cxfa_object.cpp 40 XFA_ATTRIBUTE eAttribute) {
xfa_resolvenode_rs.h 52 pValue.get(), false, (XFA_ATTRIBUTE)pScriptAttribute->eAttribute);
xfa_utils.h 183 XFA_ATTRIBUTE eAttribute,
199 XFA_ATTRIBUTE eAttribute,
203 XFA_ATTRIBUTE eAttribute,
cxfa_nodelist.cpp 119 XFA_ATTRIBUTE eAttribute) {
cxfa_scriptcontext.cpp 225 pValue, bSetting, (XFA_ATTRIBUTE)lpAttributeInfo->eAttribute);
343 pReturnValue, true, (XFA_ATTRIBUTE)lpAttributeInfo->eAttribute);
364 pReturnValue, true, (XFA_ATTRIBUTE)lpAttrInfo->eAttribute);
654 (XFA_ATTRIBUTE)rndFind.m_pScriptAttribute->eAttribute);
cxfa_widgetdata.cpp 212 XFA_ATTRIBUTE eAttribute,
215 if (XFA_GetAttributeDefaultValue(pValue, eElement, eAttribute,
223 XFA_ATTRIBUTE eAttribute,
226 if (XFA_GetAttributeDefaultValue(pValue, eElement, eAttribute,
234 XFA_ATTRIBUTE eAttribute,
237 if (XFA_GetAttributeDefaultValue(pValue, eElement, eAttribute,
    [all...]
cxfa_dataexporter.cpp 97 bool AttributeSaveInDataModel(CXFA_Node* pNode, XFA_ATTRIBUTE eAttribute) {
108 eAttribute == XFA_ATTRIBUTE_Href) {
cscript_layoutpseudomodel.cpp 36 XFA_ATTRIBUTE eAttribute) {
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 996 XFA_ATTRIBUTE eAttribute;
1013 XFA_ATTRIBUTE eAttribute);
1022 int32_t eAttribute;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
uxtheme.h 101 THEMEAPI SetWindowThemeAttribute(HWND hwnd,enum WINDOWTHEMEATTRIBUTETYPE eAttribute,PVOID pvAttribute,DWORD cbAttribute);

Completed in 209 milliseconds