Home
last modified time | relevance | path

Searched refs:GetCurrent (Results 1 – 25 of 35) sorted by relevance

12

/external/pdfium/xfa/fxfa/parser/
Dcxfa_nodeiteratortemplate_unittest.cpp99 EXPECT_EQ(nullptr, iter.GetCurrent()); in TEST_F()
108 EXPECT_EQ(root(), iter.GetCurrent()); in TEST_F()
115 EXPECT_EQ(child1(), iter.GetCurrent()); in TEST_F()
122 EXPECT_EQ(nullptr, iter.GetCurrent()); in TEST_F()
130 EXPECT_EQ(nullptr, iter.GetCurrent()); in TEST_F()
133 EXPECT_EQ(nullptr, iter.GetCurrent()); in TEST_F()
141 EXPECT_EQ(child8(), iter.GetCurrent()); in TEST_F()
144 EXPECT_EQ(child7(), iter.GetCurrent()); in TEST_F()
147 EXPECT_EQ(child6(), iter.GetCurrent()); in TEST_F()
150 EXPECT_EQ(child5(), iter.GetCurrent()); in TEST_F()
[all …]
Dcxfa_document.cpp164 for (CXFA_Node* pNode = sIterator.GetCurrent(); pNode; in MergeNode()
176 for (CXFA_Node* pNode = sIterator.GetCurrent(); pNode; in MergeNode()
384 CXFA_Node* pCurTemplateNode = pIterator->GetCurrent(); in FindMatchingDataNode()
745 for (CXFA_Node* pDDGroupNode = sIterator.GetCurrent(); pDDGroupNode; in MaybeCreateDataNode()
898 if (!pDataNode || sNodeIterator.GetCurrent() != pTemplateNode) in CopyContainer_SubformSet()
1248 for (CXFA_Node* pDDGroupNode = sIterator.GetCurrent(); pDDGroupNode; in UpdateDataRelation()
1467 for (CXFA_Node* pNode = sIterator.GetCurrent(); pNode; in GetNodeByID()
1484 for (CXFA_Node* pNode = sIterator.GetCurrent(); pNode; in DoProtoMerge()
1814 for (CXFA_Node* pNode = sIterator.GetCurrent(); pNode; in SetPendingNodesUnusedAndUnbound()
Dcxfa_nodeiteratortemplate.h21 NodeType* GetCurrent() const { return m_pCurrent.Get(); } in GetCurrent() function
/external/webrtc/modules/desktop_capture/mac/
Ddesktop_configuration_monitor.cc25 desktop_configuration_ = MacDesktopConfiguration::GetCurrent( in DesktopConfigurationMonitor()
68 desktop_configuration_ = MacDesktopConfiguration::GetCurrent( in DisplaysReconfigured()
Ddesktop_configuration.h69 static MacDesktopConfiguration GetCurrent(Origin origin);
Dfull_screen_mac_application_handler.cc94 MacDesktopConfiguration::GetCurrent( in FindFullScreenWindowWithSamePid()
/external/libchrome/base/
Dobserver_list.h172 ObserverType* const current = GetCurrent();
178 ObserverType* const current = GetCurrent();
187 ObserverType* GetCurrent() const { in GetCurrent() function
/external/webrtc/modules/desktop_capture/
Dscreen_capturer_mac_unittest.cc57 MacDesktopConfiguration config = MacDesktopConfiguration::GetCurrent( in CaptureDoneCallback1()
70 MacDesktopConfiguration config = MacDesktopConfiguration::GetCurrent( in CaptureDoneCallback2()
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Collections.pas89 function GetCurrent: TPair<TKey, TValue>; in GetCurrent() function
96 property Current: TPair<TKey, TValue> read GetCurrent;
280 Result := GetCurrent;
288 function THashList<TKey, TValue>.TPairEnumerator.GetCurrent: TPair<TKey, TValue>; in THashList()
DAntlr.Runtime.Tools.pas275 function GetCurrent: TPair<TKey,TValue>;
281 property Current: TPair<TKey,TValue> read GetCurrent;
903 Result := GetCurrent;
911 function TDictionary<TKey,TValue>.TPairEnumerator.GetCurrent: TPair<TKey,TValue>; in TPairEnumerator()
/external/llvm/include/llvm/Support/
DCrashRecoveryContext.h60 static CrashRecoveryContext *GetCurrent();
128 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent()) in create()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCrashRecoveryContext.h69 static CrashRecoveryContext *GetCurrent();
167 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent()) in create()
/external/llvm-project/llvm/include/llvm/Support/
DCrashRecoveryContext.h69 static CrashRecoveryContext *GetCurrent();
171 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent()) in create()
/external/pdfium/xfa/fxfa/
Dcxfa_readynodeiterator.cpp18 : m_ContentIterator.GetCurrent(); in MoveToNext()
Dcxfa_ffpageview.cpp161 for (CXFA_LayoutItem* pLayoutItem = m_sIterator.GetCurrent(); pLayoutItem; in MoveToFirst()
196 CXFA_LayoutItem* pLayoutItem = m_sIterator.GetCurrent(); in GetCurrentWidget()
416 pSearchItem = sIterator->GetCurrent(); in OrderContainer()
/external/pdfium/fxjs/xfa/
Dcjx_layoutpseudomodel.cpp253 for (CXFA_LayoutItem* pChild = iterator.GetCurrent(); pChild; in GetObjArray()
274 for (CXFA_LayoutItem* pChild = iterator.GetCurrent(); pChild; in GetObjArray()
313 for (CXFA_LayoutItem* pChild = iterator.GetCurrent(); pChild; in GetObjArray()
330 for (CXFA_LayoutItem* pChild = iterator.GetCurrent(); pChild; in GetObjArray()
Dcfxjse_arguments.cpp25 auto pArgValue = pdfium::MakeUnique<CFXJSE_Value>(v8::Isolate::GetCurrent()); in GetValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DProcess.cpp94 if (CrashRecoveryContext *CRC = CrashRecoveryContext::GetCurrent()) in Exit()
DCrashRecoveryContext.cpp122 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() { in GetCurrent() function in CrashRecoveryContext
/external/llvm-project/llvm/lib/Support/
DProcess.cpp97 if (CrashRecoveryContext *CRC = CrashRecoveryContext::GetCurrent()) in Exit()
DCrashRecoveryContext.cpp127 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() { in GetCurrent() function in CrashRecoveryContext
/external/pdfium/fxjs/
Djs_define.cpp24 v8::Isolate* pIsolate = v8::Isolate::GetCurrent(); in JS_DateParse()
/external/pdfium/xfa/fxfa/layout/
Dcxfa_viewlayoutprocessor.cpp695 for (CXFA_ViewLayoutItem* pPageSetLayoutItem = sIterator.GetCurrent(); in FinishPaginatedPageSets()
1408 for (CXFA_Node* pPageSetNode = sIterator.GetCurrent(); pPageSetNode; in InitPageSetMap()
1654 CXFA_ViewLayoutItem* pRootPageSetViewItem = iterator.GetCurrent(); in MergePageSetContents()
1720 for (CXFA_Node* pIter = sIterator.GetCurrent(); pIter; in MergePageSetContents()
1785 CXFA_Node* pNode = sIterator.GetCurrent(); in MergePageSetContents()
1831 for (CXFA_ViewLayoutItem* pViewItem = iterator.GetCurrent(); pViewItem; in LayoutPageSetContents()
1852 for (CXFA_ViewLayoutItem* pViewItem = iteratorParent.GetCurrent(); in SyncLayoutData()
1862 CXFA_LayoutItem* pChildLayoutItem = iterator.GetCurrent(); in SyncLayoutData()
/external/llvm/lib/Support/
DCrashRecoveryContext.cpp105 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() { in GetCurrent() function in CrashRecoveryContext
/external/llvm-project/lld/Common/
DErrorHandler.cpp75 if (!CrashRecoveryContext::GetCurrent()) in exitLld()

12