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

/external/chromium_org/chrome/browser/sessions/
H A Dpersistent_tab_restore_service.cc212 void RemoveEntryByID(SessionID::id_type id,
594 RemoveEntryByID(payload, &id_to_entry, &(entries.get()));
628 RemoveEntryByID(payload.window_id, &id_to_entry, &(entries.get()));
663 RemoveEntryByID(payload.id, &id_to_entry, &(entries.get()));
865 void PersistentTabRestoreService::Delegate::RemoveEntryByID( function in class:PersistentTabRestoreService::Delegate
/external/chromium/chrome/browser/sessions/
H A Dtab_restore_service.cc123 void RemoveEntryByID(SessionID::id_type id, function in namespace:__anon2440
757 RemoveEntryByID(payload, &id_to_entry, &(entries.get()));
791 RemoveEntryByID(payload.window_id, &id_to_entry, &(entries.get()));
825 RemoveEntryByID(payload.id, &id_to_entry, &(entries.get()));

Completed in 45 milliseconds