Searched defs:launch_url (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/extensions/common/
H A Dextension_set_unittest.cc19 const std::string& launch_url,
32 if (!launch_url.empty())
33 manifest.SetString("app.launch.web_url", launch_url);
18 CreateTestExtension(const std::string& name, const std::string& launch_url, const std::string& extent) argument
/external/chromium_org/chrome/common/extensions/
H A Dsync_type_unittest.cc32 const GURL& launch_url,
49 if (!launch_url.is_empty()) {
50 source.SetString(keys::kLaunchWebURL, launch_url.spec());
84 const GURL& launch_url,
89 type, update_url, launch_url, location, extension_path,
29 MakeSyncTestExtensionWithPluginPermission( SyncTestExtensionType type, const GURL& update_url, const GURL& launch_url, Manifest::Location location, const base::FilePath& extension_path, int creation_flags, int num_plugins, bool has_plugin_permission, const std::string& expected_error) argument
81 MakeSyncTestExtension( SyncTestExtensionType type, const GURL& update_url, const GURL& launch_url, Manifest::Location location, const base::FilePath& extension_path, int creation_flags) argument
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dapp_launch_info.cc151 std::string launch_url; local
152 if (!temp->GetAsString(&launch_url)) {
160 GURL url(launch_url);
/external/chromium_org/chrome/browser/apps/
H A Dephemeral_app_launcher.cc287 GURL launch_url = extensions::AppLaunchInfo::GetLaunchWebURL(extension); local
288 if (!launch_url.is_valid())
294 displayer.browser(), launch_url, ui::PAGE_TRANSITION_AUTO_TOPLEVEL);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcontent_settings_handler.cc235 GURL launch_url = local
238 if (web_extent.MatchesURL(launch_url))
240 AddExceptionForHostedApp(launch_url.spec(), *extension->get(), exceptions);

Completed in 1383 milliseconds