Searched refs:GetNext (Results 76 - 100 of 204) sorted by relevance

123456789

/external/chromium_org/pdf/
H A Ddocument_loader.cc57 while (it.GetNext()) {
336 while (it.GetNext()) {
358 while (it.GetNext()) {
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgconf_listener.cc140 while (tokenizer.GetNext()) {
/external/chromium_org/chromeos/network/
H A Dnetwork_util.cc62 while (t.GetNext()) {
/external/chromium_org/chromeos/system/
H A Dname_value_pairs_parser.cc74 while (pair_toks.GetNext()) {
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_context_impl.h159 return session_id_sequence_.GetNext();
/external/chromium_org/content/browser/
H A Dtransition_request_manager.cc45 while (param_iter.GetNext()) {
/external/chromium_org/net/disk_cache/blockfile/
H A Drankings.h127 CacheRankingsBlock* GetNext(CacheRankingsBlock* node, List list);
/external/chromium_org/net/proxy/
H A Dproxy_config_service_win.cc186 while (proxy_server_bypass_list.GetNext()) {
/external/chromium_org/printing/
H A Dprint_settings.cc225 return cookie_seq.GetNext() + 1;
/external/chromium_org/remoting/host/
H A Dregister_support_host_request_unittest.cc156 while ((listener = it.GetNext()) != NULL) {
/external/chromium_org/remoting/signaling/
H A Dfake_signal_strategy.cc139 while ((listener = it.GetNext()) != NULL) {
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_symbols.cpp32 for (; dyn.HasNext(); dyn.GetNext()) {
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
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/libvpx/libvpx/third_party/libwebm/
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.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/pdfium/core/include/fpdfapi/
H A Dfpdf_page.h75 return (CPDF_PageObject*)m_ObjectList.GetNext(pos);
/external/chromium_org/cc/animation/
H A Dlayer_animation_controller.cc951 while ((obs = it.GetNext()) != NULL) {
968 while ((obs = it.GetNext()) != NULL) {
985 while ((obs = it.GetNext()) != NULL) {
1002 while ((obs = it.GetNext()) != NULL) {
1021 return it.GetNext() != NULL;
1031 while ((obs = it.GetNext()) != NULL)
/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/net/websockets/
H A Dwebsocket_handshake_handler.cc58 while (iter.GetNext()) {
93 while (lines.GetNext()) {
240 while (iter.GetNext()) {
/external/chromium_org/extensions/browser/api/web_request/
H A Dweb_request_api_helpers.cc230 while (modification.GetNext()) {
306 while (i.GetNext()) {
316 while (i.GetNext()) {
653 while (modification.GetNext()) {
708 while (modification.GetNext() && !extension_conflicts) {
764 while (modification.GetNext())
/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);
/external/chromium_org/content/renderer/pepper/
H A Dmessage_channel.cc288 if (!args->GetNext(&message_data)) {
308 if (!args->GetNext(&message_data)) {
/external/chromium_org/base/message_loop/
H A Dmessage_loop_proxy_unittest.cc73 *destruct_order_ = g_order.GetNext();
/external/chromium_org/base/
H A Dobserver_list_threadsafe.h262 while ((obs = it.GetNext()) != NULL)
/external/chromium_org/base/prefs/
H A Dpref_notifier_impl_unittest.cc64 while ((existing_obs = it.GetNext()) != NULL) {

Completed in 505 milliseconds

123456789