Home
last modified time | relevance | path

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

123

/external/pdfium/xfa/fxfa/parser/
Dcxfa_nodeiteratortemplate_unittest.cpp100 EXPECT_EQ(nullptr, iter.GetCurrent()); in TEST_F()
109 EXPECT_EQ(root(), iter.GetCurrent()); in TEST_F()
116 EXPECT_EQ(child1(), iter.GetCurrent()); in TEST_F()
123 EXPECT_EQ(nullptr, iter.GetCurrent()); in TEST_F()
131 EXPECT_EQ(nullptr, iter.GetCurrent()); in TEST_F()
134 EXPECT_EQ(nullptr, iter.GetCurrent()); in TEST_F()
142 EXPECT_EQ(child8(), iter.GetCurrent()); in TEST_F()
145 EXPECT_EQ(child7(), iter.GetCurrent()); in TEST_F()
148 EXPECT_EQ(child6(), iter.GetCurrent()); in TEST_F()
151 EXPECT_EQ(child5(), iter.GetCurrent()); in TEST_F()
[all …]
Dcxfa_document.cpp68 for (CXFA_Node* pNode = sIterator.GetCurrent(); pNode; in MergeNode()
80 for (CXFA_Node* pNode = sIterator.GetCurrent(); pNode; in MergeNode()
335 for (CXFA_Node* pNode = sIterator.GetCurrent(); pNode; in GetNodeByID()
352 for (CXFA_Node* pNode = sIterator.GetCurrent(); pNode; in DoProtoMerge()
Dcxfa_layoutpagemgr.cpp616 for (CXFA_ContainerLayoutItem* pPageSetLayoutItem = sIterator.GetCurrent(); in FinishPaginatedPageSets()
1424 for (CXFA_Node* pPageSetNode = sIterator.GetCurrent(); pPageSetNode; in InitPageSetMap()
1643 for (CXFA_Node* pNode = sIterator.GetCurrent(); pNode; in SaveLayoutItem()
1696 for (CXFA_Node* pNode = sIterator.GetCurrent(); pNode; in MergePageSetContents()
1717 CXFA_ContainerLayoutItem* pRootPageSetContainerItem = iterator.GetCurrent(); in MergePageSetContents()
1781 for (CXFA_Node* pIter = sIterator.GetCurrent(); pIter; in MergePageSetContents()
1838 CXFA_Node* pNode = sIterator.GetCurrent(); in MergePageSetContents()
1887 for (CXFA_ContainerLayoutItem* pContainerItem = iterator.GetCurrent(); in LayoutPageSetContents()
1915 for (CXFA_ContainerLayoutItem* pContainerItem = iteratorParent.GetCurrent(); in SyncLayoutData()
1925 CXFA_LayoutItem* pChildLayoutItem = iterator.GetCurrent(); in SyncLayoutData()
Dcxfa_nodeiteratortemplate.h17 NodeType* GetCurrent() const { return m_pCurrent; } in GetCurrent() function
/external/v8/src/
Dassert-scope.cc55 static PerThreadAssertData* GetCurrent() { in GetCurrent() function in v8::internal::PerThreadAssertData
73 : data_(PerThreadAssertData::GetCurrent()) { in PerThreadAssertScope()
104 PerThreadAssertData* data = PerThreadAssertData::GetCurrent(); in IsAllowed()
Dprototype.h49 T* GetCurrent() const { in GetCurrent() function
55 static Handle<T> GetCurrent(const PrototypeIterator& iterator) { in GetCurrent() function
Dstring-stream.cc437 if (iter.GetCurrent()->IsJSProxy()) break; in PrintPrototype()
438 Object* key = iter.GetCurrent<JSObject>()->SlowReverseLookup(fun); in PrintPrototype()
/external/webrtc/webrtc/modules/desktop_capture/mac/
Ddesktop_configuration_monitor.cc33 desktop_configuration_ = MacDesktopConfiguration::GetCurrent( in DesktopConfigurationMonitor()
84 desktop_configuration_ = MacDesktopConfiguration::GetCurrent( in DisplaysReconfigured()
Ddesktop_configuration.h53 static MacDesktopConfiguration GetCurrent(Origin origin);
Dfull_screen_chrome_window_detector.cc138 MacDesktopConfiguration desktop_config = MacDesktopConfiguration::GetCurrent( in FindFullScreenWindowWithSamePidAndTitle()
/external/libchrome/base/
Dobserver_list.h172 ObserverType* const current = GetCurrent();
178 ObserverType* const current = GetCurrent();
187 ObserverType* GetCurrent() const { in GetCurrent() function
/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>; in GetCurrent() function
281 property Current: TPair<TKey,TValue> read GetCurrent;
903 Result := GetCurrent;
911 function TDictionary<TKey,TValue>.TPairEnumerator.GetCurrent: TPair<TKey,TValue>; in TPairEnumerator()
/external/webrtc/webrtc/modules/desktop_capture/
Dscreen_capturer_mac_unittest.cc51 MacDesktopConfiguration config = MacDesktopConfiguration::GetCurrent( in CaptureDoneCallback1()
63 MacDesktopConfiguration config = MacDesktopConfiguration::GetCurrent( in CaptureDoneCallback2()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCrashRecoveryContext.h64 static CrashRecoveryContext *GetCurrent();
129 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent()) in create()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCrashRecoveryContext.h70 static CrashRecoveryContext *GetCurrent();
159 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent()) in create()
/external/llvm/include/llvm/Support/
DCrashRecoveryContext.h60 static CrashRecoveryContext *GetCurrent();
128 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent()) in create()
/external/pdfium/fxjs/xfa/
Dcjx_layoutpseudomodel.cpp248 for (CXFA_ContentLayoutItem* pItemChild = iterator.GetCurrent(); in GetObjArray()
270 for (CXFA_ContentLayoutItem* pItemChild = iterator.GetCurrent(); in GetObjArray()
309 for (CXFA_ContentLayoutItem* pItemChild = iterator.GetCurrent(); in GetObjArray()
327 for (CXFA_ContentLayoutItem* pItemChild = iterator.GetCurrent(); in GetObjArray()
/external/pdfium/xfa/fxfa/
Dcxfa_widgetacciterator.cpp18 : m_ContentIterator.GetCurrent(); in MoveToNext()
Dcxfa_ffpageview.cpp160 for (CXFA_LayoutItem* pLayoutItem = m_sIterator.GetCurrent(); pLayoutItem; in MoveToFirst()
195 CXFA_LayoutItem* pLayoutItem = m_sIterator.GetCurrent(); in GetCurrentWidget()
414 pSearchItem = sIterator->GetCurrent(); in OrderContainer()
/external/pdfium/fxjs/
Dcfxjse_arguments.cpp25 auto pArgValue = pdfium::MakeUnique<CFXJSE_Value>(v8::Isolate::GetCurrent()); in GetValue()
/external/llvm/lib/Support/
DCrashRecoveryContext.cpp105 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() { in GetCurrent() function in CrashRecoveryContext
/external/swiftshader/third_party/LLVM/lib/Support/
DCrashRecoveryContext.cpp87 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() { in GetCurrent() function in CrashRecoveryContext
/external/v8/src/runtime/
Druntime-array.cc338 Handle<JSReceiver> current(PrototypeIterator::GetCurrent<JSReceiver>(iter)); in CopyFromPrototype()
490 Handle<JSReceiver> current(PrototypeIterator::GetCurrent<JSReceiver>(iter)); in RUNTIME_FUNCTION()
692 if (PrototypeIterator::GetCurrent<JSReceiver>(iter)->HasComplexElements()) { in RUNTIME_FUNCTION()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DCrashRecoveryContext.cpp108 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() { in GetCurrent() function in CrashRecoveryContext

123