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

/external/chromium_org/chrome/browser/sync/sessions/
H A Dsessions_sync_manager.cc897 SessionID::id_type new_tab_id,
922 new_tab_id);
925 local_tab_map_[new_tab_id] = make_linked_ptr<TabLink>(tab_link);
927 if (specifics->tab().tab_id() == new_tab_id)
931 specifics->mutable_tab()->set_tab_id(new_tab_id);
895 AssociateRestoredPlaceholderTab( const SyncedTabDelegate& tab_delegate, SessionID::id_type new_tab_id, const syncer::SyncDataList& restored_tabs, syncer::SyncChangeList* change_output) argument
H A Dsessions_sync_manager.h311 // compares new_tab_id against the previously persisted tab ID (from
321 SessionID::id_type new_tab_id,
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_event_router.cc524 const int new_tab_id = ExtensionTabUtil::GetTabId(new_contents); local
527 args->Append(new FundamentalValue(new_tab_id));
541 tab_entries_[new_tab_id] = TabEntry();

Completed in 131 milliseconds