Searched defs:GetNext (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/base/
H A Datomic_sequence_num.h24 inline int GetNext() { function in class:base::StaticAtomicSequenceNumber
49 inline int GetNext() { function in class:base::AtomicSequenceNumber
50 return seq_.GetNext();
H A Dcallback_list.h151 CallbackType* GetNext() { function in class:base::internal::CallbackListBase::Iterator
223 while ((cb = it.GetNext()) != NULL) {
244 while ((cb = it.GetNext()) != NULL) {
266 while ((cb = it.GetNext()) != NULL) {
289 while ((cb = it.GetNext()) != NULL) {
313 while ((cb = it.GetNext()) != NULL) {
338 while ((cb = it.GetNext()) != NULL) {
366 while ((cb = it.GetNext()) != NULL) {
395 while ((cb = it.GetNext()) != NULL) {
H A Dobserver_list.h84 ObserverType* GetNext();
144 ObserverType* ObserverListBase<ObserverType>::Iterator::GetNext() { function in class:ObserverListBase::Iterator
235 while ((obs = it_inside_observer_macro.GetNext()) != NULL) \
/external/chromium_org/v8/src/libplatform/
H A Dtask-queue.cc30 Task* TaskQueue::GetNext() { function in class:v8::platform::TaskQueue
/external/chromium_org/net/disk_cache/memory/
H A Dmem_rankings.cc53 MemEntryImpl* MemRankings::GetNext(MemEntryImpl* node) { function in class:disk_cache::MemRankings
/external/chromium_org/gin/
H A Darguments.h34 bool GetNext(T* out) { function in class:gin::Arguments
/external/chromium_org/net/cert/
H A Dpem_tokenizer.cc38 bool PEMTokenizer::GetNext() { function in class:net::PEMTokenizer
/external/chromium_org/chrome/browser/extensions/api/content_settings/
H A Dcontent_settings_store_unittest.cc34 base::Time GetNext() { function in class:extensions::__anon3657::FakeTimer
86 store_->RegisterExtension(ext_id, timer_.GetNext(), true);
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_view.h71 void GetNext() { dyn_ += 1; } function in class:crazy::ElfView::DynamicIterator
H A Dcrazy_linker_shared_library.cpp288 for (; dyn.HasNext(); dyn.GetNext()) {
547 bool SharedLibrary::DependencyIterator::GetNext() { function in class:crazy::SharedLibrary::DependencyIterator
549 for (; iter_.HasNext(); iter_.GetNext()) {
552 iter_.GetNext();
/external/chromium_org/base/strings/
H A Dstring_tokenizer.h32 // while (t.GetNext()) {
49 // while (t.GetNext()) {
65 // while (t.GetNext()) {
128 bool GetNext() { function in class:base::StringTokenizerT
145 // If GetNext() returned true, then these methods may be used to read the
168 // Implementation of GetNext() for when we have no quote characters. We have
187 // Implementation of GetNext() for when we have to take quotes into account.
/external/chromium_org/net/http/
H A Dhttp_request_headers.cc56 bool HttpRequestHeaders::Iterator::GetNext() { function in class:net::HttpRequestHeaders::Iterator
H A Dhttp_util.cc106 while (tokenizer.GetNext()) {
191 while (it.GetNext()) {
227 while (byte_range_set_iterator.GetNext()) {
362 while (it.GetNext()) {
608 while (lines.GetNext()) {
643 while (tokenizer.GetNext()) {
669 while (t.GetNext()) {
776 bool HttpUtil::HeadersIterator::GetNext() { function in class:net::HttpUtil::HeadersIterator
777 while (lines_.GetNext()) {
811 while (GetNext()) {
831 bool HttpUtil::ValuesIterator::GetNext() { function in class:net::HttpUtil::ValuesIterator
869 bool HttpUtil::NameValuePairsIterator::GetNext() { function in class:net::HttpUtil::NameValuePairsIterator
[all...]
/external/chromium_org/v8/src/
H A Dast-value-factory.cc45 uint16_t GetNext() { return literal_bytes_[pos_++]; } function in class:v8::internal::__anon17237::OneByteStringStream
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 Dobjects-inl.h3676 uint16_t StringCharacterStream::GetNext() { function in class:v8::internal::StringCharacterStream
H A Dobjects.h9337 inline uint16_t GetNext();
9360 T GetNext() { return data_[index_++]; } function in class:v8::internal::String::FlatContent::VectorIterator
/external/chromium_org/net/udp/
H A Dudp_socket_unittest.cc279 int GetNext(int /* min */, int /* max */) { function in class:net::__anon9782::TestPrng
323 base::Bind(&TestPrng::GetNext, base::Unretained(&test_prng));
/external/chromium_org/net/disk_cache/blockfile/
H A Drankings.cc419 CacheRankingsBlock* Rankings::GetNext(CacheRankingsBlock* node, List list) { function in class:disk_cache::Rankings
/external/chromium_org/net/socket/
H A Dsocket_test_util.h601 T* GetNext() { function in class:net::SocketDataProviderArray
/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/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/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp2528 const CuePoint* Cues::GetNext(const CuePoint* pCurr) const { function in class:mkvparser::Cues
2956 const Cluster* Segment::GetNext(const Cluster* pCurr) { function in class:mkvparser::Segment
5016 pCluster = m_pSegment->GetNext(pCluster);
5031 status = pCluster->GetNext(pBlockEntry, pNextEntry);
5047 pCluster = m_pSegment->GetNext(pCluster);
5058 long Track::GetNext(const BlockEntry* pCurrEntry, function in class:mkvparser::Track
5072 long status = pCluster->GetNext(pCurrEntry, pNextEntry);
5087 status = pCluster->GetNext(pCurrEntry, pNextEntry);
5093 pCluster = m_pSegment->GetNext(pCluster);
5116 // calls GetNext agai
[all...]
/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...]
/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...]

Completed in 6247 milliseconds

12