Searched defs:launch_type (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator_win.cc20 base::win::MetroLaunchType launch_type = local
22 if ((launch_type == base::win::METRO_PROTOCOL) ||
23 (launch_type == base::win::METRO_LAUNCH))
25 return (launch_type == base::win::METRO_SEARCH) ?
H A Dstartup_browser_creator_browsertest.cc121 extensions::ExtensionPrefs::LaunchType launch_type) {
124 service->extension_prefs()->SetLaunchType(app_id, launch_type);
120 SetAppLaunchPref(const std::string& app_id, extensions::ExtensionPrefs::LaunchType launch_type) argument
/external/chromium/chrome/browser/ui/
H A Dbrowser_init_browsertest.cc38 ExtensionPrefs::LaunchType launch_type) {
40 service->extension_prefs()->SetLaunchType(app_id, launch_type);
37 SetAppLaunchPref(const std::string& app_id, ExtensionPrefs::LaunchType launch_type) argument
H A Dbrowser.cc637 ExtensionPrefs::LaunchType launch_type = local
640 UMA_HISTOGRAM_ENUMERATION("Extensions.AppTabLaunchType", launch_type, 100);
642 if (launch_type == ExtensionPrefs::LAUNCH_PINNED)
684 if (launch_type == ExtensionPrefs::LAUNCH_FULLSCREEN &&
/external/chromium_org/apps/app_shim/
H A Dapp_shim_host_mac.cc68 apps::AppShimLaunchType launch_type) {
80 handler->OnShimLaunch(this, launch_type);
66 OnLaunchApp(base::FilePath profile_dir, std::string app_id, apps::AppShimLaunchType launch_type) argument
H A Dextension_app_shim_handler_mac.cc175 AppShimLaunchType launch_type) {
194 OnProfileLoaded(host, launch_type, profile);
201 DCHECK_EQ(APP_SHIM_LAUNCH_NORMAL, launch_type);
206 host, launch_type));
212 AppShimLaunchType launch_type,
229 launch_type == APP_SHIM_LAUNCH_NORMAL ?
239 if (launch_type == APP_SHIM_LAUNCH_NORMAL)
174 OnShimLaunch(Host* host, AppShimLaunchType launch_type) argument
211 OnProfileLoaded(Host* host, AppShimLaunchType launch_type, Profile* profile) argument
/external/chromium_org/base/win/
H A Dmetro.cc168 base::win::MetroLaunchType launch_type = get_launch_type(NULL); local
170 if ((launch_type == base::win::METRO_PROTOCOL) ||
171 (launch_type == base::win::METRO_LAUNCH)) {
176 } else if (launch_type == base::win::METRO_SEARCH) {
183 return launch_type;
/external/chromium_org/chrome/browser/ui/extensions/
H A Dapplication_launch.cc97 ExtensionPrefs::LaunchType launch_type = local
100 if (launch_type == ExtensionPrefs::LAUNCH_FULLSCREEN)
102 else if (launch_type == ExtensionPrefs::LAUNCH_WINDOW)
199 ExtensionPrefs::LaunchType launch_type = local
202 UMA_HISTOGRAM_ENUMERATION("Extensions.AppTabLaunchType", launch_type, 100);
205 if (launch_type == ExtensionPrefs::LAUNCH_PINNED)
249 DCHECK(launch_type != ExtensionPrefs::LAUNCH_FULLSCREEN);
255 if (launch_type == ExtensionPrefs::LAUNCH_FULLSCREEN &&
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_context_menu.cc122 extensions::ExtensionPrefs::LaunchType launch_type) {
125 service->extension_prefs()->SetLaunchType(extension_id, launch_type);
119 SetExtensionLaunchType( Profile* profile, const std::string& extension_id, extensions::ExtensionPrefs::LaunchType launch_type) argument
/external/chromium/chrome/browser/ui/webui/
H A Dapp_launcher_handler.cc101 value->SetInteger("launch_type",
406 double launch_type; local
408 CHECK(args->GetDouble(1, &launch_type));
417 static_cast<int>(launch_type)));
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dapp_launcher_handler.cc151 value->SetInteger("launch_type",
543 double launch_type; local
545 CHECK(args->GetDouble(1, &launch_type));
558 static_cast<int>(launch_type)));
/external/chromium/chrome/browser/extensions/
H A Dextension_prefs.cc819 LaunchType launch_type) {
821 Value::CreateIntegerValue(static_cast<int>(launch_type)));
818 SetLaunchType(const std::string& extension_id, LaunchType launch_type) argument
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_per_app.cc673 extensions::ExtensionPrefs::LaunchType launch_type) {
678 id_to_item_controller_map_[id]->app_id(), launch_type);
671 SetLaunchType( ash::LauncherID id, extensions::ExtensionPrefs::LaunchType launch_type) argument
H A Dchrome_launcher_controller_per_browser.cc706 extensions::ExtensionPrefs::LaunchType launch_type) {
711 id_to_item_controller_map_[id]->app_id(), launch_type);
704 SetLaunchType( ash::LauncherID id, extensions::ExtensionPrefs::LaunchType launch_type) argument
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_observers.cc1859 // Convert the launch_type integer into a more descriptive string.
1860 int launch_type; local
1861 app_info->GetInteger("launch_type", &launch_type);
1862 if (launch_type == ExtensionPrefs::LAUNCH_PINNED) {
1863 app_info->SetString("launch_type", "pinned");
1864 } else if (launch_type == ExtensionPrefs::LAUNCH_REGULAR) {
1865 app_info->SetString("launch_type", "regular");
1866 } else if (launch_type == ExtensionPrefs::LAUNCH_FULLSCREEN) {
1867 app_info->SetString("launch_type", "fullscree
[all...]
H A Dtesting_automation_provider.cc4966 // "launch_type": "pinned" }
4981 if (!args->GetString("launch_type", &launch_type_str)) {
5000 ExtensionPrefs::LaunchType launch_type; local
5002 launch_type = ExtensionPrefs::LAUNCH_PINNED;
5004 launch_type = ExtensionPrefs::LAUNCH_REGULAR;
5006 launch_type = ExtensionPrefs::LAUNCH_FULLSCREEN;
5008 launch_type = ExtensionPrefs::LAUNCH_WINDOW;
5015 service->extension_prefs()->SetLaunchType(extension->id(), launch_type);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_prefs.cc1125 LaunchType launch_type) {
1127 Value::CreateIntegerValue(static_cast<int>(launch_type)));
1124 SetLaunchType(const std::string& extension_id, LaunchType launch_type) argument
/external/chromium_org/chrome/browser/automation/
H A Dautomation_provider_observers.cc1772 // Convert the launch_type integer into a more descriptive string.
1773 int launch_type; local
1774 const char* kLaunchType = "launch_type";
1775 if (!app_info->GetInteger(kLaunchType, &launch_type)) {
1779 if (launch_type == extensions::ExtensionPrefs::LAUNCH_PINNED) {
1781 } else if (launch_type == extensions::ExtensionPrefs::LAUNCH_REGULAR) {
1783 } else if (launch_type == extensions::ExtensionPrefs::LAUNCH_FULLSCREEN) {
1785 } else if (launch_type == extensions::ExtensionPrefs::LAUNCH_WINDOW) {

Completed in 503 milliseconds