Searched defs:refNode (Results 1 - 12 of 12) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_nodehelper.cpp260 void CXFA_NodeHelper::GetNameExpression(CXFA_Node* refNode, argument
266 GetNameExpression(refNode, wsName, false, eLogicType);
269 ResolveNodes_GetParent(refNode, XFA_LOGIC_NoTransparent);
281 bool bIsProperty = NodeIsProperty(refNode);
282 if (refNode->IsUnnamed() ||
283 (bIsProperty && refNode->GetElementType() != XFA_Element::PageSet)) {
284 ws = refNode->GetClassName();
286 GetIndex(refNode, eLogicType, bIsProperty, true));
289 ws = refNode->GetCData(XFA_ATTRIBUTE_Name);
292 GetIndex(refNode, eLogicTyp
295 NodeIsTransparent(CXFA_Node* refNode) argument
407 SetCreateNodeType(CXFA_Node* refNode) argument
422 NodeIsProperty(CXFA_Node* refNode) argument
[all...]
H A Dcxfa_scriptcontext.cpp207 bool CXFA_ScriptContext::QueryNodeByFlag(CXFA_Node* refNode, argument
212 if (!refNode)
215 if (ResolveObjects(refNode, propname, resolveRs, dwFlag) <= 0)
559 int32_t CXFA_ScriptContext::ResolveObjects(CXFA_Object* refNode, argument
571 if (refNode && refNode->IsNode() &&
573 m_upObjectArray.Add(refNode->AsNode());
587 findNodes.Add(refNode ? refNode : m_pDocument->GetRoot());
739 int32_t CXFA_ScriptContext::GetIndexByName(CXFA_Node* refNode) { argument
744 GetIndexByClassName(CXFA_Node* refNode) argument
749 GetSomExpression(CXFA_Node* refNode, CFX_WideString& wsExpression) argument
[all...]
H A Dcxfa_node.cpp1005 CXFA_Node* refNode = this;
1006 if (refNode->GetElementType() == XFA_Element::Xfa)
1007 refNode = ToNode(pScriptContext->GetThisObject());
1013 refNode, wsExpression.AsStringC(), resoveNodeRS, dwFlag);
1051 CXFA_Node* refNode = this; local
1052 if (refNode->GetElementType() == XFA_Element::Xfa)
1053 refNode = ToNode(m_pDocument->GetScriptContext()->GetThisObject());
1054 Script_Som_ResolveNodeList(pValue, wsExpression, dwFlag, refNode);
1060 CXFA_Node* refNode) {
1065 if (!refNode)
1057 Script_Som_ResolveNodeList(CFXJSE_Value* pValue, CFX_WideString wsExpression, uint32_t dwFlag, CXFA_Node* refNode) argument
[all...]
/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffdocview.cpp503 CXFA_Node* refNode = nullptr; local
505 refNode = pRefWidgetAcc->GetNode();
512 refNode, wsExpression.AsStringC(), resoveNodeRS, dwStyle);
765 CXFA_Node* refNode = refObj->AsNode(); local
767 wsValue = refNode->GetContent();
769 CXFA_Node* nodeValue = refNode->GetFirstChildByName(uValueHash);
770 wsValue = nodeValue ? nodeValue->GetContent() : refNode->GetContent();
774 wsLabel = refNode->GetContent();
776 CXFA_Node* nodeLabel = refNode->GetFirstChildByName(wsLabelRef);
/external/libxml2/
H A Dxmlschemas.c23812 xmlSchemaPSVIIDCNodePtr refNode = NULL; local
23832 refNode = matcher->targets->items[i];
23834 refKeys = refNode->keys;
23875 XML_SCHEMAV_CVC_IDC, refNode,
23880 refNode->keys, nbFields),
23894 XML_SCHEMAV_CVC_IDC, refNode,
23898 refNode->keys, nbFields),
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 169 milliseconds