iterator_          98 cc/resources/prioritized_tile_set.cc   iterator_ = tile_set->tiles_[current_bin_].begin();
iterator_          99 cc/resources/prioritized_tile_set.cc   if (iterator_ == tile_set_->tiles_[current_bin_].end())
iterator_         112 cc/resources/prioritized_tile_set.cc   DCHECK(iterator_ != tile_set_->tiles_[current_bin_].end());
iterator_         114 cc/resources/prioritized_tile_set.cc   ++iterator_;
iterator_         115 cc/resources/prioritized_tile_set.cc   if (iterator_ == tile_set_->tiles_[current_bin_].end())
iterator_         121 cc/resources/prioritized_tile_set.cc   DCHECK(iterator_ != tile_set_->tiles_[current_bin_].end());
iterator_         122 cc/resources/prioritized_tile_set.cc   return *iterator_;
iterator_         126 cc/resources/prioritized_tile_set.cc   DCHECK(iterator_ == tile_set_->tiles_[current_bin_].end());
iterator_         134 cc/resources/prioritized_tile_set.cc     iterator_ = tile_set_->tiles_[current_bin_].begin();
iterator_         135 cc/resources/prioritized_tile_set.cc     if (iterator_ != tile_set_->tiles_[current_bin_].end())
iterator_          36 cc/resources/prioritized_tile_set.h       return iterator_ != tile_set_->tiles_[current_bin_].end();
iterator_          44 cc/resources/prioritized_tile_set.h     std::vector<Tile*>::iterator iterator_;
iterator_         326 chrome/renderer/spellchecker/spellcheck_worditerator.cc   iterator_ = ubrk_openRules(rule.c_str(), rule.length(), NULL, 0,
iterator_         339 chrome/renderer/spellchecker/spellcheck_worditerator.cc   return !!iterator_;
iterator_         343 chrome/renderer/spellchecker/spellcheck_worditerator.cc   DCHECK(!!iterator_);
iterator_         347 chrome/renderer/spellchecker/spellcheck_worditerator.cc   ubrk_setText(iterator_, text, length, &status);
iterator_         354 chrome/renderer/spellchecker/spellcheck_worditerator.cc   position_ = ubrk_first(iterator_);
iterator_         380 chrome/renderer/spellchecker/spellcheck_worditerator.cc   int next = ubrk_next(iterator_);
iterator_         382 chrome/renderer/spellchecker/spellcheck_worditerator.cc     if (ubrk_getRuleStatus(iterator_) != UBRK_WORD_NONE) {
iterator_         391 chrome/renderer/spellchecker/spellcheck_worditerator.cc     next = ubrk_next(iterator_);
iterator_         402 chrome/renderer/spellchecker/spellcheck_worditerator.cc   if (iterator_) {
iterator_         403 chrome/renderer/spellchecker/spellcheck_worditerator.cc     ubrk_close(iterator_);
iterator_         404 chrome/renderer/spellchecker/spellcheck_worditerator.cc     iterator_ = NULL;
iterator_         170 chrome/renderer/spellchecker/spellcheck_worditerator.h   UBreakIterator* iterator_;
iterator_          87 components/visitedlink/test/visitedlink_unittest.cc   URLs::const_iterator iterator_;
iterator_          92 components/visitedlink/test/visitedlink_unittest.cc     : iterator_(urls.begin()),
iterator_          97 components/visitedlink/test/visitedlink_unittest.cc   return *(iterator_++);
iterator_         101 components/visitedlink/test/visitedlink_unittest.cc   return iterator_ != end_;
iterator_        2020 content/browser/indexed_db/indexed_db_backing_store.cc   if (other->iterator_) {
iterator_        2021 content/browser/indexed_db/indexed_db_backing_store.cc     iterator_ = transaction_->CreateIterator();
iterator_        2023 content/browser/indexed_db/indexed_db_backing_store.cc     if (other->iterator_->IsValid()) {
iterator_        2024 content/browser/indexed_db/indexed_db_backing_store.cc       iterator_->Seek(other->iterator_->Key());
iterator_        2025 content/browser/indexed_db/indexed_db_backing_store.cc       DCHECK(iterator_->IsValid());
iterator_        2036 content/browser/indexed_db/indexed_db_backing_store.cc   iterator_ = transaction_->CreateIterator();
iterator_        2038 content/browser/indexed_db/indexed_db_backing_store.cc     iterator_->Seek(cursor_options_.low_key);
iterator_        2040 content/browser/indexed_db/indexed_db_backing_store.cc     iterator_->Seek(cursor_options_.high_key);
iterator_        2081 content/browser/indexed_db/indexed_db_backing_store.cc         iterator_->Seek(leveldb_key);
iterator_        2084 content/browser/indexed_db/indexed_db_backing_store.cc         iterator_->Next();
iterator_        2086 content/browser/indexed_db/indexed_db_backing_store.cc         iterator_->Prev();
iterator_        2092 content/browser/indexed_db/indexed_db_backing_store.cc     if (!iterator_->IsValid()) {
iterator_        2172 content/browser/indexed_db/indexed_db_backing_store.cc     int compare = CompareIndexKeys(iterator_->Key(), cursor_options_.low_key);
iterator_        2178 content/browser/indexed_db/indexed_db_backing_store.cc   int compare = CompareIndexKeys(iterator_->Key(), cursor_options_.high_key);
iterator_        2187 content/browser/indexed_db/indexed_db_backing_store.cc     int compare = CompareIndexKeys(iterator_->Key(), cursor_options_.high_key);
iterator_        2193 content/browser/indexed_db/indexed_db_backing_store.cc   int compare = CompareIndexKeys(iterator_->Key(), cursor_options_.low_key);
iterator_        2244 content/browser/indexed_db/indexed_db_backing_store.cc   StringPiece slice(iterator_->Key());
iterator_        2254 content/browser/indexed_db/indexed_db_backing_store.cc   slice = StringPiece(iterator_->Value());
iterator_        2301 content/browser/indexed_db/indexed_db_backing_store.cc   StringPiece key_slice(iterator_->Key());
iterator_        2311 content/browser/indexed_db/indexed_db_backing_store.cc   StringPiece value_slice = StringPiece(iterator_->Value());
iterator_        2375 content/browser/indexed_db/indexed_db_backing_store.cc   StringPiece slice(iterator_->Key());
iterator_        2385 content/browser/indexed_db/indexed_db_backing_store.cc   slice = StringPiece(iterator_->Value());
iterator_        2410 content/browser/indexed_db/indexed_db_backing_store.cc     transaction_->Remove(iterator_->Key());
iterator_        2426 content/browser/indexed_db/indexed_db_backing_store.cc     transaction_->Remove(iterator_->Key());
iterator_        2483 content/browser/indexed_db/indexed_db_backing_store.cc   StringPiece slice(iterator_->Key());
iterator_        2493 content/browser/indexed_db/indexed_db_backing_store.cc   slice = StringPiece(iterator_->Value());
iterator_        2517 content/browser/indexed_db/indexed_db_backing_store.cc     transaction_->Remove(iterator_->Key());
iterator_        2533 content/browser/indexed_db/indexed_db_backing_store.cc     transaction_->Remove(iterator_->Key());
iterator_         293 content/browser/indexed_db/indexed_db_backing_store.h     scoped_ptr<LevelDBIterator> iterator_;
iterator_         393 content/browser/indexed_db/leveldb/leveldb_database.cc   scoped_ptr<leveldb::Iterator> iterator_;
iterator_         398 content/browser/indexed_db/leveldb/leveldb_database.cc     : iterator_(it.Pass()) {}
iterator_         401 content/browser/indexed_db/leveldb/leveldb_database.cc   const leveldb::Status s = iterator_->status();
iterator_         406 content/browser/indexed_db/leveldb/leveldb_database.cc bool IteratorImpl::IsValid() const { return iterator_->Valid(); }
iterator_         409 content/browser/indexed_db/leveldb/leveldb_database.cc   iterator_->SeekToLast();
iterator_         414 content/browser/indexed_db/leveldb/leveldb_database.cc   iterator_->Seek(MakeSlice(target));
iterator_         420 content/browser/indexed_db/leveldb/leveldb_database.cc   iterator_->Next();
iterator_         426 content/browser/indexed_db/leveldb/leveldb_database.cc   iterator_->Prev();
iterator_         432 content/browser/indexed_db/leveldb/leveldb_database.cc   return MakeStringPiece(iterator_->key());
iterator_         437 content/browser/indexed_db/leveldb/leveldb_database.cc   return MakeStringPiece(iterator_->value());
iterator_         130 content/browser/indexed_db/leveldb/leveldb_transaction.cc   return iterator_ != data_->end();
iterator_         134 content/browser/indexed_db/leveldb/leveldb_transaction.cc   iterator_ = data_->end();
iterator_         135 content/browser/indexed_db/leveldb/leveldb_transaction.cc   if (iterator_ != data_->begin())
iterator_         136 content/browser/indexed_db/leveldb/leveldb_transaction.cc     --iterator_;
iterator_         140 content/browser/indexed_db/leveldb/leveldb_transaction.cc   iterator_ = data_->lower_bound(target);
iterator_         145 content/browser/indexed_db/leveldb/leveldb_transaction.cc   ++iterator_;
iterator_         150 content/browser/indexed_db/leveldb/leveldb_transaction.cc   if (iterator_ != data_->begin())
iterator_         151 content/browser/indexed_db/leveldb/leveldb_transaction.cc     --iterator_;
iterator_         153 content/browser/indexed_db/leveldb/leveldb_transaction.cc     iterator_ = data_->end();
iterator_         158 content/browser/indexed_db/leveldb/leveldb_transaction.cc   return iterator_->first;
iterator_         164 content/browser/indexed_db/leveldb/leveldb_transaction.cc   return iterator_->second->value;
iterator_         169 content/browser/indexed_db/leveldb/leveldb_transaction.cc   return iterator_->second->deleted;
iterator_          82 content/browser/indexed_db/leveldb/leveldb_transaction.h     DataType::iterator iterator_;
iterator_          17 content/public/browser/browser_child_process_host_iterator.cc   iterator_ = BrowserChildProcessHostImpl::GetIterator()->begin();
iterator_          27 content/public/browser/browser_child_process_host_iterator.cc   iterator_ = BrowserChildProcessHostImpl::GetIterator()->begin();
iterator_          28 content/public/browser/browser_child_process_host_iterator.cc   if (!Done() && (*iterator_)->GetData().process_type != process_type_)
iterator_          38 content/public/browser/browser_child_process_host_iterator.cc     ++iterator_;
iterator_          42 content/public/browser/browser_child_process_host_iterator.cc     if (!all_ && (*iterator_)->GetData().process_type != process_type_)
iterator_          52 content/public/browser/browser_child_process_host_iterator.cc   return iterator_ == BrowserChildProcessHostImpl::GetIterator()->end();
iterator_          57 content/public/browser/browser_child_process_host_iterator.cc   return (*iterator_)->GetData();
iterator_          62 content/public/browser/browser_child_process_host_iterator.cc   return (*iterator_)->Send(message);
iterator_          67 content/public/browser/browser_child_process_host_iterator.cc   return (*iterator_)->delegate();
iterator_          42 content/public/browser/browser_child_process_host_iterator.h   std::list<BrowserChildProcessHostImpl*>::iterator iterator_;
iterator_          57 net/base/priority_queue.h       iterator_ = dummy_empty_list_.end();
iterator_          62 net/base/priority_queue.h           iterator_(p.iterator_) {
iterator_          71 net/base/priority_queue.h       iterator_ = p.iterator_;
iterator_          83 net/base/priority_queue.h     const T& value() const { return iterator_->second; }
iterator_          85 net/base/priority_queue.h     const T& value() const { return *iterator_; }
iterator_          90 net/base/priority_queue.h       return (priority_ == other.priority_) && (iterator_ == other.iterator_);
iterator_         111 net/base/priority_queue.h         : priority_(priority), iterator_(iterator) {
iterator_         113 net/base/priority_queue.h       id_ = iterator_->first;
iterator_         118 net/base/priority_queue.h     ListIterator iterator_;
iterator_         183 net/base/priority_queue.h     DCHECK_EQ(pointer.iterator_->first, pointer.id_);
iterator_         187 net/base/priority_queue.h     lists_[pointer.priority_].erase(pointer.iterator_);
iterator_         253 net/base/priority_queue.h     typename Pointer::ListIterator it = pointer.iterator_;
iterator_          92 net/http/transport_security_state.cc     : iterator_(state.enabled_hosts_.begin()),
iterator_         155 net/http/transport_security_state.h     bool HasNext() const { return iterator_ != end_; }
iterator_         156 net/http/transport_security_state.h     void Advance() { ++iterator_; }
iterator_         157 net/http/transport_security_state.h     const std::string& hostname() const { return iterator_->first; }
iterator_         158 net/http/transport_security_state.h     const DomainState& domain_state() const { return iterator_->second; }
iterator_         161 net/http/transport_security_state.h     std::map<std::string, DomainState>::const_iterator iterator_;
iterator_         589 net/tools/dump_cache/upgrade_win.cc   void* iterator_;
iterator_         613 net/tools/dump_cache/upgrade_win.cc   if (iterator_)
iterator_         614 net/tools/dump_cache/upgrade_win.cc     cache_->EndEnumeration(&iterator_);
iterator_         729 net/tools/dump_cache/upgrade_win.cc         &iterator_, reinterpret_cast<disk_cache::Entry**>(&entry_),
iterator_         733 net/tools/dump_cache/upgrade_win.cc     rv = cache_->OpenPrevEntry(&iterator_,
iterator_         764 net/tools/dump_cache/upgrade_win.cc     cache_->EndEnumeration(&iterator_);
iterator_         981 third_party/jsoncpp/overrides/include/json/value.h       } iterator_;