Searched defs:extension_app_id (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/
H A Dshell_integration.cc29 const std::string& extension_app_id) {
49 // If |extension_app_id| is present, we use the kAppId switch rather than
52 if (!extension_app_id.empty()) {
53 new_cmd_line.AppendSwitchASCII(switches::kAppId, extension_app_id);
27 CommandLineArgsForLauncher( const GURL& url, const std::string& extension_app_id) argument
/external/chromium/chrome/browser/sessions/
H A Dsession_service_test_helper.cc42 const std::string& extension_app_id) {
43 service()->SetTabExtensionAppID(window_id, tab_id, extension_app_id);
39 SetTabExtensionAppID( const SessionID& window_id, const SessionID& tab_id, const std::string& extension_app_id) argument
H A Dbase_session_service.cc239 std::string* extension_app_id) {
246 pickle->ReadString(&iterator, extension_app_id);
236 RestoreSetTabExtensionAppIDCommand( const SessionCommand& command, SessionID::id_type* tab_id, std::string* extension_app_id) argument
H A Dsession_types.h135 std::string extension_app_id; member in struct:SessionTab
H A Dtab_restore_service.h97 std::string extension_app_id; member in struct:TabRestoreService::Tab
H A Dtab_restore_service.cc355 tab.extension_app_id,
505 tab->extension_app_id = extension->id();
623 if (!tab.extension_app_id.empty()) {
626 tab.extension_app_id));
866 std::string extension_app_id; local
868 &extension_app_id)) {
871 current_tab->extension_app_id.swap(extension_app_id);
899 tab.extension_app_id,
922 tab.extension_app_id,
[all...]
H A Dsession_service.cc611 const std::string& extension_app_id) {
618 extension_app_id));
1040 std::string extension_app_id; local
1042 *command, &tab_id, &extension_app_id)) {
1046 GetTab(tab_id, tabs)->extension_app_id.swap(extension_app_id);
608 SetTabExtensionAppID( const SessionID& window_id, const SessionID& tab_id, const std::string& extension_app_id) argument
/external/chromium/chrome/browser/ui/
H A Dbrowser_navigator.h109 std::string extension_app_id; member in struct:browser::NavigateParams
H A Dbrowser_tab_restore_service_delegate.cc44 const std::string& extension_app_id,
50 extension_app_id, select, pin,
58 const std::string& extension_app_id,
61 from_last_session, extension_app_id,
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.cc1058 const std::string& extension_app_id,
1068 wrapper->extension_tab_helper()->SetExtensionAppById(extension_app_id);
1104 const std::string& extension_app_id,
1110 wrapper->extension_tab_helper()->SetExtensionAppById(extension_app_id);
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/chrome/browser/extensions/
H A Dextension_tab_helper.cc55 const std::string& extension_app_id) {
56 if (extension_app_id.empty())
65 extension_service->GetExtensionById(extension_app_id, false);
54 SetExtensionAppById( const std::string& extension_app_id) argument

Completed in 245 milliseconds