Home
last modified time | relevance | path

Searched refs:entry_iterator (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/sessions/
Dtab_restore_service_helper.cc62 Entries::const_iterator entry_iterator) { in OnRestoreEntryById() argument
204 Entries::iterator entry_iterator = GetEntryIteratorById(id); in RestoreEntryById() local
205 if (entry_iterator == entries_.end()) in RestoreEntryById()
210 observer_->OnRestoreEntryById(id, entry_iterator); in RestoreEntryById()
212 Entry* entry = *entry_iterator; in RestoreEntryById()
219 entries_.erase(entry_iterator); in RestoreEntryById()
220 entry_iterator = entries_.end(); in RestoreEntryById()
282 entries_.erase(entry_iterator); in RestoreEntryById()
Dtab_restore_service_helper.h51 Entries::const_iterator entry_iterator);
Dpersistent_tab_restore_service.cc132 Entries::const_iterator entry_iterator) OVERRIDE;
302 Entries::const_iterator entry_iterator) { in OnRestoreEntryById() argument
306 j != entry_iterator && j != entries.end(); in OnRestoreEntryById()
/external/chromium_org/gpu/config/
Dgpu_info_collector_mac.mm73 io_iterator_t entry_iterator;
77 &entry_iterator) == kIOReturnSuccess) {
79 while ((entry = IOIteratorNext(entry_iterator))) {
90 IOObjectRelease(entry_iterator);
/external/chromium/base/
Dvalues.cc517 ValueMap::const_iterator entry_iterator = dictionary_.find(key); in GetWithoutPathExpansion() local
518 if (entry_iterator == dictionary_.end()) in GetWithoutPathExpansion()
521 Value* entry = entry_iterator->second; in GetWithoutPathExpansion()
611 ValueMap::iterator entry_iterator = dictionary_.find(key); in RemoveWithoutPathExpansion() local
612 if (entry_iterator == dictionary_.end()) in RemoveWithoutPathExpansion()
615 Value* entry = entry_iterator->second; in RemoveWithoutPathExpansion()
620 dictionary_.erase(entry_iterator); in RemoveWithoutPathExpansion()
/external/chromium_org/base/
Dvalues.cc613 ValueMap::const_iterator entry_iterator = dictionary_.find(key); in GetWithoutPathExpansion() local
614 if (entry_iterator == dictionary_.end()) in GetWithoutPathExpansion()
617 const Value* entry = entry_iterator->second; in GetWithoutPathExpansion()
742 ValueMap::iterator entry_iterator = dictionary_.find(key); in RemoveWithoutPathExpansion() local
743 if (entry_iterator == dictionary_.end()) in RemoveWithoutPathExpansion()
746 Value* entry = entry_iterator->second; in RemoveWithoutPathExpansion()
751 dictionary_.erase(entry_iterator); in RemoveWithoutPathExpansion()