Searched refs:id_to_entry (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/sessions/
H A Dtab_restore_service.cc120 // If |id_to_entry| contains an entry for |id| the corresponding entry is
121 // deleted and removed from both |id_to_entry| and |entries|. This is used
124 IDToEntry* id_to_entry,
128 IDToEntry::iterator i = id_to_entry->find(id);
129 if (i != id_to_entry->end()) {
132 id_to_entry->erase(i);
138 for (IDToEntry::iterator i = id_to_entry->begin(); i != id_to_entry->end();
731 // Iterate through the commands populating entries and id_to_entry.
733 IDToEntry id_to_entry; local
123 RemoveEntryByID(SessionID::id_type id, IDToEntry* id_to_entry, std::vector<TabRestoreService::Entry*>* entries) argument
[all...]

Completed in 104 milliseconds