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

12345678910

/external/chromium_org/net/http/
H A Dhttp_auth_handler_digest.cc123 while (parameters.GetNext()) {
207 while (parameters.GetNext()) {
257 while (qop_values.GetNext()) {
H A Dhttp_request_headers.h44 bool GetNext();
46 // These two accessors are only valid if GetNext() returned true.
/external/chromium/base/
H A Dstring_tokenizer.h31 // while (t.GetNext()) {
48 // while (t.GetNext()) {
64 // while (t.GetNext()) {
127 bool GetNext() { function in class:StringTokenizerT
144 // If GetNext() returned true, then these methods may be used to read the
167 // Implementation of GetNext() for when we have no quote characters. We have
186 // Implementation of GetNext() for when we have to take quotes into account.
/external/chromium/chrome/browser/net/
H A Dmetadata_url_request.cc92 if (iter->GetNext(&key, &value)) {
/external/chromium/chrome/common/
H A Dauto_start_linux.cc81 while (tokenizer.GetNext()) {
/external/chromium/net/ftp/
H A Dftp_directory_listing_parser_unittest.cc101 while (tokenizer.GetNext())
/external/chromium/net/proxy/
H A Dproxy_config_service_win.cc183 while (proxy_server_bypass_list.GetNext()) {
/external/chromium/net/spdy/
H A Dspdy_http_utils.cc84 while (it.GetNext()) {
/external/chromium_org/base/prefs/
H A Dpref_notifier_impl.cc26 if (obs_iterator.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/chrome/browser/net/spdyproxy/
H A Dhttp_auth_handler_spdyproxy.cc133 while (parameters.GetNext()) {
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgconf_titlebar_listener.cc117 while (tokenizer.GetNext()) {
/external/chromium_org/chrome/common/
H A Dauto_start_linux.cc84 while (tokenizer.GetNext()) {
/external/chromium_org/content/common/gpu/client/
H A Dgpu_channel_host.cc68 next_transfer_buffer_id_.GetNext();
69 next_gpu_memory_buffer_id_.GetNext();
297 return next_transfer_buffer_id_.GetNext();
320 return next_gpu_memory_buffer_id_.GetNext();
/external/chromium_org/ipc/
H A Dipc_sync_message.cc53 header.message_id = g_next_id.GetNext();
/external/chromium_org/net/proxy/
H A Dproxy_config_service_win.cc184 while (proxy_server_bypass_list.GetNext()) {
H A Dproxy_list.cc29 while (str_tok.GetNext()) {
134 while (entry_tok.GetNext()) {
/external/chromium_org/remoting/jingle_glue/
H A Dfake_signal_strategy.cc116 while ((listener = it.GetNext()) != NULL) {
/external/libvpx/libwebm/
H A Dmkvparser.hpp345 long GetNext(const BlockEntry* pCurr, const BlockEntry*& pNext) const;
669 const CuePoint* GetNext(const CuePoint*) const;
721 long GetNext(const BlockEntry* curr, const BlockEntry*& next) const;
842 const Cluster* GetNext(const Cluster*);
/external/chromium/chrome/browser/chromeos/
H A Dcros_settings.cc40 while ((observer = it.GetNext()) != NULL) {
120 while ((existing_obs = it.GetNext()) != NULL) {
/external/chromium_org/chrome/browser/extensions/api/content_settings/
H A Dcontent_settings_store_unittest.cc33 base::Time GetNext() { function in class:extensions::__anon4957::FakeTimer
85 store_->RegisterExtension(ext_id, timer_.GetNext(), true);
/external/chromium_org/chrome_frame/
H A Dutils.cc1203 while (it.GetNext()) {
1453 tokenizer.GetNext();
1461 if (tokenizer.GetNext()) {
1468 if (tokenizer.GetNext()) {
1474 if (tokenizer.GetNext()) {
1480 if (tokenizer.GetNext()) {
1486 if (tokenizer.GetNext()) {
1492 if (tokenizer.GetNext()) {
1498 if (tokenizer.GetNext()) {
1590 while (name_value_pairs.GetNext()) {
[all...]
H A Dhtml_utils.cc108 while (tokenizer.GetNext()) {
457 while (it.GetNext()) {
468 while (it.GetNext()) {
/external/chromium/chrome/browser/
H A Dshell_integration_linux.cc311 while (tokenizer.GetNext()) {
376 while (tokenizer.GetNext()) {
381 while (exec_tokenizer.GetNext() && exec_tokenizer.token() != "%U") {
/external/chromium/net/websockets/
H A Dwebsocket_handshake_handler.cc47 while (iter.GetNext()) {
82 while (lines.GetNext()) {
229 while (iter.GetNext()) {

Completed in 715 milliseconds

12345678910