Searched refs:GetNext (Results 1 - 25 of 204) sorted by last modified time

123456789

/external/pdfium/core/include/fpdfapi/
H A Dfpdf_page.h75 return (CPDF_PageObject*)m_ObjectList.GetNext(pos);
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h1114 void* GetNext(FX_POSITION& rPosition) const function in class:CFX_PtrList
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp700 CPDF_PageObject* pPageObj = (CPDF_PageObject*)m_ObjectList.GetNext(pos);
739 CPDF_PageObject* pThisObj = (CPDF_PageObject*)m_ObjectList.GetNext(pos);
759 CPDF_PageObject* pObj = (CPDF_PageObject*)m_ObjectList.GetNext(pos);
773 CPDF_PageObject* pObj = (CPDF_PageObject*)m_ObjectList.GetNext(pos);
819 CPDF_PageObject* pPageObj = (CPDF_PageObject*)m_ObjectList.GetNext(pos);
985 CPDF_PageObject* pObj = (CPDF_PageObject*)m_ObjectList.GetNext(pos);
H A Dfpdf_page_parser_new.cpp740 CPDF_PageObject* pObj = (CPDF_PageObject*)m_pObjects->m_ObjectList.GetNext(pos);
H A Dfpdf_page_parser_old.cpp1101 CPDF_PageObject* pObj = (CPDF_PageObject*)m_pObjects->m_ObjectList.GetNext(pos);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_form.cpp41 void GetNext(FX_LPCWSTR &pSubName, FX_STRSIZE& size) function in class:_CFieldNameExtractor
186 name_extractor.GetNext(pName, nLength);
195 name_extractor.GetNext(pName, nLength);
209 name_extractor.GetNext(pName, nLength);
215 name_extractor.GetNext(pName, nLength);
227 name_extractor.GetNext(pName, nLength);
233 name_extractor.GetNext(pName, nLength);
257 name_extractor.GetNext(pName, nLength);
263 name_extractor.GetNext(pName, nLength);
/external/pdfium/core/src/reflow/
H A Dautoreflow.cpp182 pElm->m_ObjArray.Add((CPDF_PageObject*)ObjList.GetNext(pos));
297 CPDF_PageObject* pCurObj = (CPDF_PageObject*)pCell->m_ObjList.GetNext(pos1);
403 plastCell->m_ObjList.AddTail(pCell->m_ObjList.GetNext(pos));
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp2817 const CuePoint* Cues::GetNext(const CuePoint* pCurr) const function in class:mkvparser::Cues
3296 const Cluster* Segment::GetNext(const Cluster* pCurr) function in class:mkvparser::Segment
5758 pCluster = m_pSegment->GetNext(pCluster);
5774 status = pCluster->GetNext(pBlockEntry, pNextEntry);
5790 pCluster = m_pSegment->GetNext(pCluster);
5802 long Track::GetNext( function in class:mkvparser::Track
5818 long status = pCluster->GetNext(pCurrEntry, pNextEntry);
5835 status = pCluster->GetNext(pCurrEntry, pNextEntry);
5841 pCluster = m_pSegment->GetNext(pCluster);
5867 //calls GetNext agai
[all...]
H A Dmkvparser.hpp402 long GetNext(const BlockEntry* pCurr, const BlockEntry*& pNext) const;
849 const CuePoint* GetNext(const CuePoint*) const;
901 long GetNext(const BlockEntry* curr, const BlockEntry*& next) const;
1025 const Cluster* GetNext(const Cluster*);
/external/libvpx/libwebm/
H A Dmkvparser.cpp2530 const CuePoint* Cues::GetNext(const CuePoint* pCurr) const { function in class:mkvparser::Cues
2958 const Cluster* Segment::GetNext(const Cluster* pCurr) { function in class:mkvparser::Segment
5019 pCluster = m_pSegment->GetNext(pCluster);
5034 status = pCluster->GetNext(pBlockEntry, pNextEntry);
5050 pCluster = m_pSegment->GetNext(pCluster);
5061 long Track::GetNext(const BlockEntry* pCurrEntry, function in class:mkvparser::Track
5075 long status = pCluster->GetNext(pCurrEntry, pNextEntry);
5090 status = pCluster->GetNext(pCurrEntry, pNextEntry);
5096 pCluster = m_pSegment->GetNext(pCluster);
5119 // calls GetNext agai
[all...]
H A Dmkvparser.hpp360 long GetNext(const BlockEntry* pCurr, const BlockEntry*& pNext) const;
743 const CuePoint* GetNext(const CuePoint*) const;
790 long GetNext(const BlockEntry* curr, const BlockEntry*& next) const;
898 const Cluster* GetNext(const Cluster*);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/v8/test/cctest/
H A Dtest-strings.cc535 uint16_t c = character_stream_1.GetNext();
536 CHECK_EQ(c, character_stream_2.GetNext());
552 uint16_t c = character_stream_1.GetNext();
553 CHECK_EQ(c, character_stream_2.GetNext());
626 CHECK_EQ(c, flat_stream.GetNext());
627 CHECK_EQ(c, cons_stream.GetNext());
/external/chromium_org/v8/src/
H A Daccessors.cc1078 Handle<Object> value = slot_refs.GetNext(isolate, 0);
H A Dast-value-factory.cc45 uint16_t GetNext() { return literal_bytes_[pos_++]; } function in class:v8::internal::__anon17237::OneByteStringStream
H A Dcodegen.cc193 os << AsReversiblyEscapedUC16(stream.GetNext());
H A Dconversions.cc64 current_ = stream_->GetNext();
H A Ddeoptimizer.cc3350 GetNext(isolate, 0);
3389 Handle<Object> SlotRefValueBuilder::GetNext(Isolate* isolate, int lvl) { function in class:v8::internal::SlotRefValueBuilder
3408 GetNext(isolate, lvl + 1);
3433 Handle<Object> object = GetNext(isolate, lvl + 1);
3440 GetNext(isolate, lvl + 1);
3448 Handle<Object> properties = GetNext(isolate, lvl + 1);
3449 Handle<Object> elements = GetNext(isolate, lvl + 1);
3453 Handle<Object> value = GetNext(isolate, lvl + 1);
3463 Handle<Object> properties = GetNext(isolate, lvl + 1);
3464 Handle<Object> elements = GetNext(isolat
[all...]
H A Ddeoptimizer.h853 Handle<Object> GetNext(Isolate* isolate, int level);
H A Dhydrogen.cc3505 os << AsReversiblyEscapedUC16(stream.GetNext());
/external/chromium_org/v8/src/libplatform/
H A Dtask-queue-unittest.cc29 virtual void Run() OVERRIDE { EXPECT_THAT(queue_->GetNext(), IsNull()); }
42 EXPECT_EQ(&task, queue.GetNext());
44 EXPECT_THAT(queue.GetNext(), IsNull());
H A Dtask-queue.cc30 Task* TaskQueue::GetNext() { function in class:v8::platform::TaskQueue
H A Dtask-queue.h30 Task* GetNext();
H A Dworker-thread.cc25 while (Task* task = queue_->GetNext()) {

Completed in 4548 milliseconds

123456789