HomeSort by relevance Sort by last modified time
    Searched refs:GetNode (Results 1 - 25 of 33) sorted by null

1 2

  /external/pdfium/xfa/fxfa/parser/
cxfa_data.h 23 CXFA_Node* GetNode() const { return m_pNode; }
cxfa_stroke.cpp 89 if (m_pNode == stroke.GetNode())
cxfa_widgetdata.cpp 164 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();
    [all...]
xfa_utils.cpp 121 pWidgetData->GetNode()->GetChild(0, XFA_Element::Value);
160 pWidgetData->GetNode()->GetDocument()->GetLocalMgr());
xfa_document_datamerger_imp.cpp 278 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,
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTSkipGraph.h 211 @fn GetNode
215 CPVRTSkipGraphNode<T>& GetNode()
221 @fn GetNode
225 const CPVRTSkipGraphNode<T>& GetNode() const
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();
  /art/compiler/optimizing/
scheduler.cc 285 SchedulingNode* instruction_node = GetNode(instruction);
289 AddDataDependency(GetNode(use.GetUser()), instruction_node);
298 SchedulingNode* other_node = GetNode(other);
336 SchedulingNode* other_node = GetNode(other);
358 AddOtherDependency(GetNode(use.GetUser()->GetHolder()), instruction_node);
370 const SchedulingNode* node = GetNode(instruction);
371 const SchedulingNode* other = GetNode(other_instruction);
389 const SchedulingNode* node = GetNode(instruction);
390 const SchedulingNode* other = GetNode(other_instruction);
502 SchedulingNode* condition_node = (condition != nullptr) ? graph.GetNode(condition) : nullptr
    [all...]
scheduler.h 270 SchedulingNode* GetNode(const HInstruction* instr) const {
  /external/pdfium/xfa/fxfa/app/
xfa_ffdocview.cpp 215 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()->GetUserData(XFA_CalcRefCount)
    [all...]
xfa_ffwidgetacc.cpp 355 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);
    [all...]
xfa_ffwidgethandler.cpp 217 if (pWidgetAcc->GetNode()->IsUserInteractive())
235 hParent ? hParent->GetDataAcc()->GetNode() : nullptr;
237 hBefore ? hBefore->GetDataAcc()->GetNode() : nullptr;
xfa_ffnotify.cpp 223 pExclude ? pExclude->GetNode() : nullptr);
304 return pAcc ? pAcc->GetNode() : nullptr;
xfa_ffwidget.cpp 36 : 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();
    [all...]
xfa_fffield.cpp 669 if (pAcc->GetNode()->IsUserInteractive())
682 pAcc->GetNode()->SetFlag(XFA_NodeFlag_UserInteractive, false);
691 pAcc->GetNode()->SetFlag(XFA_NodeFlag_UserInteractive, false);
xfa_ffpageview.cpp 299 CXFA_Node* pTraversal = pAcc->GetNode()->GetChild(0, XFA_Element::Traversal);
xfa_fftextedit.cpp 192 pAcc->GetNode()->GetSOMExpression(wsSomField);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 138 const SDNode *GetNode() const {
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 144 const SDNode *GetNode() const {
  /external/v8/include/
v8-profiler.h 476 const HeapGraphNode* GetNode(int index) const;
  /external/libmojo/mojo/edk/system/ports/
ports_unittest.cc 97 Node* GetNode(const NodeName& name) {
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_);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 154 Node &getNode() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 154 Node &getNode() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 154 Node &getNode() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 154 Node &getNode() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 154 Node &getNode() const;
    [all...]

Completed in 1434 milliseconds

1 2