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

  /external/pdfium/xfa/fxfa/parser/
cxfa_nodehelper.cpp 234 WideString CXFA_NodeHelper::GetNameExpression(CXFA_Node* refNode,
239 wsName = GetNameExpression(refNode, false, eLogicType);
242 ResolveNodes_GetParent(refNode, XFA_LOGIC_NoTransparent);
254 bool bIsProperty = NodeIsProperty(refNode);
255 if (refNode->IsUnnamed() ||
256 (bIsProperty && refNode->GetElementType() != XFA_Element::PageSet)) {
257 ws = refNode->GetClassName();
259 GetIndex(refNode, eLogicType, bIsProperty, true));
261 ws = refNode->JSObject()->GetCData(XFA_Attribute::Name);
264 GetIndex(refNode, eLogicType, bIsProperty, false))
    [all...]
cxfa_nodehelper.h 52 CXFA_Node* refNode,
55 bool NodeIsTransparent(CXFA_Node* refNode);
61 void SetCreateNodeType(CXFA_Node* refNode);
62 bool NodeIsProperty(CXFA_Node* refNode);
  /external/pdfium/fxjs/xfa/
cjx_tree.cpp 43 CXFA_Object* refNode = GetXFAObject();
44 if (refNode->GetElementType() == XFA_Element::Xfa)
45 refNode = pScriptContext->GetThisObject();
51 if (!pScriptContext->ResolveObjects(ToNode(refNode),
87 CXFA_Object* refNode = GetXFAObject();
88 if (refNode->GetElementType() == XFA_Element::Xfa)
89 refNode = GetDocument()->GetScriptContext()->GetThisObject();
100 ToNode(refNode));
206 CXFA_Node* refNode) {
210 if (!refNode)
    [all...]
cjx_tree.h 37 CXFA_Node* refNode);
  /external/cldr/tools/python/src/cldr/
refmirror.py 72 refNode = nodes[1].getElementsByTagName('references')
74 if not refNode:
75 #print "## no refnode %s" % filepath
77 print "## got refnode %s" % filepath
79 for ref in refNode[0].getElementsByTagName('reference'):
  /external/pdfium/fxjs/
cfxjse_engine.h 71 int32_t GetIndexByName(CXFA_Node* refNode);
72 int32_t GetIndexByClassName(CXFA_Node* refNode);
73 WideString GetSomExpression(CXFA_Node* refNode);
90 bool QueryNodeByFlag(CXFA_Node* refNode,
cfxjse_engine.cpp 147 bool CFXJSE_Engine::QueryNodeByFlag(CXFA_Node* refNode,
152 if (!refNode)
156 if (!ResolveObjects(refNode, propname, &resolveRs, dwFlag, nullptr))
731 int32_t CFXJSE_Engine::GetIndexByName(CXFA_Node* refNode) {
733 return lpNodeHelper->GetIndex(refNode, XFA_LOGIC_Transparent,
734 lpNodeHelper->NodeIsProperty(refNode), false);
737 int32_t CFXJSE_Engine::GetIndexByClassName(CXFA_Node* refNode) {
739 return lpNodeHelper->GetIndex(refNode, XFA_LOGIC_Transparent,
740 lpNodeHelper->NodeIsProperty(refNode), true);
743 WideString CFXJSE_Engine::GetSomExpression(CXFA_Node* refNode) {
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_ffdocview.cpp 514 CXFA_Node* refNode = nullptr;
516 refNode = pRefWidgetAcc->GetNode();
523 if (!pScriptContext->ResolveObjects(refNode, wsExpression.AsStringView(),
758 CXFA_Node* refNode = refObject->AsNode();
759 if (!refNode)
763 wsValue = refNode->JSObject()->GetContent(false);
765 CXFA_Node* nodeValue = refNode->GetFirstChildByName(uValueHash);
767 : refNode->JSObject()->GetContent(false);
772 wsLabel = refNode->JSObject()->GetContent(false);
775 refNode->GetFirstChildByName(wsLabelRef.AsStringView())
    [all...]
  /frameworks/av/services/audiopolicy/engine/config/src/
EngineConfig.cpp 154 static void getReference(const _xmlNode *root, const _xmlNode *&refNode, const std::string &refName,
163 refNode = cur;
  /external/libxml2/
xmlschemas.c     [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 379 milliseconds