Searched refs:extension_app_id (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/
H A Dbrowser_tabrestore.h28 // SerializedNavigationEntry in |navigations| to select. If |extension_app_id|
29 // is non-empty the tab is an app tab and |extension_app_id| is the id of the
41 const std::string& extension_app_id,
56 const std::string& extension_app_id,
H A Dbrowser_tabrestore.cc43 const std::string& extension_app_id,
71 SetExtensionAppById(extension_app_id);
91 const std::string& extension_app_id,
100 extension_app_id,
145 const std::string& extension_app_id,
151 extension_app_id,
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, bool initially_hidden) argument
86 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
140 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.cc56 const std::string& extension_app_id,
63 selected_navigation, extension_app_id, select,
72 const std::string& extension_app_id,
76 from_last_session, extension_app_id,
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
H A Dbrowser_tab_restore_service_delegate.h37 const std::string& extension_app_id,
47 const std::string& extension_app_id,
H A Dbrowser_navigator.h152 std::string extension_app_id; member in struct:chrome::NavigateParams
H A Dbrowser_navigator.cc157 if (!params->extension_app_id.empty()) {
159 params->extension_app_id);
368 SetExtensionAppById(params.extension_app_id);
/external/chromium_org/chrome/browser/sessions/
H A Dsession_types.cc32 extension_app_id = sync_data.extension_app_id();
50 sync_data.set_extension_app_id(extension_app_id);
H A Dtab_restore_service_delegate.h55 const std::string& extension_app_id,
65 const std::string& extension_app_id,
H A Dsession_types_unittest.cc49 tab.extension_app_id = "fake";
61 EXPECT_EQ("app_id", tab.extension_app_id);
84 tab.extension_app_id = "app_id";
100 EXPECT_EQ("app_id", sync_data.extension_app_id());
H A Dsession_service_test_helper.cc40 const std::string& extension_app_id) {
41 service()->SetTabExtensionAppID(window_id, tab_id, extension_app_id);
37 SetTabExtensionAppID( const SessionID& window_id, const SessionID& tab_id, const std::string& extension_app_id) argument
H A Dsession_service_test_helper.h45 const std::string& extension_app_id);
H A Dsession_types.h87 std::string extension_app_id; member in struct:SessionTab
H A Dtab_restore_service.h101 std::string extension_app_id; member in struct:TabRestoreService::Tab
H A Dbase_session_service.h131 std::string* extension_app_id);
H A Dbase_session_service.cc231 std::string* extension_app_id) {
238 pickle->ReadString(&iterator, extension_app_id);
228 RestoreSetTabExtensionAppIDCommand( const SessionCommand& command, SessionID::id_type* tab_id, std::string* extension_app_id) argument
H A Dpersistent_tab_restore_service.cc452 if (!tab.extension_app_id.empty()) {
455 tab.extension_app_id));
720 std::string extension_app_id; local
722 &extension_app_id)) {
725 current_tab->extension_app_id.swap(extension_app_id);
800 tab.extension_app_id = session_window->tabs[i]->extension_app_id;
H A Dtab_restore_service_helper.cc251 tab.extension_app_id,
432 tab->extension_app_id = extension->id();
462 tab.extension_app_id,
496 tab.extension_app_id,
H A Dpersistent_tab_restore_service_unittest.cc215 EXPECT_TRUE(tab->extension_app_id.empty());
299 const std::string extension_app_id("test");
300 tab->extension_app_id = extension_app_id;
318 EXPECT_TRUE(extension_app_id == tab->extension_app_id);
H A Dsession_service.cc769 const std::string& extension_app_id) {
774 tab_id.id(), extension_app_id));
1280 std::string extension_app_id; local
1282 *command, &tab_id, &extension_app_id)) {
1287 GetTab(tab_id, tabs)->extension_app_id.swap(extension_app_id);
766 SetTabExtensionAppID( const SessionID& window_id, const SessionID& tab_id, const std::string& extension_app_id) argument
/external/chromium_org/chrome/browser/extensions/
H A Dtab_helper.h81 // |extension_app_id| is empty, or an extension can't be found given the
83 void SetExtensionAppById(const std::string& extension_app_id);
86 void SetExtensionAppIconById(const std::string& extension_app_id);
188 const Extension* GetExtension(const std::string& extension_app_id);
H A Dtab_helper.cc176 void TabHelper::SetExtensionAppById(const std::string& extension_app_id) { argument
177 const Extension* extension = GetExtension(extension_app_id);
182 void TabHelper::SetExtensionAppIconById(const std::string& extension_app_id) { argument
183 const Extension* extension = GetExtension(extension_app_id);
438 const Extension* TabHelper::GetExtension(const std::string& extension_app_id) { argument
439 if (extension_app_id.empty())
444 extension_app_id);
/external/chromium_org/chrome/browser/
H A Dshell_integration.cc60 const std::string& extension_app_id,
66 extension_app_id.empty() ? base::FilePath() : profile_path,
69 // If |extension_app_id| is present, we use the kAppId switch rather than
72 if (!extension_app_id.empty()) {
73 new_cmd_line.AppendSwitchASCII(switches::kAppId, extension_app_id);
58 CommandLineArgsForLauncher( const GURL& url, const std::string& extension_app_id, const base::FilePath& profile_path) argument
H A Dshell_integration.h107 // If |extension_app_id| is non-empty, the arguments use kAppId=<id>.
111 const std::string& extension_app_id,
/external/chromium_org/chrome/browser/sync/glue/
H A Dsession_sync_test_helper.cc82 ASSERT_EQ(kAppId, tab->extension_app_id);
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_host.cc155 navigate_params.extension_app_id = panel_->extension_id();

Completed in 1844 milliseconds

12