Home
last modified time | relevance | path

Searched refs:GetIndexForInsertionDuringRestore (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/
Dbrowser.h369 int GetIndexForInsertionDuringRestore(int relative_index);
Dbrowser_init.cc1011 int index = browser->GetIndexForInsertionDuringRestore(i); in OpenTabsInBrowser()
Dbrowser.cc1010 int Browser::GetIndexForInsertionDuringRestore(int relative_index) { in GetIndexForInsertionDuringRestore() function in Browser
/external/chromium/chrome/browser/sessions/
Dsession_restore.cc717 int index = browser->GetIndexForInsertionDuringRestore(i); in AppendURLsToBrowser()