Searched refs:GetNext (Results 151 - 175 of 204) sorted by relevance

123456789

/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/chrome/browser/drive/
H A Dfake_drive_service.cc78 while (tokenizer.GetNext()) {
86 if (!key_value.GetNext())
89 if (!key_value.GetNext())
/external/chromium_org/base/debug/
H A Dtrace_event_impl.cc1313 if (!tokens.GetNext())
1317 while (tokens.GetNext()) {
2366 while (category_group_tokens.GetNext()) {
2414 while (tokens.GetNext()) {
/external/chromium_org/chrome/browser/extensions/
H A Dextension_toolbar_model.cc581 while ((obs = it.GetNext()) != NULL) {
/external/chromium_org/chromeos/network/onc/
H A Donc_utils.cc303 if (pem_tokenizer.GetNext()) {
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_context_impl.cc44 session_id_sequence_.GetNext();
/external/chromium_org/net/base/
H A Dnet_log.cc291 while ((observer = it.GetNext()) != NULL) {
/external/chromium_org/net/cert/
H A Dx509_certificate.cc412 while (pem_tok.GetNext()) {
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_relocations.cpp179 for (; dyn.HasNext(); dyn.GetNext()) {
/external/chromium_org/v8/src/
H A Dstring-stream.cc301 uint16_t c = stream.GetNext();
H A Dutils.h1432 uint16_t ch = stream->GetNext();
1446 d = stream->GetNext() - '0';
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_new.cpp740 CPDF_PageObject* pObj = (CPDF_PageObject*)m_pObjects->m_ObjectList.GetNext(pos);
/external/chromium_org/content/renderer/
H A Drender_thread_impl.cc270 while (t.GetNext())
1301 while ((observer = it.GetNext()) != NULL) {
/external/chromium_org/net/http/
H A Dhttp_response_headers.cc440 while (headers.GetNext()) {
792 while (it.GetNext()) {
/external/chromium_org/ui/aura/
H A Dwindow.cc260 for (WindowObserver* observer = iter.GetNext(); observer;
261 observer = iter.GetNext()) {
/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...]
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.cc932 while (!handled && (delegate = del_it.GetNext()) != NULL) {
1016 while ((delegate = del_it.GetNext()) != NULL) {
/external/chromium_org/base/threading/
H A Dsequenced_worker_pool.cc557 return SequenceToken(g_last_sequence_number_.GetNext() + 1);
/external/chromium_org/cc/layers/
H A Dlayer.cc45 layer_id_(g_next_layer_id.GetNext() + 1),
/external/chromium_org/cc/trees/
H A Dlayer_tree_host.cc124 id_(s_layer_tree_host_sequence_number.GetNext() + 1),
/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.cc626 while (tokens.GetNext()) {
/external/chromium_org/chrome/browser/
H A Dshell_integration_linux.cc579 while (tokenizer.GetNext()) {
/external/chromium_org/content/browser/shared_worker/
H A Dshared_worker_service_impl_unittest.cc171 base::Bind(&base::AtomicSequenceNumber::GetNext,

Completed in 2232 milliseconds

123456789