Searched refs:GetNode (Results 1 - 22 of 22) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_data.h23 CXFA_Node* GetNode() const { return m_pNode; } function in class:CXFA_Data
H A Dcxfa_stroke.cpp89 if (m_pNode == stroke.GetNode())
H A Dcxfa_widgetdata.cpp164 defValue.GetNode()->GetProperty(0, XFA_Element::Text, true);
206 defValue.GetNode()->GetProperty(0, eValueType, true);
561 exclGroup.GetNode()->GetNodeItem(XFA_NODEITEM_FirstChild);
683 CXFA_Node* pExcl = GetNode();
1725 ASSERT(GetNode());
1726 CXFA_LocaleMgr* pLocalMgr = GetNode()->GetDocument()->GetLocalMgr();
1750 ASSERT(GetNode());
1751 CXFA_Node* pNodeValue = GetNode()->GetChild(0, XFA_Element::Value);
1789 CXFA_LocaleMgr* pLocalMgr = GetNode()->GetDocument()->GetLocalMgr();
H A Dxfa_utils.cpp121 pWidgetData->GetNode()->GetChild(0, XFA_Element::Value);
160 pWidgetData->GetNode()->GetDocument()->GetLocalMgr());
H A Dxfa_document_datamerger_imp.cpp278 FormValueNode_SetChildContent(defValue.GetNode(), wsNormalizeValue,
315 FormValueNode_SetChildContent(defValue.GetNode(), wsNormalizeValue,
318 FormValueNode_SetChildContent(defValue.GetNode(), wsNormalizeValue,
323 FormValueNode_SetChildContent(defValue.GetNode(), wsNormalizeValue,
332 FormValueNode_SetChildContent(defValue.GetNode(), wsNormalizeValue,
343 FormValueNode_SetChildContent(defValue.GetNode(), wsNormalizeValue,
353 FormValueNode_SetChildContent(defValue.GetNode(), wsNormalizeValue,
H A Dcxfa_node.cpp2144 CXFA_Node* pNode = borderfill.GetNode();
2249 CXFA_Node* pNode = defVal.GetNode()->GetNodeItem(XFA_NODEITEM_FirstChild);
2296 CXFA_Node* pNode = font.GetNode();
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTSkipGraph.h211 @fn GetNode
215 CPVRTSkipGraphNode<T>& GetNode() function in struct:CPVRTSkipGraphRoot::SPVRTHashElement
221 @fn GetNode
225 const CPVRTSkipGraphNode<T>& GetNode() const function in struct:CPVRTSkipGraphRoot::SPVRTHashElement
271 skipGraphNode = &m_aHashTable[iArrayElement].GetNode();
337 RecursiveSortedListAdd(aOutputArray, m_aHashTable[ui32NodeID].GetNode());
398 return &m_aHashTable[ui32NodeID].GetNode().GetData();
433 return &m_aHashTable[i].GetNode();
/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffdocview.cpp215 CXFA_Node* pNode = pWidgetAcc->GetNode();
224 validate.GetNode()->SetFlag(XFA_NodeFlag_NeedsInitApp, false);
234 pFormNode = pWidgetAcc->GetNode();
246 if (pAcc->GetNode()->GetElementType() == XFA_Element::ExclGroup) {
300 CXFA_Node* pNode = pWidgetAcc ? pWidgetAcc->GetNode() : nullptr;
424 if (pWidgetAcc->GetNode()->IsUserInteractive())
505 refNode = pRefWidgetAcc->GetNode();
642 if (!pResultAcc->GetNode()->HasRemovedChildren())
650 AddCalculateNodeNotify(pCurAcc->GetNode());
652 (int32_t)(uintptr_t)pCurAcc->GetNode()
[all...]
H A Dxfa_ffwidgetacc.cpp355 if (GetNode()->IsUserInteractive())
387 if (GetNode()->IsUserInteractive())
399 GetNode()->SetFlag(XFA_NodeFlag_UserInteractive, false);
438 if (GetNode()->IsUserInteractive())
450 GetNode()->SetFlag(XFA_NodeFlag_UserInteractive, false);
505 if (GetNode()->IsUserInteractive())
516 GetNode()->SetFlag(XFA_NodeFlag_UserInteractive, false);
572 bool bInitDoc = validate.GetNode()->NeedsInitApp();
593 validate.GetNode()->ClearFlag(XFA_NodeFlag_NeedsInitApp);
1278 GetNode()
[all...]
H A Dxfa_ffwidgethandler.cpp217 if (pWidgetAcc->GetNode()->IsUserInteractive())
235 hParent ? hParent->GetDataAcc()->GetNode() : nullptr;
237 hBefore ? hBefore->GetDataAcc()->GetNode() : nullptr;
H A Dxfa_ffnotify.cpp223 pExclude ? pExclude->GetNode() : nullptr);
304 return pAcc ? pAcc->GetNode() : nullptr;
H A Dxfa_ffwidget.cpp36 : CXFA_ContentLayoutItem(pDataAcc->GetNode()),
429 m_pDataAcc->GetNode()->GetNodeItem(XFA_NODEITEM_Parent);
444 CXFA_Node* pNode = m_pDataAcc->GetNode();
445 CXFA_Node* pChildNode = pWidget->GetDataAcc()->GetNode();
1226 CXFA_Corner corner1(strokes[n].GetNode());
1227 CXFA_Corner corner2(strokes[(n + 2) % 8].GetNode());
1452 CXFA_Corner corner1(strokes[i].GetNode());
1453 CXFA_Corner corner2(strokes[(i + 2) % 8].GetNode());
1983 CXFA_Edge edge(strokes[i].GetNode());
H A Dxfa_fffield.cpp669 if (pAcc->GetNode()->IsUserInteractive())
682 pAcc->GetNode()->SetFlag(XFA_NodeFlag_UserInteractive, false);
691 pAcc->GetNode()->SetFlag(XFA_NodeFlag_UserInteractive, false);
H A Dxfa_ffpageview.cpp299 CXFA_Node* pTraversal = pAcc->GetNode()->GetChild(0, XFA_Element::Traversal);
H A Dxfa_fftextedit.cpp192 pAcc->GetNode()->GetSOMExpression(wsSomField);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h138 const SDNode *GetNode() const { function in class:llvm::ScheduleDAGSDNodes::RegDefIter
H A DScheduleDAGRRList.cpp293 const SDNode *Node = RegDefPos.GetNode();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h144 const SDNode *GetNode() const { function in class:llvm::ScheduleDAGSDNodes::RegDefIter
H A DScheduleDAGRRList.cpp286 const SDNode *Node = RegDefPos.GetNode();
/external/libmojo/mojo/edk/system/ports/
H A Dports_unittest.cc97 Node* GetNode(const NodeName& name) { function in namespace:mojo::edk::ports::test::__anon11009
110 Node* node = GetNode(task->node_name);
128 Node* node = GetNode(task->node_name);
211 ClosePortsInMessage(GetNode(node_name), message.get());
223 if (node && node != GetNode(node_name_)) {
239 Node* node = GetNode(node_name_);
/external/v8/include/
H A Dv8-profiler.h476 const HeapGraphNode* GetNode(int index) const;
/external/v8/src/
H A Dapi.cc9904 const HeapGraphNode* HeapSnapshot::GetNode(int index) const { function in class:v8::HeapSnapshot

Completed in 3932 milliseconds