Searched defs:selected_navigation (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/
H A Dbrowser_tab_restore_service_delegate.cc43 int selected_navigation,
49 return browser_->AddRestoredTab(navigations, tab_index, selected_navigation,
56 int selected_navigation,
60 browser_->ReplaceRestoredTab(navigations, selected_navigation,
40 AddRestoredTab( const std::vector<TabNavigation>& navigations, int tab_index, int selected_navigation, const std::string& extension_app_id, bool select, bool pin, bool from_last_session, SessionStorageNamespace* storage_namespace) argument
54 ReplaceRestoredTab( const std::vector<TabNavigation>& navigations, int selected_navigation, bool from_last_session, const std::string& extension_app_id, SessionStorageNamespace* session_storage_namespace) argument
H A Dbrowser.cc1057 int selected_navigation,
1069 new_tab->controller().RestoreFromState(navigations, selected_navigation,
1102 int selected_navigation,
1112 replacement->controller().RestoreFromState(navigations, selected_navigation,
1054 AddRestoredTab( const std::vector<TabNavigation>& navigations, int tab_index, int selected_navigation, const std::string& extension_app_id, bool select, bool pin, bool from_last_session, SessionStorageNamespace* session_storage_namespace) argument
1100 ReplaceRestoredTab( const std::vector<TabNavigation>& navigations, int selected_navigation, bool from_last_session, const std::string& extension_app_id, SessionStorageNamespace* session_storage_namespace) argument

Completed in 76 milliseconds