Searched defs:selected_navigation (Results 1 - 5 of 5) 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
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_tabrestore.cc42 int selected_navigation,
47 GURL restore_url = navigations.at(selected_navigation).virtual_url();
75 selected_navigation, GetRestoreType(browser, from_last_session),
88 int selected_navigation,
97 selected_navigation,
136 int selected_navigation,
143 selected_navigation,
39 CreateRestoredTab( Browser* browser, const std::vector<SerializedNavigationEntry>& navigations, int selected_navigation, const std::string& extension_app_id, bool from_last_session, content::SessionStorageNamespace* session_storage_namespace, const std::string& user_agent_override) argument
84 AddRestoredTab( Browser* browser, const std::vector<SerializedNavigationEntry>& navigations, int tab_index, int selected_navigation, const std::string& extension_app_id, bool select, bool pin, bool from_last_session, content::SessionStorageNamespace* session_storage_namespace, const std::string& user_agent_override) argument
133 ReplaceRestoredTab( Browser* browser, const std::vector<SerializedNavigationEntry>& navigations, int selected_navigation, bool from_last_session, const std::string& extension_app_id, content::SessionStorageNamespace* session_storage_namespace, const std::string& user_agent_override) argument
H A Dbrowser_tab_restore_service_delegate.cc55 int selected_navigation,
63 selected_navigation, extension_app_id, select,
70 int selected_navigation,
75 return chrome::ReplaceRestoredTab(browser_, navigations, selected_navigation,
52 AddRestoredTab( const std::vector<sessions::SerializedNavigationEntry>& navigations, int tab_index, int selected_navigation, const std::string& extension_app_id, bool select, bool pin, bool from_last_session, SessionStorageNamespace* storage_namespace, const std::string& user_agent_override) argument
68 ReplaceRestoredTab( const std::vector<sessions::SerializedNavigationEntry>& navigations, int selected_navigation, bool from_last_session, const std::string& extension_app_id, SessionStorageNamespace* session_storage_namespace, const std::string& user_agent_override) argument
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl.cc234 int selected_navigation,
239 DCHECK(selected_navigation >= 0 &&
240 selected_navigation < static_cast<int>(entries->size()));
251 FinishRestore(selected_navigation, type);
233 Restore( int selected_navigation, RestoreType type, std::vector<NavigationEntry*>* entries) argument

Completed in 79 milliseconds