/external/chromium/chrome/browser/ui/ |
browser_tab_restore_service_delegate.cc | 44 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,
|
browser_tab_restore_service_delegate.h | 40 const std::string& extension_app_id, 49 const std::string& extension_app_id,
|
/external/chromium_org/chrome/browser/ui/ |
browser_tabrestore.h | 28 // 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,
|
browser_tab_restore_service_delegate.h | 37 const std::string& extension_app_id, 47 const std::string& extension_app_id,
|
browser_tab_restore_service_delegate.cc | 56 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,
|
browser_tabrestore.cc | 43 const std::string& extension_app_id, 69 SetExtensionAppById(extension_app_id); 89 const std::string& extension_app_id, 98 extension_app_id, 138 const std::string& extension_app_id, 144 extension_app_id,
|
/external/chromium_org/chrome/browser/sessions/ |
session_types.cc | 32 extension_app_id = sync_data.extension_app_id(); 50 sync_data.set_extension_app_id(extension_app_id);
|
tab_restore_service_delegate.h | 55 const std::string& extension_app_id, 65 const std::string& extension_app_id,
|
session_service_test_helper.h | 40 const std::string& extension_app_id);
|
session_types_unittest.cc | 67 tab.extension_app_id = "fake"; 79 EXPECT_EQ("app_id", tab.extension_app_id); 102 tab.extension_app_id = "app_id"; 118 EXPECT_EQ("app_id", sync_data.extension_app_id());
|
session_service_test_helper.cc | 38 const std::string& extension_app_id) { 39 service()->SetTabExtensionAppID(window_id, tab_id, extension_app_id);
|
tab_restore_service_helper.cc | 250 tab.extension_app_id, 430 tab->extension_app_id = extension->id(); 459 tab.extension_app_id, 493 tab.extension_app_id,
|
/external/chromium/chrome/browser/ |
shell_integration.cc | 29 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);
|
shell_integration.h | 79 // If |extension_app_id| is non-empty, the arguments use kAppId=<id>. 83 const std::string& extension_app_id);
|
/external/chromium/chrome/browser/sessions/ |
tab_restore_service_delegate.h | 43 const std::string& extension_app_id, 52 const std::string& extension_app_id,
|
session_service_test_helper.cc | 42 const std::string& extension_app_id) { 43 service()->SetTabExtensionAppID(window_id, tab_id, extension_app_id);
|
session_service_test_helper.h | 40 const std::string& extension_app_id);
|
tab_restore_service_browsertest.cc | 136 EXPECT_TRUE(tab->extension_app_id.empty()); 217 const std::string extension_app_id("test"); 218 tab->extension_app_id = extension_app_id; 236 EXPECT_TRUE(extension_app_id == tab->extension_app_id);
|
tab_restore_service.cc | 355 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...] |
/external/chromium/chrome/browser/extensions/ |
extension_tab_helper.cc | 55 const std::string& extension_app_id) { 56 if (extension_app_id.empty()) 65 extension_service->GetExtensionById(extension_app_id, false);
|
extension_tab_helper.h | 48 // |extension_app_id| is empty, or an extension can't be found given the 50 void SetExtensionAppById(const std::string& extension_app_id);
|
/external/chromium_org/chrome/browser/ |
shell_integration.cc | 76 const std::string& extension_app_id, 101 if (!profile_path.empty() && !extension_app_id.empty()) 106 // If |extension_app_id| is present, we use the kAppId switch rather than 109 if (!extension_app_id.empty()) { 110 new_cmd_line.AppendSwitchASCII(switches::kAppId, extension_app_id);
|
/external/chromium_org/chrome/browser/extensions/ |
tab_helper.cc | 203 void TabHelper::SetExtensionAppById(const std::string& extension_app_id) { 204 const Extension* extension = GetExtension(extension_app_id); 209 void TabHelper::SetExtensionAppIconById(const std::string& extension_app_id) { 210 const Extension* extension = GetExtension(extension_app_id); 454 const Extension* TabHelper::GetExtension(const std::string& extension_app_id) { 455 if (extension_app_id.empty()) 465 extension_service->GetExtensionById(extension_app_id, false);
|
tab_helper.h | 120 // |extension_app_id| is empty, or an extension can't be found given the 122 void SetExtensionAppById(const std::string& extension_app_id); 125 void SetExtensionAppIconById(const std::string& extension_app_id); 215 const Extension* GetExtension(const std::string& extension_app_id);
|
/external/chromium/chrome/browser/sync/protocol/ |
session_specifics.proto | 59 optional string extension_app_id = 6;
|